A NFT market place for organizations that hosts art show events. This project is a model as a service to facilitate art show organizations in the adoption of blockchain technology and incorporate additional revenue stream for their vendors
Clone repo
git clone git@github.com:Shih-Yu/Crimson-Affe.gitChange into directory
cd Crimson-AffeInstall project dependecies
npm iCreate .env for connecting to testnet/mainnet
Deploy contract to testnet/mainnet with hardhat
npx hardhat run scripts/deploy.js --network <testnet/mainnet>Get contract address for interaction from the front end
In a separate terminal, start the server for React
npm start