@chainlink/evm-gauntlet-example
v1.0.1
Published
EVM Gauntlet Example
Downloads
13,125
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 theretreive
functionstorage:store
: stores the value