Skip to content

Commit

Permalink
Merge pull request movefuns#7 from uvd/main
Browse files Browse the repository at this point in the history
fix: start
  • Loading branch information
uvd authored Nov 12, 2023
2 parents 715e2f0 + 74e6012 commit 3b528ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion members/githubid/summary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 学习成果

## Roadmap 1
- 发布的ERC20地址
- 发布的Coin地址
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Sui Web3 星航计划的目标是构建一个学习社区, 引导新入门或者未入门的Sui Move的小伙伴一起探索 Web3 宇宙。取名 StarTrek 既代表“星航计划”,同时也是向 [Star Trek](https://en.wikipedia.org/wiki/Star_Trek) 致敬。

## 电报群
- MoveFuns Dao [MoveFuns Dao](https://t.me/movefunsdao)
- Sui [Sui 中文](https://t.me/sui_dev_cn)
- 微信群 先添加 jin76866

## 学习方向

Expand Down Expand Up @@ -75,15 +79,15 @@ Sui Web3 星航计划的目标是构建一个学习社区, 引导新入门或者
* 掌握钱包的使用和Sui 命令行的基本使用
* 理解Token的概念并发行两个ERC20 Token,上线主网或者测试网,需要提供交易hash
* 理解NFT概念并发行一个NFT,上线主网或者测试网,需要提供交易hash
* 奖励 200SUI


### L2 毕业

* 给生态贡献了新的独立的 Move modules
* 发布 Move 相关的教程文章或者视频(希望 Move 被更多的人了解,所以鼓励通过其他渠道传播文档教程)
* 对 Move 生态项目 [Sui](https://github.com/MystenLabs/sui)[move-language](https://github.com/move-language),[movefuns](https://github.com/movefuns)) 有 PR 贡献,mentor 会评估 PR 的复杂度
* 以上三个项目需要满足二项
* 额外奖励 200SUI


### 生态项目额外奖

Expand Down
9 changes: 6 additions & 3 deletions roadmap/01.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@
- https://suivision.xyz/



## 前端方向的 Hello world
- [文档] (https://sui-typescript-docs.vercel.app/dapp-kit)


## 学习ERC20
- [ERC20](https://sui-book.com/framework/02.coin.html)
- [token合约](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)
- [发布合约官方文档](https://docs.sui.io/guides/developer/first-app/publish)

# 本期任务
- 完成dapp-kit Hello world 的交互
- 完成两个 coin 合约的发布

0 comments on commit 3b528ff

Please sign in to comment.