Skip to content

Commit 3d47003

Browse files
committed
Updated readmes
1 parent 684d585 commit 3d47003

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
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)
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
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)

project-6-nfts/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
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)

project-9-token-lottery/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
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)

0 commit comments

Comments
 (0)