A minimal Solidity smart contract for testing.
- Set a number on-chain
- Read it anytime
- clear code
- Comes with tests & deploy script
npm install # to install hardhat-toolbox npx hardhat init npx hardhat compile npx hardhat test npx hardhat run scripts/deploy.js --network sepolia