Skip to content
forked from EjaraApp/trustdart

A dart library that can interact with the trust wallet core library.

License

Notifications You must be signed in to change notification settings

Quppy/trustdart

 
 

Repository files navigation

trustdart

A dart library that can interact with the trust wallet core library.

Install

Overview

For every blockchain, there are two groups of operations, those that can be done locally and those that require access to a node.

Local Operations

  • Wallet management
    • Creating a new multi-coin wallet
    • Importing a multi-coin wallet
  • Address derivation (receiving)
    • Generating the default address for a coin
    • Generating an address using a custom derivation path (expert)
  • Transaction signing (e.g. for sending)

Operations that require access to a node.

  • Query blockchain for transaction/operations history.
  • Push newly created transactions to the blockchain.

This libarary focuses on just the local operations. You would have to write your own code to query the blockchain or publish transactions.

Refere to the examples folder to see how to use test application

Roadmap

  • Add all the cryptos supported by trustwallet (this initial version only works for Tezos, Ethereum & Bitcoin)
  • For Bitcoin transaction signing hasn't been implemented yet.

Approach

Contribution

  • For now there are no strict guidelines.
  • Just create your pull request.
  • Make sure to add a description what the pull request is about.
  • If you have any questions feel free to ask.
  • Looking forward contributions.

About

A dart library that can interact with the trust wallet core library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 37.9%
  • Kotlin 35.1%
  • Dart 22.8%
  • Ruby 3.3%
  • Objective-C 0.9%