Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CLICMD = &cli.Command{ Name: "cli", Description: "This CLI supports on-chain interactions with components of ChainBridge", Flags: []cli.Flag{ &cli.StringFlag{ Name: "url", Value: "ws://localhost:8545", Usage: "RPC url of blockchain node", }, &cli.Uint64Flag{ Name: "gasLimit", Value: 6721975, Usage: "gasLimit used in transactions", }, &cli.Uint64Flag{ Name: "gasPrice", Value: 20000000000, Usage: "gasPrice used for transactions", }, &cli.Uint64Flag{ Name: "networkID", Value: 0, Usage: "networkID", }, &cli.StringFlag{ Name: "privateKey", Value: "", Usage: "Private key to use", }, &cli.PathFlag{ Name: "jsonWallet", Value: "", Usage: "Encrypted JSON wallet", }, &cli.StringFlag{ Name: "jsonWalletPassword", Value: "", Usage: "Password for encrypted JSON wallet", }, }, Subcommands: []*cli.Command{ deploy.DeployCMD, bridge.BridgeCLICMDS, admin.AdminCLICMDS, erc20.ERC20CLICMDS, erc721.ERC721CLICMDS, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.