/phryges-contract

Primary LanguageJavaScriptMIT LicenseMIT

๐Ÿ—

everything you need to build on Ethereum ERC-721A! ๐Ÿš€

๐Ÿงช Quickly experiment with Solidity using a frontend that adapts to your smart contract:

๐Ÿ„โ€โ™‚๏ธ Quick Start

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