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-31Lines changed: 5 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,7 @@ Each folder includes examples for one or more of the following:
31
31
**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
32
33
33
## The example programs
34
-
35
-
<details>
36
-
<summary>Basics</summary>
37
-
34
+
## Basics
38
35
### Hello world
39
36
40
37
[Hello World on Solana! A minimal program that logs a greeting.](./basics/hello-solana/README.md)
@@ -124,11 +121,7 @@ How to store state that changes size in Solana.
124
121
[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 +163,7 @@ Allow two users to swap digital assets with each other, each getting 100% of wha
170
163
[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
164
172
165
[anchor](./tokens/token-swap/anchor)
173
-
174
-
</details>
175
-
176
-
<details>
177
-
178
-
<summary>Token Extensions</summary>
179
-
166
+
## Token Extensions
180
167
### Basics - create token mints, mint tokens, and transfer tokens with Token Extensions
181
168
182
169
Create token mints, mint tokens, and transfer tokens using Token Extensions.
@@ -254,12 +241,7 @@ Create tokens that remain under the control of an account, even when transferred
0 commit comments