This is a Next.js app built to help you learn the Story TypeScript SDK and see its integration with a wallet like Metamask.
The sandbox will walk you through building with Story step-by-step. More specifically:
- Registering an IP Asset
- Attaching License Terms to that IP Asset
- Minting a License Token from an IP Asset
- Registering a derivative IP Asset from a License Token
- Claiming revenue from a child IP Asset
- Rename the
.env.example
file to.env
- Go to Pinata and get a JWT. Set
PINATA_JWT
equal to your JWT. - Login to to Dynamic. Set
NEXT_PUBLIC_DYNAMIC_ENV_ID
equal to your Environment ID, which you will get when you create a project.
npm install
in the root directorynpm run dev
in the root directory