Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann authored May 4, 2023
1 parent 71e58ce commit c933fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A set of Rust libraries to interact with the Tezos blockchain.

## Use Cases

The Tezos Swift SDK ships with tools that can be used to:
The Tezos Rust SDK ships with tools that can be used to:

*General*
- convert a Base58 encoded string to bytes and vice versa
Expand Down Expand Up @@ -72,4 +72,4 @@ Tezos Rust SDK is a multi-crate project. It has been designed to allow its users
| `tezos-michelson` | Provides [Michelson](https://tezos.gitlab.io/active/michelson.html) and [Micheline](https://tezos.gitlab.io/shell/micheline.html) types and actions, e.g. `pack`/`unpack`. | `tezos-core` |
| `tezos-operation` | Provides Tezos Operation structures as defined in [the P2P message format](https://tezos.gitlab.io/shell/p2p_api.html) and actions that can be performed on them, e.g. `forge`/`unforge` and `sign`/`verify`. | `tezos-core` <br /> `tezos-michelson` |
| `tezos-rpc` | Provides a Tezos RPC client which should be used to interact with Tezos nodes. | `tezos-core` <br /> `tezos-michelson` <br /> `tezos-operation` |
| `tezos-contract` | Provides a Tezos contract handler which should be used to interact with Tezos contracts. | `tezos-core` <br /> `tezos-michelson` <br /> `tezos-operation` <br />`tezos-rpc` |
| `tezos-contract` | Provides a Tezos contract handler which should be used to interact with Tezos contracts. | `tezos-core` <br /> `tezos-michelson` <br /> `tezos-operation` <br />`tezos-rpc` |

0 comments on commit c933fe5

Please sign in to comment.