@chainlink/evm-gauntlet-token
v1.0.1
Published
EVM Gauntlet Token
Downloads
14,557
Readme
EVM Gauntlet Commands for Chainlink's LINK token
Commands
Deploy
Use this command to deploy the LINK token contract. It takes no inputs besides the standard --network flag.
Usage: yarn gauntlet token:deploy --network=goerli
Transfer
Transfer will transfer an amount of erc20 tokens to the specified recipient.
Usage: yarn gauntlet token:transfer --network=goerli <0xabc> --to=<0x123> --amount=10
Where 0xabc is the address of the erc20 token, 0x123 is the recipient, and amount is a value in Eth that we convert to Wei.