forked from movefuns/SuiStartrek
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request movefuns#3 from uvd/main
feat: start
- Loading branch information
Showing
5 changed files
with
35 additions
and
4 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 +1 @@ | ||
# 学习日志 | ||
# 学习日志 |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 学习成果 | ||
|
||
## Roadmap 1 | ||
- 发布的ERC20地址 |
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
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 |
---|---|---|
@@ -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) |