Skip to content

Commit 65e979e

Browse files
committed
Minor README tweaks
Prioritise Anchor, deprioritize Seahorse, spell onchain correctly. readme
1 parent 2c4cb8f commit 65e979e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# Program Examples
22

3-
### :crab: Rust. :snake: Python. :link: All on-chain.
3+
### Onchain program examples for :anchor: Anchor :crab: Native Rust and :snake: Python
44

55
## Navigating this Repo
66

77
:file_folder: Each example contains four folders:
88

9-
- `native` - Written using Solana's native Rust crates and vanilla Rust.
109
- `anchor` - Written using Anchor's `anchor_lang` Rust crate and the associated Anchor framework to build & deploy.
10+
- `native` - Written using Solana's native Rust crates and vanilla Rust.
1111
- `seahorse` - Written using the Python framework Seahorse, which converts your Python code to Anchor Rust.
1212

1313
:wrench: How to build & run:
1414

1515
- Before running anything in any folder make sure you pull in the dependencies with `yarn install`.
16-
- `native` - Use `cicd.sh` to build & deploy the program. Run `yarn run test` to test it.
1716
- `anchor` - Use `anchor build && anchor deploy` to build & deploy the program. Run `anchor run test` to test it.
17+
- `native` - Use `cicd.sh` to build & deploy the program. Run `yarn run test` to test it.
1818
- `seahorse` - Use `seahorse build && anchor deploy` to build & deploy the program. Run `anchor run test` to test it.
1919

2020
## Examples We'd Love to See!
2121

2222
- Examples needed for Native:
23-
- Token2022
23+
- Token Extensions
2424
- Examples needed for Anchor:
2525
- Additional Accounts & Resolving Accounts
2626
- Examples needed for Seahorse
2727
- Any existing example missing a `seahorse` folder
28-
- New examples needed for Solidity, Anchor, Native & Seahorse:
28+
- New examples needed for Anchor, Native, Solidity & Seahorse:
2929
- Token lending
3030
- Token swapping
3131
- Escrow

0 commit comments

Comments
 (0)