Advanced
jcdenton.beb@jc
2/11/2023

Has the EVM created a Windows-like monopoly? It's an extremely uphill battle to support non-EVM chains like Solana and Aptos when your dapp and wallet support are baked to work with Ethereum. We’ve had to scope our multi-chain efforts down to EVM for now. https://github.com/bebverse/universe/issues/3?4

In reply to @jc
borodutch 💎🤲@borodutch
2/11/2023

ok i'll be the one to say it tools to support non-evm blockchains suck ass adding support for evm? yarn add ethers boom, we're in business adding support for non-evm? npm-does-it-have-the-lib-mumbo-jumbo-mother-fucker

In reply to @jc
Donald Bullers@db
2/11/2023

MetaMask Snaps should help here. By making the wallet extensible the focus will not be narrowed to EVM. For interoperability of DIDs we are already cooking up a connector service, but market isn’t ready. We need to get usage first.

In reply to @jc
Mark Carey@markcarey
2/11/2023

True. After doing several cross-EVM-chain projects with various GMP providers, it is just too easy to setup cross-chain apps/assets when each chain is EVM. Some of the bridging services are supporting (or building support for) non-EVM chains, but as dapp developer, you still need a non-EVM version of your contract. :(