brij-digital/espresso-cash-public
Espresso Cash 團隊為 Solana 維護的 Dart 和 Flutter 應用程式與函式庫。
- Stars
- 299
- Forks
- 132
- 最近推送(UTC)
- 2026年4月10日
- 專案狀態
- 未封存
語言DartJavaKotlinMakefilePythonCSSRubyObjective-CDockerfileSwift
技術主題
使用的依賴
依賴清單 1 項
- melos開發依賴
^6.3.2
所在榜單
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
melos Twitter Follow Solana Dart developers discord
Packages
- espressocash_app: full-fledged mobile wallet for iOS and Android on Solana built with solana library.
- 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.
- The solana_mobile_wallet and solana_mobile_client packages. The former is a reference implementation of the Solana Mobile Wallet Adapter, containing a Fake Wallet to exemplify the scenario callbacks. The latter is the client-side implementation for the solana_mobile_wallet scenarios, also containing a Fake DApp example.
- The solana_seed_vault package, which implements the Solana Seed Vault SDK for Flutter.