Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(bridge): use anvil instead of real Ethereum testnet #262

Open
2 tasks
moreal opened this issue Aug 18, 2023 · 0 comments
Open
2 tasks

test(bridge): use anvil instead of real Ethereum testnet #262

moreal opened this issue Aug 18, 2023 · 0 comments
Labels
bridge An issue or a pull request related to bridge suggestion

Comments

@moreal
Copy link
Collaborator

moreal commented Aug 18, 2023

ref: https://github.com/foundry-rs/foundry/blob/master/crates/anvil/README.md


Since the Ethereum testnet can be accessed by everyone, getting the network's ETH became hard. Even in Goerli case, it needed to buy Goerli ETH with some money 🙄 Because of such reasons, I want to suggest using local Ethereum node alternatives (e.g., anvil, Ganache, etc).

  • Setup docker-compose.yaml
  • Update .env.development file.
@moreal moreal added bridge An issue or a pull request related to bridge suggestion labels Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bridge An issue or a pull request related to bridge suggestion
Projects
None yet
Development

No branches or pull requests

1 participant