Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add events sesh
Browse files Browse the repository at this point in the history
  • Loading branch information
URANI committed Mar 27, 2024
1 parent defdfdd commit 4088a20
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<br>

### Our development resources aim to onboard engineers to Solana development. From geeks to geeks.
### Our development resources, aiming to onboard engineers to Solana development. From geeks to geeks.

<br>

Expand All @@ -13,10 +13,11 @@
* **[1. Solana Blockchain Overview](chapters/01_intro.md)**
* **[2. Setup a Dev Environment](chapters/02_dev_env.md)**
* **[3. Mastering Anchor and CPI](chapters/03_anchor.md)**
* **[4. Program Derived Addresses](chapters/04_program_derived_addresses.md)**
* **[5. Mastering Solana Frontend](chapters/05_frontend.md)**
* **[6. Mastering Transfer Hooks](chapters/06_transfer_hooks.md)**
* **[7. Additional Resources](chapters/07_additional_resources.md)**
* **[4. Program Derived Addresses](chapters/04_pda.md)**
* **[5. Events and Communication](chapters/05_events.md)**
* **[6. Mastering Solana Frontend](chapters/06_frontend.md)**
* **[7. Mastering Transfer Hooks](chapters/07_transfer_hooks.md)**
* **[8. Additional Resources](chapters/08_additional_resources.md)**



Expand Down
2 changes: 1 addition & 1 deletion chapters/02_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* In each environment, you will be using one of three networks:
* **Mainnet**: the production network where all the action happens. Transactions cost real money.
* **Testnet**: used for stress testing recent releases. Focused on network performance, stability, and validator behavior.
* **Devnet**: the primary network for development (these tokens have no financial value, and you can get them from [these faucets](https://github.com/urani-labs/solana-dev-onboarding-rs/blob/main/chapters/07_additional_resources.md#faucets).
* **Devnet**: the primary network for development (these tokens have no financial value).

<br>

Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions chapters/05_events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 🛹 Events and Communication

<br>

### tl; dr

<br>


File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4088a20

Please sign in to comment.