Skip to content

Commit

Permalink
Merge pull request #91 from solana-developers/use-collapsible-sections
Browse files Browse the repository at this point in the history
Use collapsible sections for the examples list
  • Loading branch information
ZYJLiu authored Jun 14, 2024
2 parents a878db4 + 6afa110 commit 5107274
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Each folder includes examples for one or more of the following

If a given example is missing, please add it!

## The example projects!
## The example projects

### basics
<details>
<summary>Basics</summary>

#### account-data

Expand Down Expand Up @@ -81,7 +82,9 @@ If a given example is missing, please add it!

[anchor](./basics/transfer-sol/anchor), [native](./basics/transfer-sol/native), [seahorse](./basics/transfer-sol/seahorse)

### tokens
</details>
<details>
<summary>Tokens</summary>

#### create-token

Expand Down Expand Up @@ -111,7 +114,11 @@ If a given example is missing, please add it!

[anchor](./tokens/transfer-tokens/anchor), [native](./tokens/transfer-tokens/native), [seahorse](./tokens/transfer-tokens/seahorse)

### tokens/token-2022
</details>

<details>

<summary>Token Extensions</summary>

#### basics

Expand Down Expand Up @@ -165,7 +172,10 @@ If a given example is missing, please add it!

[anchor](./tokens/token-2022/transfer-fee/anchor), [native](./tokens/token-2022/transfer-fee/native)

### compression
</details>
<details>

<summary>Compression</summary>

#### cnft-burn

Expand All @@ -179,12 +189,18 @@ If a given example is missing, please add it!

[anchor](./compression/cutils/anchor)

### oracles
</details>

<details>

<summary>Oracles</summary>

#### pyth

[anchor](./oracles/pyth/anchor), [seahorse](./oracles/pyth/seahorse)

</details>

## Examples We'd Love to See!

- Examples needed for Native:
Expand Down

0 comments on commit 5107274

Please sign in to comment.