File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,26 @@ tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
42
42
tokens/token-2022/mint-close-authority/native
43
43
tokens/token-2022/transfer-fee/native
44
44
tokens/token-2022/non-transferable/native
45
+
46
+ # all steel projects
47
+
48
+ basics/account-data/steel
49
+ basics/checking-accounts/steel
50
+ basics/close-account/steel
51
+ basics/counter/steel
52
+ basics/create-account/steel
53
+ basics/cross-program-invocation/steel
54
+ basics/favorites/steel
55
+ basics/pda-rent-payer/steel
56
+ basics/processing-instructions/steel
57
+ basics/program-derived-addresses/steel
58
+ basics/realloc/steel
59
+ basics/rent/steel
60
+ basics/transfer-sol/steel
61
+
62
+ tokens/escrow/steel
63
+
64
+ tokens/pda-mint-authority/steel
65
+ tokens/spl-token-minter/steel
66
+ tokens/token-swap/steel
67
+ tokens/transfer-tokens/steel
Original file line number Diff line number Diff line change 2
2
3
3
## Onchain program examples for :anchor : Anchor :crab : Native Rust, [ TS] TypeScript and :snake : Python
4
4
5
- [ ![ Native] ( https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule )] ( https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml ) [ ![ Anchor] ( https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule )] ( https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml ) [ ![ Steel ] ( https://github.com/solana-developers/program-examples/actions/workflows/steel.yml/badge.svg?event=schedule )] ( https://github.com/solana-developers/program-examples/actions/workflows/steel.yml )
5
+ [ ![ Native] ( https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule )] ( https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml ) [ ![ Anchor] ( https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule )] ( https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml )
6
6
7
7
This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).
8
8
You can’t perform that action at this time.
0 commit comments