1.0.1 • Published 29 days ago

@chainlink/evm-gauntlet-example v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
29 days 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