-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,62 @@ | ||
# Solana Co-Learning#3 | ||
<div align="center"> | ||
<h1> Solana Co-Learning#3 </h1> | ||
|
||
<p> | ||
<a href="https://github.com/CreatorsDAO"><img src="https://badgen.net/badge/icon/github?icon=github&label" alt="GitHub" /></a> | ||
<a href="https://twitter.com/Labs706"><img src="https://badgen.net/badge/icon/twitter?icon=twitter&label" alt="Twitter" /></a> | ||
</p> | ||
<img src="./image.png" alt="GitHub" /> | ||
|
||
</div> | ||
|
||
## Module1 | ||
|
||
### 1. 初识 solana | ||
### 1.1 初识 solana | ||
|
||
Solana Local Node、Solana CLI Tools、Network Wallet 交互 | ||
|
||
### 2. solana 基本读写 | ||
🔗 [CLI 安装指南](https://solana.com/zh/developers/guides/getstarted/setup-local-development) | ||
|
||
🔗 [solana 浏览器](https://solscan.io/?cluster=devnet) | ||
|
||
🔗 [solana devnet airdrop](https://github.com/solanafuns/solana-ts-tpl/blob/main/.github/workflows/airdrop.yml) | ||
|
||
#### 学习目标 | ||
|
||
- 初始化账户,秘钥对,获得 airdrop | ||
- 导入导出秘钥,切换网络 | ||
- 启动本地节点,监控 logs | ||
- 浏览器 wallet 安装使用 (Phantom, Solflare,Phantom) | ||
- 初始化账户,秘钥对,导入、导出账户 | ||
- 网络浏览器查看交易内容、切换网络、连接到本地网络 | ||
|
||
### 1.2 solana 基本读写 | ||
|
||
使用 Solana Native 开发、读写 Account Data、 | ||
|
||
🔗 [ Solana Hello world](https://solana.com/zh/developers/guides/getstarted/local-rust-hello-world) | ||
|
||
#### 学习目标 | ||
|
||
- 编译合约、部署合约、调用合约 | ||
- 区块浏览器查看合约 | ||
|
||
## Module 2 | ||
|
||
### 1. Sdk 和序列化数据 | ||
### 2.1 Sdk 和序列化数据 | ||
|
||
Account 数据传输序列化,数据检查(TypeScript SDK 基本使用) | ||
|
||
### 2. solana 快速开发 | ||
### 2.2 solana 快速开发 | ||
|
||
使用 Anchor framework 开发 | ||
|
||
## Module 3 | ||
|
||
### 1. solana 进阶 | ||
### 3.1 solana 进阶 | ||
|
||
PDA , CPI , SPL Token | ||
|
||
### 2. solana 前沿 | ||
### 3.2 solana 前沿 | ||
|
||
Actions and Blinks |