Documentation ¶
Overview ¶
deployContract.go is a script to deploy an ERC20 token contract a local Evmos node. It uses the go implementation of a Solidity contract, that was generated using the Solidity compiler and abigen.
It must be called with the private key in hex format, that which will be used to deploy the contract.
Usage:
$ go run deploy_contract.go $PRIVKEY
Click to show internal directories.
Click to hide internal directories.