charge_wallet_sdk 0.0.1+7
charge_wallet_sdk: ^0.0.1+7 copied to clipboard
SDK for Charge wallet API
Charge wallet SDK #
Dart library for accessing Charge Wallet APIs.
What's in here #
- Charge API
- Interact with Charge Wallet API
- Web3
- Using
web3dartlibrary in a simplified way - Initialized with any Ethereum based network (and custom network id)
- BIP 39 mnemonic - generate, extract private key from
- Native - get balance, send, sign off-chain transactions to transfer using relay
- ERC20 based tokens - get balance, send, sign off-chain transactions to transfer using relay
- Contracts - read/write
- Using
- GraphQL
- Interact with The Graph for easier blockchain data reads
Install #
See pub.dev
Usage #
See example folder
License #
Charge Wallet SDK is available under the MIT license. See the LICENSE file for more info.