First, install all dependencies with:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen start the development server with:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project is maintained by Solicy Software and Blockchain Company
Create a new contract under contracts. It must be of type Contract be exported as default. Use the other contracts as inspiration.
Afterwards, add the contract to the persistenceStorage.ts file, to make it available to the dev-kit.
At this point you are able to write your own inscriptions in the format of Lambda to have them update the storage and transaction log.
- Multi Inscription Support
- Deployment of contracts dynamically