diff --git a/mover/sundyloveme/code/hello_move.move b/mover/sundyloveme/code/hello_move.move new file mode 100644 index 000000000..2c41b5842 --- /dev/null +++ b/mover/sundyloveme/code/hello_move.move @@ -0,0 +1,20 @@ +module hello_move::hello { + use sui::object::{Self, UID}; + use sui::tx_context::{Self, TxContext}; + use std::string::{Self, String}; + use sui::transfer; + + public struct Hello has key { + id: UID, + str: String, + } + + public fun say_hello(ctx: &mut TxContext) { + let word = Hello { + id: object::new(ctx), + str: string::utf8(b"Hello your sundyloveme"), + }; + transfer::transfer(word, tx_context::sender(ctx)); + } +} + diff --git a/mover/sundyloveme/code/readme.md b/mover/sundyloveme/code/readme.md new file mode 100644 index 000000000..e69de29bb diff --git a/mover/sundyloveme/notes/img.png b/mover/sundyloveme/notes/img.png new file mode 100644 index 000000000..a2dd953fb Binary files /dev/null and b/mover/sundyloveme/notes/img.png differ diff --git a/mover/sundyloveme/notes/img_1.png b/mover/sundyloveme/notes/img_1.png new file mode 100644 index 000000000..9ba969c17 Binary files /dev/null and b/mover/sundyloveme/notes/img_1.png differ diff --git a/mover/sundyloveme/notes/readme.md b/mover/sundyloveme/notes/readme.md new file mode 100644 index 000000000..e69de29bb diff --git a/mover/sundyloveme/readme.md b/mover/sundyloveme/readme.md new file mode 100644 index 000000000..b5c3030ee --- /dev/null +++ b/mover/sundyloveme/readme.md @@ -0,0 +1,54 @@ +## 基本信息 +- Sui钱包地址: `0x5b52a95502ee81a4b8b7f767cb7083476fb77dd353b650df479b36a3da0fc3ec` +> 首次参与需要完成第一个任务注册好钱包地址才被合并,并且后续学习奖励会打入这个地址 +- github: `sundyloveme` + +## 个人简介 +- 工作经验: 4年 +- 技术栈: `Python` `C++` +> 重要提示 请认真写自己的简介 +- 写了一年多的C++游戏服务端开发 三年多的Python web服务器开发。也能写写前端。对web3很感兴趣,对 x to learn 思想很认同。希望通过这个活动逼迫自己做出点web3的项目,也能结交点朋友,最后希望能找到一个remote工作最好了。 +- 联系方式: tg: `https://t.me/aichizaofan` + +## 任务 + +## 01 hello move +- [] Sui cli version:1.30.1 +- [] Sui钱包截图: ![Sui钱包截图](./notes/img.png) +- [] package id: 0x27e7bbc1b1a1f3b52f45df7b88fa8ab2697bec630b871f110c023dea97ef3301 +- [] package id 在 scan上的查看截图:![Scan截图](./notes/img_1.png) + +## 02 move coin +- [] My Coin package id : +- [] Faucet package id : +- [] 转账 `My Coin` hash: +- [] `Faucet Coin` address1 mint hash: +- [] `Faucet Coin` address2 mint hash: + +## 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: + +## 05 Move Swap +- [] swap package id : +- [] call swap CoinA-> CoinB hash : +- [] call swap CoinB-> CoinA hash : + +## 06 Dapp-kit SDK PTB +- [] save hash : + +## 07 Move CTF Check In +- [] CLI call 截图 : ![截图](./images/你的图片地址) +- [] flag hash : + +## 08 Move CTF Lets Move +- [] proof : +- [] flag hash :