Skip to content

Dart and Flutter apps and libraries maintained by Crypto Please team for Solana.

Notifications You must be signed in to change notification settings

code2lives/cryptoplease-dart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melos Twitter Follow Discord

Packages

  • cryptoplease: full-fledged mobile wallet for iOS and Android on 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.

About

Dart and Flutter apps and libraries maintained by Crypto Please team for Solana.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • Dart 42.9%
  • Java 0.7%
  • Kotlin 0.5%
  • HTML 0.3%
  • CSS 0.2%
  • Other 0.2%