Socket
Book a DemoInstallSign in
Socket

@chainlink/evm-gauntlet-cli

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainlink/evm-gauntlet-cli

EVM Gauntlet CLI

latest
npmnpm
Version
3.2.0
Version published
Maintainers
5
Created
Source

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:

  • Local
NODE_URL=http://127.0.0.1:5000
  • 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

Keywords

typescript

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts