Skip to content

Commit

Permalink
Draft of Serializing Instruction Data
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Apr 24, 2022
1 parent 2c924d1 commit ac5881d
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
### Unit 1 - Client interaction with the Solana Network
1. [Read data from the network](./content/intro-to-reading-data.md)
2. [Write data to the network](./content/intro-to-writing-data.md)
3. [Interacting with wallets](./content/interact-with-wallets.md)
3. [Interact with wallets](./content/interact-with-wallets.md)
4. [Serialize custom instruction data](./content/serialize-instruction-data.md)
Binary file added assets/movie-reviews-frontend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/intro-to-reading-data.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Querying the Solana Network
# Reading Data From The Solana Network

# Lesson Objectives

Expand Down
2 changes: 1 addition & 1 deletion content/intro-to-writing-data.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Writing to the blockchain
# Writing Data To The Solana Network

# Lesson Objectives

Expand Down
Loading

0 comments on commit ac5881d

Please sign in to comment.