Starter Sequence boilerplate demonstrating how to perform primary sales of 721 NFTs using Sequence.
Use pnpm to install dependencies:
pnpm install
This will also copy .env.example
to .env
if .env
doesn't exist yet.
You can use the pre-provided env vars to test things out.
Run the project locally:
pnpm dev
The app will start on localhost:4444
To provide your own keys from Sequence Builder, simply edit the .env
file accordingly.
To see the chains supported by sequence click here