Features
With ZumoKit SDK integration you will be able to introduce these features to your platform:
- Wallet creation
- An authenticated user is able to create Hierarchical Deterministic (HD) wallet
- User needs to provide a password for AES-256-CBC wallet encryption
- Encrypted wallet backup is saved in Vault
- User is provided with backup phrases for wallet recovery
- User is able to unlock his wallet with wallet password
- User can reveal backup phrases using his wallet password
- Wallet recovery
- User can recover his wallet using backup phrases
- Cryptocurrency accounts
- Accounts are derived according to industry standards
- Non-segwit (legacy), segwit (bech32) and compatibity (P2WPKH-nested-in-P2SH) BTC accounts supported
- User is able to see his account address and account balance
- User is able to see transaction history for his accounts together with historical fiat values
- Transaction creation
- BTC and ETH transactions are supported
- Transaction status is updated in real time
- Utilities
- Mnemonic phrase generation utility
- Up to date exchange rates
- Up to date cryptocurrency fee rates
- Conversions between different Bitcoin and Ethereum units
- Bitcoin and Ethereum address validation
Planned features
- Exchange integration
- Support for additional cryptocurrencies
- Client-side Web SDK