Skip to content

Commit 8e74226

Browse files
committed
Update README
Change the name in examples from 'client' to SPDK, and slightly reword this section.
1 parent 1152b1a commit 8e74226

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ Check out the `examples` folder for some simple sending and receiving examples.
3939
These examples are still very elementary, and will be expanded later.
4040
In the meantime, you can look at `tests/vector_tests.rs` to see how sending and receiving works in more detail.
4141

42-
We are also working on a [client](https://github.com/cygnet3/sp-client) that implements sending and receiving.
43-
This client can be used as a basis for building a silent payments wallet.
44-
Even if that isn't directly useful for you, it can still be a good resource for showing
45-
how this library can be integrated with wallets.
42+
We are also working on another project called [SPDK](https://github.com/cygnet3/spdk)
43+
(Silent Payments Development Kit) which builds on this library.
44+
SPDK can be used as a basis for building a silent payments wallet.
45+
It allows for scanning for incoming payments, as well as sending.
46+
Even if SPDK itself doesn't seem interesting to you, it could still be a good resource
47+
for showing how this library can be integrated with wallets.
4648

4749
## Tests
4850

0 commit comments

Comments
 (0)