@chainlink/evm-gauntlet-cli
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

EVM Gauntlet CLI

This packages expose the commands to be used as a CLI of the following packages:

  • @chainlink/evm-gauntlet-ocr2

Setup

Every command accepts the --network=<NETWORK> flag. The value will load the static environment variables under ./networks/.env.<NETWORK>. Currently 2 network configurations are available:

  1. Local
NODE_URL=http://127.0.0.1:5000
  1. Goerli
NODE_URL=https://goerli.infura.io/v3/7c43471f9d604276a856f0cff1edb645

Miscellaneous

  • To show available methods for all contracts:
yarn gauntlet -h

-To show available methods for a single contract:

yarn gauntlet ocr2:deploy -h

It will show details for the specificed function with their needed parameters and their types, if any

Readme

Keywords

Package Sidebar

Install

npm i @chainlink/evm-gauntlet-cli

Weekly Downloads

1

Version

3.2.0

License

none

Unpacked Size

123 kB

Total Files

21

Last publish

Collaborators

  • notoriousenigma
  • secure.andrew
  • secure.javier
  • secure.ericz
  • secure.thanh
  • m4us