Getting Started

To get started you need to download the devkit. It is just a simple Next.js app providing you with a small indexer and engine. This allows you to see how your contract behaves, which state updates happen and inscribe anything without the need for a Bitcoin node. The indexer provided is unfinished and might not behave like the protocol does. Keep that in mind.

To run the toolkit use either npm, pnpm, yarn or bun

pnpm run dev

and then go to http://localhost:3000

Last updated