Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intro to solana content #472

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading