charge_wallet_sdk 0.0.1+7 copy "charge_wallet_sdk: ^0.0.1+7" to clipboard
charge_wallet_sdk: ^0.0.1+7 copied to clipboard

discontinuedreplaced by: fuse_wallet_sdk
outdated

SDK for Charge wallet API

Charge wallet SDK #

Dart library for accessing Charge Wallet APIs.

What's in here #

  • Charge API
  • Web3
    • Using web3dart library 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
  • 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.