Skip to content

Commit

Permalink
Merge pull request movefuns#3 from uvd/main
Browse files Browse the repository at this point in the history
feat: start
  • Loading branch information
uvd authored Nov 10, 2023
2 parents 6d8dc83 + f7bc525 commit 3429581
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion members/githubid/journal.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# 学习日志
# 学习日志
9 changes: 6 additions & 3 deletions members/githubid/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# 星航计划加入申请表

### 个人介绍
Expand All @@ -10,6 +8,7 @@

* Discord ID: xx

(首次如果没有,学习完毕钱包在填写)
* Sui 账号地址: 0x7b8e0864967427679b4e129f79dc332a885c6087ec9e187b53451a9006ee15f2

长期从事深度学习和计算机视觉算法,训练平台开发,2021 年进入区块链领域,学习区块链基础,智能合约开发。
Expand All @@ -22,7 +21,11 @@

### 学习成果

1.
Roadmap 1
- 项目源码:填写自己的源码地址
- 发布的ERC20
package1: xx
package2: xx


2.
Expand Down
4 changes: 4 additions & 0 deletions members/githubid/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 学习成果

## Roadmap 1
- 发布的ERC20地址
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Sui Web3 星航计划的目标是构建一个学习社区, 引导新入门或者


## 学习资料
* 收集好的中文学习资料 [learning sui](https://github.com/movefuns/learning-sui)
* Sui Move导论 [Book中文](https://intro-zh.sui-book.com/) [repo中文](https://github.com/RandyPen/sui-move-intro-course-zh)
[Book英文](https://intro.sui-book.com/) [repo英文](https://github.com/sui-foundation/sui-move-intro-course)
* [Sui Book 中文](https://sui-book.com/)
Expand Down
23 changes: 23 additions & 0 deletions roadmap/01.start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# web3开发入门

## 安装Move 开发环境
- [教程1](https://intro-zh.sui-book.com/unit-one/lessons/1_%E9%85%8D%E7%BD%AE%E7%8E%AF%E5%A2%83.html) [B站视频](https://www.bilibili.com/video/BV1RY411v7YU)
- [教程2](https://github.com/movefuns/co-learn-sui/blob/main/courses/unit-1/1-get-start/README.md)
- [官方文档](https://docs.sui.io/guides/developer/getting-started/sui-install)

## 安装web3钱包

*钱包*是进入 Web3 世界大门的钥匙,*钱包*能够很好管理你的账户信息和链上的资产。

* [Sui Wallet](https://chrome.google.com/webstore/detail/opcgpfmipidbgpenhmajoajpbobppdil) | [教程-如何开始使用Sui钱包](https://mp.weixin.qq.com/s/-_hCFUO-62hv9amPzmJdeg)
* [Suiet Wallet](https://chrome.google.com/webstore/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd) | [教程-如何获取Suiet钱包](https://suiet.app/blog/what-is-suiet-sui-wallet-how-to-use-sui-wallet)
* [surf](https://surf.tech)
* [Ethos Wallet](https://ethoswallet.xyz/)


## 学习ERC20
- [ERC20](https://sui-book.com/framework/02.coin.html)
- [例子](https://examples.sui-book.com/samples/coin.html)

## 完成ERC20的发布
- [发布合约官方文档](https://docs.sui.io/guides/developer/first-app/publish)

0 comments on commit 3429581

Please sign in to comment.