This folder demonstrates how to compile, test, and deploy two sample solidity contracts with Hardhat. View the Hardhat docs here
- A basic storage contract: simple_storage.sol
- A basic ERC721 token contract: token.sol
npm i
npm run compile
npm run test
npx hardhat run scripts/deploy.ts --network firefly