This is a Next.js project for managing the Passage NFT Vault.
- Install dependencies:
bun i - Generate the chain types:
bun run gen:graz - Run the chain and the site locally:
bun run dev:start
To develop locally you will have to connect a Leap wallet to the locally running chain. Simply open up the Leap app, click the chain dropdown, and then the + sign. Then fill out the fields according to the screenshot below.
Additionally navigate to the setup/configs/localnet.ts to find mnemonics for the accounts that are pre-funded with testnet tokens.
