Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 19, 2023
1 parent 33d2251 commit 5d31eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/articles/package_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Solnet.Wallet has [Chaos.NaCl](https://github.com/p3root/Chaos.NaCl/) and [Bounc

## Solnet.KeyStore

The assembly Solnet.KeyStore contains constructs and utilitiy methods necessary to save and restore wallets as well as encrypt and decrypt keystores.
The assembly Solnet.KeyStore contains constructs and utility methods necessary to save and restore wallets as well as encrypt and decrypt keystores.
It includes an implementation of the [Web3 Secret Storage Definition](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition) which generates a JSON file with an encrypted keystore, with only the correct password being necessary to decrypt it. It also includes a simpler keystore implementation that is capable of restoring keys generated by the `solana-keygen` CLI tool.

The KeyStore depends on the Solnet.Wallet project assembly, plus [Chaos.NaCl](https://github.com/p3root/Chaos.NaCl/) and [BouncyCastle](https://github.com/novotnyllc/bc-csharp).

## Solnet.Programs

The Solnet.Programs assembly implements and abstracts the usage of several Solana programs. These programs are either the [Native Programs](https://docs.solana.com/developing/runtime-facilities/programs) or part of the [SPL](https://spl.solana.com/).
If you're looking for more specific implementations, than you may have to look at [Solnet.Serum](https://github.com/bmresearch/Solnet.Serum), Solnet.Pyth, Solnet.Mango or even start your own using our APIs.
If you're looking for more specific implementations, then you may have to look at [Solnet.Serum](https://github.com/bmresearch/Solnet.Serum), Solnet.Pyth, Solnet.Mango or even start your own using our APIs.

0 comments on commit 5d31eb2

Please sign in to comment.