Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 377 Bytes

NEW.md

File metadata and controls

25 lines (19 loc) · 377 Bytes

Adding a new chain

Run the generate command

bun run generate awesomeNewChain

This will generate all the boilerplate structure for your new chain:

📦 newChain
├─ tests
├─ exceptions
├─ types
├─ index.ts
├─ NewChainProvider.ts
└─ package.json

Then you can build it using the command

bun run build:packages