required: Node plus Yarn and Git
git clone https://github.com/moonshotcollective/anon-vs-moloch-nft.git anon-vs-moloch-nft
cd anon-vs-moloch-nft
git checkout develop
yarn install
yarn start
in a second terminal window:
cd app
yarn chain
โ๏ธ Edit the artwork manifest
artwork.js
with all of your art, then upload it to IPFS:
in a third terminal window:
cd app
yarn upload
yarn deploy
๐ฑ Open http://localhost:3000 to see the app