/contracts
folder.
The template comes with a barebones Greeter
smart contract, written in Solidity.
The general flow you’ll follow when writing smart contracts is:
yarn build
: Compile your smart contracts with Hardhat.yarn test
: Run your smart contract tests with Hardhat.yarn deploy
: Deploy your smart contracts to any EVM chain from the browser.