Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task1 #1297

Merged
merged 2 commits into from
Aug 2, 2024
Merged

task1 #1297

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions mover/sundyloveme/code/hello_move.move
Original file line number Diff line number Diff line change
@@ -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));
}
}

Empty file.
Binary file added mover/sundyloveme/notes/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mover/sundyloveme/notes/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
54 changes: 54 additions & 0 deletions mover/sundyloveme/readme.md
Original file line number Diff line number Diff line change
@@ -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 :