Skip to content

Commit 5a2764a

Browse files
committed
docs: update readme
1 parent 7a564e3 commit 5a2764a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
## Packages
66

77
- [espressocash_app]: full-fledged mobile wallet for iOS and Android on Solana built with [solana] library.
8-
- [espressocash_backend]: backend code for the Expresso Cash Universal Links protocol support.
98
- The [solana] library. This is the implementation of the Solana [transaction codec][transaction_codec] and the [JSON RPC api][json_rpc_api].
109
- 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.
1110
- 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.
1211
- The [solana_mobile_wallet] and [solana_mobile_client] packages. The former is a reference implementation of the [Solana Mobile Wallet Adapter][mobile_wallet_spec], containing a [Fake Wallet][solana_mobile_wallet_example] to exemplify the scenario callbacks. The latter is the client-side implementation for the [solana_mobile_wallet] scenarios, also containing a [Fake DApp example][solana_mobile_client_example].
1312
- The [solana_seed_vault] package, which implements the [Solana Seed Vault SDK][seed_vault_spec] for Flutter.
1413

1514
[espressocash_app]: packages/espressocash_app
16-
[espressocash_backend]: packages/espressocash_backend
1715
[borsh]: packages/borsh
1816
[borsh_annotation]: packages/borsh_annotation
1917
[jsonrpc_client]: packages/jsonrpc_client

0 commit comments

Comments
 (0)