-
Notifications
You must be signed in to change notification settings - Fork 888
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
3 changed files
with
68 additions
and
42 deletions.
There are no files selected for viewing
File renamed without changes.
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,25 @@ | ||
# task2-注意 | ||
|
||
windows 使用call命令时,可以将`\`删去,只在前几条语句的最后留下 空格 即可 | ||
|
||
### **注意1**: | ||
|
||
创造代币采用了one-time-witness 见证者模式,因此需要满足它的要求,否则会报错,要求如下: | ||
|
||
名称必须与包的名字完全相同,并且全部大写;没有字段,只有drop(销毁)能力;通过`fun init (witness: Struct, ctx: &mut TxContext) {}` 传入 | ||
|
||
### 注意2: | ||
|
||
对于call函数中地址的区分: | ||
|
||
sui client call --gas-budget 100000000 | ||
|
||
--package 0x2 | ||
|
||
--module coin | ||
|
||
--function mint_and_transfer | ||
|
||
--type-args '<TreasuryCap>' | ||
|
||
--args Object id mint_coin_number coin的接受地址 |
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,56 +1,57 @@ | ||
## 基本信息 | ||
- Sui钱包地址: `0x1aa50d1de8de613816f4e3061bfc71dc8a3a5a5bf475041e29adf16fee2808a5` | ||
- 基本信息 | ||
|
||
- github: `404ll` | ||
- Sui钱包地址: `0x1aa50d1de8de613816f4e3061bfc71dc8a3a5a5bf475041e29adf16fee2808a5` | ||
|
||
## 个人简介 | ||
- 工作经验: 0 | ||
- 技术栈: C, solidity | ||
- github: `404ll` | ||
|
||
## 个人简介 | ||
- 工作经验: 0 | ||
- 技术栈: C, solidity | ||
|
||
|
||
|
||
- 区块链专业大一在读,All in Web3,非常热爱加密,正在不断学习中,热爱建设,如果有需要帮忙的地方随叫随到! | ||
- 联系方式: tg: '77' | ||
- 区块链专业大一在读,All in Web3,非常热爱加密,正在不断学习中,热爱建设,如果有需要帮忙的地方随叫随到! | ||
- 联系方式: tg: '77' | ||
|
||
## 任务 | ||
## 任务 | ||
|
||
## 01 hello move | ||
- [sui 1.28.3] Sui cli version: | ||
- [] Sui钱包截图: <img src="./images/钱包截图.png" alt="Sui钱包截图" style="zoom:25%;" /> | ||
- [0x1a852fe63cdf97456f142a042e499e2766fef8f7579c2bb8c10fc7cb2a17904d] package id: | ||
- [] package id 在 scan上的查看截图:<img src="./images/浏览器截图.png" alt="Scan截图" style="zoom:25%;" /> | ||
## 01 hello move | ||
- [sui 1.28.3] Sui cli version: | ||
- [] Sui钱包截图: <img src="./images/钱包截图.png" alt="Sui钱包截图" style="zoom:25%;" /> | ||
- [0x1a852fe63cdf97456f142a042e499e2766fef8f7579c2bb8c10fc7cb2a17904d] package id: | ||
- [] package id 在 scan上的查看截图:<img src="./images/浏览器截图.png" alt="Scan截图" style="zoom:25%;" /> | ||
|
||
## 02 move coin | ||
- [] My Coin package id : | ||
- [] Faucet package id : | ||
- [] 转账 `My Coin` hash: | ||
- [] `Faucet Coin` address1 mint hash: | ||
- [] `Faucet Coin` address2 mint hash: | ||
## 02 move coin | ||
- [0xb29d13722b2f81858c9c48f8004d9021af226ff87a9c29071b8310a5bbb57dd5] My Coin package id : | ||
- [0xb29d13722b2f81858c9c48f8004d9021af226ff87a9c29071b8310a5bbb57dd5] Faucet package id : | ||
- [0x686e0ada089ef2dc22a31f5dd46312e39d9d8ded4c2092065add0702d6aa1e77] 转账 `My Coin` hash: | ||
- [0xe0ec6805847c63838e4eae60ac9e15e761c310dabbf8b0eeca187e9174d17530] `Faucet Coin` address1 mint hash: | ||
- [0xfcc52f9563bb7f3117aa271361d72232641a7f72d42a68755e82b39a8faf39f8] `Faucet Coin` address2 mint hash: | ||
|
||
## 03 move NFT | ||
- [] nft package id : | ||
- [] nft object id : | ||
- [] 转账 nft hash: | ||
- [] scan上的NFT截图:![Scan截图](./images/你的图片地址) | ||
## 03 move NFT | ||
- [] nft package id : | ||
- [] nft object id : | ||
- [] 转账 nft hash: | ||
- [] scan上的NFT截图:![Scan截图](./images/你的图片地址) | ||
|
||
## 04 Move Game | ||
- [] game package id : | ||
- [] deposit Coin hash: | ||
- [] withdraw `Coin` hash: | ||
- [] play game hash: | ||
## 04 Move Game | ||
- [] game package id : | ||
- [] deposit Coin hash: | ||
- [] withdraw `Coin` hash: | ||
- [] play game hash: | ||
|
||
## 05 Move Swap | ||
- [] swap package id : | ||
- [] call swap CoinA-> CoinB hash : | ||
- [] call swap CoinB-> CoinA hash : | ||
## 05 Move Swap | ||
- [] swap package id : | ||
- [] call swap CoinA-> CoinB hash : | ||
- [] call swap CoinB-> CoinA hash : | ||
|
||
## 06 Dapp-kit SDK PTB | ||
- [] save hash : | ||
## 06 Dapp-kit SDK PTB | ||
- [] save hash : | ||
|
||
## 07 Move CTF Check In | ||
- [] CLI call 截图 : ![截图](./images/你的图片地址) | ||
- [] flag hash : | ||
## 07 Move CTF Check In | ||
- [] CLI call 截图 : ![截图](./images/你的图片地址) | ||
- [] flag hash : | ||
|
||
## 08 Move CTF Lets Move | ||
- [] proof : | ||
- [] flag hash : | ||
## 08 Move CTF Lets Move | ||
- [] proof : | ||
- [] flag hash : |