EVM Gauntlet Example
npm install @chainlink/evm-gauntlet-exampleThis package is an example package that manages a simple storage contract with two functions:
- retrieve: returns the stored value
- store(uint256): sets a new numeric value
- storage:deploy: Deploy the contract
- storage:inspect: calls the retreive function
- storage:store: stores the value