|
@@ -1,7 +1,6 @@
|
|
|
# Anchor ⚓
|
|
|
|
|
|
[](https://travis-ci.com/project-serum/anchor)
|
|
|
-[](https://docs.rs/anchor-lang)
|
|
|
[](https://project-serum.github.io/anchor/)
|
|
|
[](https://discord.com/channels/739225212658122886)
|
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -22,12 +21,12 @@ To jump straight to examples, go [here](https://github.com/project-serum/anchor/
|
|
|
|
|
|
## Packages
|
|
|
|
|
|
-| Package | Version | Description|
|
|
|
-| :-- | :-- | :--|
|
|
|
-| `@project-serum/anchor` | [](https://www.npmjs.com/package/@project-serum/anchor) | TypeScript client generator for Anchor programs |
|
|
|
-| `anchor-lang` | [](https://crates.io/crates/anchor-lang) | Rust primitives for writing programs on Solana |
|
|
|
-| `anchor-spl` |  | CPI clients for SPL programs on Solana |
|
|
|
-
|
|
|
+| Package | Description | Version | Docs |
|
|
|
+| :-- | :-- | :--| :-- |
|
|
|
+| `anchor-lang` | Rust primitives for writing programs on Solana | [](https://crates.io/crates/anchor-lang) | [](https://docs.rs/anchor-lang) |
|
|
|
+| `anchor-spl` | CPI clients for SPL programs on Solana |  | [](https://docs.rs/anchor-spl) |
|
|
|
+| `anchor-client` | Rust client for Anchor programs |  | [](https://docs.rs/anchor-client) |
|
|
|
+| `@project-serum/anchor` | TypeScript client for Anchor programs | [](https://www.npmjs.com/package/@project-serum/anchor) | [](https://project-serum.github.io/anchor/) |
|
|
|
## Note
|
|
|
|
|
|
* **Anchor is in active development, so all APIs are subject to change.**
|