This packages expose the commands to be used as a CLI of the following packages:
- @pluginv3.0/starknet-gauntlet-example
- @pluginv3.0/starknet-gauntlet-account
- @pluginv3.0/starknet-gauntlet-ocr2
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- Testnet
NODE_URL=https://alpha4.starknet.io- 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