[Enhancement] Add additional Web3 Providers
See original GitHub issueBackground I like this Dapp and have a build running with multiple customizations, such as dynamic price displays, randomized Mint orders, NFT Gallery of owned NFTs, ability to merge two NFT’s to create a brand new minted NFT etc. One thing I’m having trouble with is adding on additional Web3 providers such as this example: https://github.com/web3modal/web3modal
The way this is configured on the BlockchainActions.js to use Web3EthContract.setProvider(ethereum); let web3 = new Web3(ethereum); is difficult for me to swap. If I try using web3Modal above or WalletConnect as a provider, it seems to break everything.
Request Make this more modern with multiple provider options across HD and Mobile so it can be used in a variety of platforms and applications, such as Trust Wallet Mobile etc
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:56

Top Related StackOverflow Question
Here you go, replace the whole file blockchainActions.js with the below code
@Karmeleons That’s good to know because I never would have thought of that. We are really trying to push towards the Cronos network so that’s next on my list too lol