Web3E
Web3E copied to clipboard
Help with interacting on mainnet
trafficstars
Looking for help or examples of using this library, I want to interact with a mainnet contract. Thanks!
Hi, the examples contain a lot of code that shows how you can interact with testnets. To interact with mainnet, you can just change the Infura settings.
Update: Now just use:
Web3 web3 = new Web3(MAINNET_ID);