@chainlink/evm-gauntlet-example

v0.0.0-develop-20230605183934
EVM Gauntlet Example
typescript cli

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
npm i @chainlink/[email protected]

Metadata

Downloads