Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Aug 29, 2023
1 parent 6035f46 commit 774ae84
Show file tree
Hide file tree
Showing 38 changed files with 174 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Solana-Co-Learn/module1/block-chain-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 6
sidebar_label: 区块链基本概念介绍
sidebar_class_name: green
tags:
- blockchain
- basic
---

# 区块链基本概念介绍
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 15
sidebar_label: 📝 构建一个交互脚本
sidebar_class_name: green
tags:
- client-side-development
- solana
- rpc
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
sidebar_position: 13
sidebar_label: 从Solana 🤓 区块链中读取数据
sidebar_class_name: green
sidebar_label: 从Solana 🤓 区块链中读取数据
tags:
- client-side-development
- solana
- rpc
---


# 从 Solana 🤓 区块链读取数据

作为`Solana`开发者,这正是你学习之旅的起点。我们将从基础开始——从区块链中读取数据。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 14
sidebar_label: ✍将数据写入区块链
sidebar_class_name: green
tags:
- client-side-development
- solana
- rpc
---

# ✍将数据写入区块链
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 21
sidebar_label: 🎥 构建一个电影评论应用
sidebar_class_name: green
tags:
- custom-instruction
- solana
- rpc
---

# 🎥 构建一个电影评论应用
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 20
sidebar_label: 🤔 自定义指令
sidebar_class_name: green
tags:
- custom-instruction
- solana
- rpc
---

# 🤔 自定义指令
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 22
sidebar_label: 📡 Run is back - 反序列化
sidebar_class_name: green
tags:
- custom-instruction
- solana
- rpc
---

# 📡 Run is back - 反序列化
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 9
sidebar_label: Anchor 合约框架实现 - hello, World 🌍 With PDA
sidebar_class_name: green
tags:
- anchor-program-hello
- solana
- program
---

# Anchor 合约框架实现 - hello, World 🌍 With PDA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 7
sidebar_label: 本地开发环境配置
sidebar_class_name: green
tags:
- local-development
- solana
- program
---

# 本地开发环境配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 8
sidebar_label: Native Solana合约实现 - hello, World
sidebar_class_name: green
tags:
- native-program-hello
- solana
- program
---

# Native Solana合约实现 - hello, World
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 10
sidebar_label: Solang solidity合约实现 - hello, World
sidebar_class_name: green
tags:
- solang-program-hello
- solana
- program
---

# Solang solidity合约实现 - hello, World
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 24
sidebar_label: 💻 构建 NFT 铸造者前端
sidebar_class_name: green
tags:
- start-your-own-custom-project
- solana
- frontend
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 25
sidebar_label: 🌐 部署到 Vercel
sidebar_class_name: green
tags:
- start-your-own-custom-project
- solana
- deploy
---

# 🌐 部署到 Vercel
Expand Down
9 changes: 9 additions & 0 deletions docs/Solana-Co-Learn/module1/wallet-usage/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
sidebar_label: Solana钱包使用 - Backpack 🎒
sidebar_class_name: green
tags:
- wallet-usage
- solana
- backpack
---

# Solana钱包使用 - Backpack 🎒

Solana的钱包种类繁多,如众所周知的`Phantom`钱包。然而,在此我并不推荐使用`Phantom`,因为对于开发者来说,它并不够友好。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 17
sidebar_label: 🔌 连接到钱包
sidebar_class_name: green
tags:
- wallet-and-frontend
- solana
---

# 🔌 连接到钱包
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 18
sidebar_label: 🦺 与程序进行交互
sidebar_class_name: green
tags:
- wallet-and-frontend
- solana
---

# 🦺 与程序进行交互
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 39
sidebar_label: 🖼 从糖果机展示NFTs
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- candy
---

# 🖼 从糖果机展示NFTs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 38
sidebar_label: 📱 在钱包中展示NFTs
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- wallet
---

# 📱 在钱包中展示NFTs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
sidebar_position: 37
sidebar_label: 💃 展示NFTs
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
---

# 💃 展示`NFTs`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 42
sidebar_label: 🍬 创造糖果机
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- candy-machine
---

# 🍬 创建糖果机
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 41
sidebar_label: 🎨 创建奖励代币
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- spl-token
---

# 🎨 创建奖励代币
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 43
sidebar_label: 🎨 创建铸币用户界面
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- frontend
---

# 🎨 创建铸币用户界面
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
sidebar_position: 36
sidebar_label: 🍭 糖果机和Sugar CLI
sidebar_class_name: green
tags:
- displayings-nfts
- solana
- nft
- metaplex
- candy-machine
- sugar-cli
---

# 🍭 糖果机和Sugar CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 35
sidebar_label: 🤨 NFT你的脸
sidebar_class_name: green
tags:
- nfts-and-minting-with-metaplex
- solana
- nft
---

# 🤨 NFT你的脸
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 34
sidebar_label: 🎨 Solana上的NFT
sidebar_class_name: green
tags:
- nfts-and-minting-with-metaplex
- solana
- nft
---

# 🎨 Solana上的NFT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 32
sidebar_label: 🧬 为你的代币赋予身份
sidebar_class_name: green
tags:
- spl-token
- solana
---

# 🧬 为你的代币赋予身份
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 29
sidebar_label: 🏧 在Solana上铸造代币
sidebar_class_name: green
tags:
- spl-token
- solana
- mint-spl-token
---

# 🏧 在Solana上铸造代币
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 28
sidebar_label: 💵 Token Program
sidebar_class_name: green
tags:
- spl-token
- solana
- token-program
---

# 💵 Token Program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 31
sidebar_label: 🧮 令牌元数据
sidebar_class_name: green
tags:
- spl-token
- solana
- token-metadata
---

# 🧮 令牌元数据
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 52
sidebar_label: 📝 你好,世界
sidebar_class_name: green
tags:
- intro-rust
- solana
---

# 📝 你好,世界
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
sidebar_position: 53
sidebar_label: 👋 与你部署的程序互动
sidebar_class_name: green
tags:
- intro-rust
- solana
- program
---

# 👋 与你部署的程序互动
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
sidebar_position: 51
sidebar_label: ✨ 魔法互联网计算机
sidebar_class_name: green
tags:
- intro-rust
- solana
---

# ✨ 魔法互联网计算机
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
sidebar_position: 56
sidebar_label: 🎥 构建一个电影评论程序
sidebar_class_name: green
tags:
- native-solana-development
- solana
- native-solana-program
- program
---

# 🎥 构建一个电影评论程序
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
sidebar_position: 55
sidebar_label: 🎂 Rust的分层蛋糕
sidebar_class_name: green
tags:
- native-solana-development
- solana
- native-solana-program
- program
- rust-layer-cake
---

# 🎂 Rust的分层蛋糕
Expand Down
Loading

0 comments on commit 774ae84

Please sign in to comment.