↔️Build an EVM+Substrate wallet compatible architecture in your dApp

In this section of the toolkit, we'll start with the basics. We'll explore EVM & Substrate wallets specificities by highlighting great wallets made in the ecosystem.

The importance of a clean wallet-experience

When you arrive in a new ecosystem, aka an ecosystem other than Ethereum, the wallet that you will install will become the gateway to this new world.

For a long time, Polkadot suffered from the complexity of its main signer tool, polkadot.js, which was mistakenly used as the only viable way to interact with the Substrate ecosystem. This problem has now been solved thanks to the existence of compatible EVM chains on the one hand, and the existence of wallets that perfectly integrate the 2 ecosystems at the same time.

In this section, we'll look at how to effectively link these two different standards to create a dApp compatible with both ecosystems.

Last updated