Skip to content

Commit

Permalink
Intro to solana content (solana-foundation#472)
Browse files Browse the repository at this point in the history
* Updated

* Updated

* Updated

* Updated
  • Loading branch information
krishnendu-2003 authored and adpthegreat committed Oct 23, 2024
1 parent c45d286 commit 24f3789
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/courses/intro-to-solana/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ objectives:
description: "Understand what web3, blockchains, and Solana are."
---

## Welcome!
## Welcome

Welcome to the best starting point for developers looking to learn web3 and
blockchain!
Expand Down
6 changes: 6 additions & 0 deletions content/courses/intro-to-solana/intro-to-cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ description: "Understand asymmetric cryptography and how Solana uses it."

## Lesson

In this lesson, we will explore the basics of cryptography and how it's applied
within the Solana ecosystem.

### Symmetric and Asymmetric Cryptography

'Cryptography' the study of hiding information. There are two main types of
Expand Down Expand Up @@ -157,6 +160,9 @@ You know how to make and load keypairs! Let's practice what we've learned.

## Lab

In this lab we will learn about keypairs, and how to store secret keys securely
on solana

### Installation

Make a new directory, install TypeScript, Solana web3.js and esrun:
Expand Down
2 changes: 1 addition & 1 deletion content/courses/intro-to-solana/intro-to-writing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ console.log(
console.log(`Transaction signature is ${signature}!`);
```

### Experiment!
### Experiment

Send SOL to other students in the class.

Expand Down

0 comments on commit 24f3789

Please sign in to comment.