Skip to content

Commit

Permalink
Merge pull request #1240 from hhyyy9/main
Browse files Browse the repository at this point in the history
finish 01. helloworld
  • Loading branch information
uvd authored Jul 26, 2024
2 parents 058c92f + 633bf53 commit 262e488
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 3 deletions.
Empty file added mover/hhyyy9/code/readme.md
Empty file.
Binary file added mover/hhyyy9/iShot_2024-07-19_8.51.30 PM.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/hhyyy9/iShot_2024-07-19_9.40.09 PM.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 added mover/hhyyy9/notes/readme.md
Empty file.
54 changes: 54 additions & 0 deletions mover/hhyyy9/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
## 基本信息
- Sui钱包地址: `0x6241530e815637971e1c0a1be022a04dc1c189f62b8e80e65b383249c9c8c4c4`
> 首次参与需要完成第一个任务注册好钱包地址才被合并,并且后续学习奖励会打入这个地址
- github: `hhyyy9`

## 个人简介
- 工作经验: 18+年
- 技术栈: `Java` `iOS` `React` `.Net Core`
> 重要提示 请认真写自己的简介
- 多年web2和移动开发经验,有Solidity开发经验,目前工作上有Move开发工作的需求
- 联系方式: tg: `cngodeth`

## 任务

## 01 hello move
- [] Sui cli version:
- [] Sui钱包截图: ![iShot_2024-07-19_8.51.30 PM](/Users/jackyhuang/Projects/Web3Projects/letsmove/mover/hhyyy9/iShot_2024-07-19_8.51.30 PM.png)
- [] package id: 0xe6a7061d928ce12042e7d99c2c95faba18f2fbf99637e209606af88fa618f1eb
- [] package id 在 scan上的查看截图:![iShot_2024-07-19_9.40.09 PM](/Users/jackyhuang/Projects/Web3Projects/letsmove/mover/hhyyy9/iShot_2024-07-19_9.40.09 PM.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 :
Binary file added mover/hhyyy9/scan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions tutorial/bootcamp/01_hello/hello_move/Move.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 0
version = 2
manifest_digest = "917E16C3795B3F01271FED120E5CF6A90FC4A63AD087DB58B7C5D6EC50750EEB"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "Sui" },
]
Expand All @@ -22,6 +21,14 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.27.2"
compiler-version = "1.30.0"
edition = "2024.beta"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xe6a7061d928ce12042e7d99c2c95faba18f2fbf99637e209606af88fa618f1eb"
latest-published-id = "0xe6a7061d928ce12042e7d99c2c95faba18f2fbf99637e209606af88fa618f1eb"
published-version = "1"

0 comments on commit 262e488

Please sign in to comment.