File tree Expand file tree Collapse file tree 4 files changed +42
-4
lines changed
project-12-attack-the-bank
project-13-getting-to-production Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
- # developer-bootcamp-2024
1
+ # Project 12: Attack the Bank
2
+
3
+ In this project we will learn how to think like an attacker and find vulnerabilities in 3 different smart contracts.
4
+
5
+ You can follow along [ with the video to learn more] ( https://www.youtube.com/watch?v=HOdYZSe1uhE&t=20615s ) . We recommend creating a separate github repository for each project and commiting your code as you follow along.
6
+
7
+ ## Resources
8
+
9
+ - [ Solana Documentation] ( https://solana.com/docs )
10
+ - [ More Security Education] ( https://solana.com/developers/courses/program-security )
Original file line number Diff line number Diff line change 1
- # Getting to Production
1
+ # Getting to Production
2
+
3
+ In this project we will deep dive on a number of different tools in preparation for deploying to production.
4
+
5
+ You can follow along [ in the video to learn more] ( https://www.youtube.com/watch?v=HOdYZSe1uhE&t=24025s ) .
6
+
7
+ ## Resources
8
+
9
+ - [ Deploying a Program] ( https://solana.com/docs/programs/deploying )
10
+ - [ Squads multisig] ( https://app.squads.so/create-squad )
11
+ - [ Verifiable Builds] ( https://github.com/otter-sec/solana-verifiable-build )
Original file line number Diff line number Diff line change 1
- # Creating a NFT
1
+ # Creating a NFT
2
+
3
+ In this project you will learn how to create a Non-Fungible Token (NFT) on the Solana blockchain.
4
+
5
+ [ You can follow along with the video to create the NFT] ( https://www.youtube.com/watch?v=amAq-WHAFs8&t=13752s )
6
+
7
+ ## Resources
8
+
9
+ - [ Solana Documentation] ( https://solana.com/docs )
10
+ - [ Umi docs] ( https://developers.metaplex.com/umi/getting-started )
Original file line number Diff line number Diff line change 1
- # Creating a Token Lottery Program
1
+ # Creating a Token Lottery Program
2
+
3
+ In this project, you will learn how to create a token lottery program on the Solana blockchain.
4
+
5
+ [ You can follow along with the video to create the token lottery] ( https://www.youtube.com/watch?v=amAq-WHAFs8&t=30677s )
6
+
7
+ ## Resources
8
+
9
+ - [ Solana Documentation] ( https://solana.com/docs )
10
+ - [ Switchboard Documentation] ( https://docs.switchboard.xyz/docs/switchboard/switchboard-randomness )
11
+ - [ Switchboard SDK] ( https://github.com/switchboard-xyz/sb-on-demand-examples/tree/main/sb-randomness-on-demand )
You can’t perform that action at this time.
0 commit comments