- Fork the repo
- Fill in environment variables in
.env.local
file - Sign up for the Alchemy and n.xyz accounts and fill in the relevant variables in your
.env.local
file.
Install
npm install
yarn
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
You will need to fill in the env variables in your .env.local
file for local development with the env.example
file. Tokenbound related variables have been filled however you will need to get sign up for accounts for Alchemy and n.xyz.
We rely on Alchemy to help with indexing NFT information, and n.xyz for contract approval statuses. You will need to create an account with both and fill in the relevant variables in your .env.local
file.
For n.xyz
make sure you set the CORS
setting to your local development address or to *
all addresses.
PROVIDER_ENDPOINT
can be the same as your ALCHEMY_KEY
just use the https
link instead.
The contract address and tokenId of you NFT collection is grabbed from the URL params /contractAddress/tokenId
.
The image assets of your collection is then fetched from the useNft
hook in app/hooks/useNft.tsx
using the environment variable NEXT_PUBLIC_NFT_ENDPOINT
. If you want to customize and reshape the data of from the NEXT_PUBLIC_NFT_ENDPOINT
endpoint then make those edits inside the getNftAssets
in /lib/utils/nft.ts
. You can see commented out code on how you would return image from an the Azuki metadata server there for reference.
The image render will in the page.tsx file will then be expecting an array of images. If you have one image that should work just fine as well.
To learn more about Tokenbound, take a look at the following resources:
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Thanks goes to these wonderful people (emoji key):
Raymond Huynh 💻 |
Druzy Downs 💻 |
SweetmanTech.eth 💻 |
gandarufu 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!