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.