Wallets are an essential part of the ecosystem as they serve as the gateway to interact with the blockchain and represent your unique identity in the blockchain. Therefore, it’s extremely important your app has the ability to communicate with the wallet to transact and make changes on the blockchain.
Wallet01 provides a set of magic sticks and hats to ease your (the developers’) life by making interaction with wallets as easy as possible.
We can do that with the help of core features of Wallet01:
Wallet01 provides a plug n’ play architecture to make your app chain agnostic.
The @wallet01/core
package powers the whole Wallet01 package ecosystem by laying out the basic structure and shape to make your app more and more chain agnostic.
We currently support the following three ecosystems. Each of these has its own connector packages. The packages are:
@wallet01/evm
: Ethereum Ecosystem@wallet01/solana
: Solana Ecosystem@wallet01/cosmos
: Cosmos Ecosystem