Website: http://url.netlify.com
Smart Contract: https://github.com/
Solidity, React, bootstrap & Third-web
After any changes to the contract, run:
#For testing
yarn run dev
# production
yarn run build
# or
yarn build
to compile your contracts. This will also detect the Contracts Extensions Docs detected on your contract.
When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:
npm run deploy
# or
yarn deploy