|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<p>
|
|
|
<a href="https://github.com/coral-xyz/anchor/actions"><img alt="Build Status" src="https://github.com/coral-xyz/anchor/actions/workflows/tests.yaml/badge.svg" /></a>
|
|
|
- <a href="https://coral-xyz.github.io/anchor/"><img alt="Tutorials" src="https://img.shields.io/badge/docs-tutorials-blueviolet" /></a>
|
|
|
+ <a href="https://anchor-lang.com"><img alt="Tutorials" src="https://img.shields.io/badge/docs-tutorials-blueviolet" /></a>
|
|
|
<a href="https://discord.gg/PDeRXyVURd"><img alt="Discord Chat" src="https://img.shields.io/discord/889577356681945098?color=blueviolet" /></a>
|
|
|
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/github/license/coral-xyz/anchor?color=blueviolet" /></a>
|
|
|
</p>
|
|
@@ -26,17 +26,17 @@ If you're familiar with developing in Ethereum's [Solidity](https://docs.solidit
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
-For a quickstart guide and in depth tutorials, see the [anchor book](https://book.anchor-lang.com) and the older [documentation](https://coral-xyz.github.io/anchor/getting-started/introduction.html) that is being phased out.
|
|
|
+For a quickstart guide and in depth tutorials, see the [anchor book](https://book.anchor-lang.com) and the older [documentation](https://anchor-lang.com) that is being phased out.
|
|
|
To jump straight to examples, go [here](https://github.com/coral-xyz/anchor/tree/master/examples). For the latest Rust and TypeScript API documentation, see [docs.rs](https://docs.rs/anchor-lang) and the [typedoc](https://coral-xyz.github.io/anchor/ts/index.html).
|
|
|
|
|
|
## Packages
|
|
|
|
|
|
-| 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://coral-xyz.github.io/anchor/ts/index.html) |
|
|
|
+| 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://coral-xyz.github.io/anchor/ts/index.html) |
|
|
|
| `@project-serum/anchor-cli` | CLI to support building and managing an Anchor workspace | [](https://www.npmjs.com/package/@project-serum/anchor-cli) | [](https://coral-xyz.github.io/anchor/cli/commands.html) |
|
|
|
|
|
|
## Note
|