@chainlink/evm-gauntlet-example
v1.0.1
Published
EVM Gauntlet Example
Readme
Example EVM Gauntlet Package
This package is an example package that manages a simple storage contract with two functions:
retrieve: returns the stored valuestore(uint256): sets a new numeric value
Commands
storage:deploy: Deploy the contractstorage:inspect: calls theretreivefunctionstorage:store: stores the value
