dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

Question about deploying to other EVM compatible blockchains

Open guirkgumbo opened this issue 3 years ago • 1 comments

Is it possible to use dapptools to deploy to other EVM compatible chains like fantom and the fantom testnet?

From looking at the seth docs the chains are only ethereum mainnet and its respective testnets

guirkgumbo avatar Oct 23 '21 01:10 guirkgumbo

If the chain exposes an ethereum compatible rpc endpoint then you should just be able to set ETH_RPC_URL to e.g. your fantom rpc endpoint and use seth / dapp as usual.

d-xo avatar Oct 23 '21 13:10 d-xo