Wallet
Single line of code to create wallet for various supported blockchains.
Blockchain
Supported
Bitcoin
Cosmos
Ethereum
Polygon
Ripple
Solana
Stellar
Cosmos
import core from '@poro-wallet/core';
const cosmosWallet = await core.factory.wallet.cosmos.create();
// {
// address: string
// mnemonic: string
// publicKey: string
// privateKey: string
// }EVM Chains
Ripple
Solana
Stellar
Last updated