A minimal NFT marketplace on Starknet. This repo consists of contracts
written in Cairo and integrated user interface client
. To be used for tutorial. User could upload and mint the NFT and can Buy with Sepolia ETH
Requires Scarb on machine.
- Clone the repo
cd pixelated-chimes
cd nftcontract
- Inside
src
folder there iserc721.cairo
andlib.cairo
- Optional: Edit, change few things, try to add new methods
- Inside
scarb build
to test the build
Requires pnpm on machine.
cd pixelated-chimes
cd nftclient
pnpm install
pnpm dev
and visit the relevant local host for interaction- Edit the
utils.js
with your deployed address to interact with your contract
- Edit the