You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: