Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Aytorex/onvo

Repository files navigation

dapp-boilerplate

Monorepo with Bun workspaces (frontend, backend). Install once from the repository root:

$ bun install

Then run package scripts from each app directory (e.g. cd frontend && bun run dev) or use filters from the root, e.g. bun run --filter frontend dev.

Install Foundry (for contracts):

$ curl -L https://foundry.paradigm.xyz | bash

Githooks

Check that your core.hookspath is ".githooks"

$ git config --local core.hooksPath

Else, set value to ".githooks"

$ git config --local core.hooksPath .githooks

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors