Skip to content

0xsequence-demos/gift-wallet-inventory-boilerplate

Repository files navigation

Sequence Wallet Inventory and Gift Mint Boilerplate

Coming Soon!

Starter Sequence boilerplate demonstrating how to display wallet inventory, and mint a free gift-pack of NFTs, using Sequence.

Quickstart

Copy .env.example to .env and fill with your project information. To test things out, you can use the pre-provided keys in the .env.example file:

cp .env.example .env

Then install and run:

pnpm install && pnpm dev

The app will start on localhost:4444

To provide your own keys from Sequence Builder, simply edit the .env file accordingly.