0.0.0-develop-20230601201540 • Published 3 years ago

@chainlink/evm-gauntlet-example v0.0.0-develop-20230601201540

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Example EVM Gauntlet Package

This 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

Commands

  • storage:deploy: Deploy the contract
  • storage:inspect: calls the retreive function
  • storage:store: stores the value