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.git
Change into directory
cd Crimson-Affe
Install project dependecies
npm i
Create .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