- cryptoplease: full-fledged mobile wallet for Solana built with solana library.
- cryptoplease-ui: UI library for mobile wallet.
- The solana library. This is the implementation of the Solana transaction codec and the JSON RPC api.
- The jsonrpc_client is used to generate the RPC api methods from their definitions. This technique helps us stick to the DRY principle very easily.
- The Borsh serialization package which is itself divided in two packages borsh and borsh_annotation. The former is a code generator that generates borsh serialization and deserialization for a Dart class. And the latter is an annotation used to annotate these classes.
forked from espresso-cash/espresso-cash-public
-
Notifications
You must be signed in to change notification settings - Fork 0
Dart and Flutter libraries maintained by Crypto Please team including Solana Dart Client Package
KurobiHq/cryptoplease-dart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dart and Flutter libraries maintained by Crypto Please team including Solana Dart Client Package
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Dart 98.0%
- HTML 0.7%
- CSS 0.3%
- Ruby 0.3%
- Makefile 0.3%
- Swift 0.1%
- Other 0.3%