Hi, I am testing an application to send and track transactions.
Previously, before the ethereum-go version 1.4.X, I used a custom docker image with deployed ERC20, ERC721, other custom contracts and a pre-funded address that holds all of the tokens.
However, the Private Networks guide is now marked as outdated, so I need to move all pre-defined contracts to the ethereum-package and I have several questions.
Is it possible to use the network_params.yaml config to specify the pre-funded address instead of the genesis_constants.star?
Is there any additional information how to deploy a contract (let's say ERC20 contract) from the specific pre-funded address?
Hi, I am testing an application to send and track transactions. Previously, before the
ethereum-go
version1.4.X
, I used a custom docker image with deployed ERC20, ERC721, other custom contracts and a pre-funded address that holds all of the tokens.However, the Private Networks guide is now marked as outdated, so I need to move all pre-defined contracts to the
ethereum-package
and I have several questions.network_params.yaml
config to specify the pre-funded address instead of thegenesis_constants.star
?