everything you need to build on Ethereum ERC-721A! ๐
๐งช Quickly experiment with Solidity using a frontend that adapts to your smart contract:
install and start your root folder:
yarn install
in a second terminal window, start your ๐ฑ frontend:
yarn start
in a third terminal window, ๐ฐ deploy your contract:
yarn deploy
yarn etherscan-verify --network mainnet
๐ Edit your smart contract .sol
in ./contracts
๐ผ Edit your deployment scripts in ./deploy
๐ฑ Open http://localhost:3000 to see the app