You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-33Lines changed: 5 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ This repo contains Solana onchain programs (referred to as 'Smart Contracts' in
12
12
> ⚠️ This repository uses **pnpm** as the default package manager.
13
13
> Ensure pnpm is installed before running any examples.
14
14
15
-
16
15
Each folder includes examples for one or more of the following:
17
16
18
17
-`anchor` - Written using [Anchor](https://www.anchor-lang.com/), the most popular framework for Solana development, which uses Rust.
@@ -27,14 +26,10 @@ Each folder includes examples for one or more of the following:
27
26
Build and test commands are the same as native examples.
28
27
Run `pnpm test` to execute tests.
29
28
30
-
31
29
**If a given example is missing, please send us a PR to add it!** Our aim is to have every example available in every option. We'd also love to see more programs involving staking, wrapped tokens, oracles, compression and VRF. Follow the [contributing guidelines](./CONTRIBUTING.md) to keep things consistent.
32
30
33
31
## The example programs
34
-
35
-
<details>
36
-
<summary>Basics</summary>
37
-
32
+
## Basics
38
33
### Hello world
39
34
40
35
[Hello World on Solana! A minimal program that logs a greeting.](./basics/hello-solana/README.md)
@@ -124,11 +119,7 @@ How to store state that changes size in Solana.
124
119
[Send SOL between two accounts.](./basics/transfer-sol/README.md)
[Create a token on Solana with a token symbol and icon.](./tokens/create-token/README.md)
@@ -170,13 +161,7 @@ Allow two users to swap digital assets with each other, each getting 100% of wha
170
161
[Create liquidity pools to allow trading of new digital assets and allows users that provide liquidity to be rewarded by creating an Automated Market Maker.](./tokens/token-swap/README.md)
171
162
172
163
[anchor](./tokens/token-swap/anchor)
173
-
174
-
</details>
175
-
176
-
<details>
177
-
178
-
<summary>Token Extensions</summary>
179
-
164
+
## Token Extensions
180
165
### Basics - create token mints, mint tokens, and transfer tokens with Token Extensions
181
166
182
167
Create token mints, mint tokens, and transfer tokens using Token Extensions.
@@ -254,12 +239,7 @@ Create tokens that remain under the control of an account, even when transferred
0 commit comments