Skip to content

Commit

Permalink
feat:init
Browse files Browse the repository at this point in the history
  • Loading branch information
anlien7 committed Dec 4, 2024
1 parent 43aaeb2 commit 7b95cf2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions mover/0xhutou/code/task1/Move.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 2
manifest_digest = "8B7DC3EDF1D81F9E2D46D8251E70F4B8D7097878F02438454C30AEF9F05D81D0"
version = 3
manifest_digest = "29687A574A62E70BEF8FC304806C64AA4E79BAEBA3E4B04FA13B3E64D1DE583A"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ name = "Sui" },
{ id = "Sui", name = "Sui" },
]

[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates\\sui-framework\\packages\\move-stdlib" }

[[move.package]]
name = "Sui"
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ name = "MoveStdlib" },
{ id = "MoveStdlib", name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.25.1"
compiler-version = "1.38.3"
edition = "2024.beta"
flavor = "sui"

Expand Down
8 changes: 4 additions & 4 deletions mover/anlien7/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
## 任务

## 01 hello move
- [] Sui cli version:sui 1.38.3-44dc210152dd
- [] Sui钱包截图: ![Sui钱包截图](./images/suicoin.png)
- [] package id: 0xee32f00cadad92efb264bd2482c43ba8fa471d3bac7d0d8fdd844a64dc88a87b
- [] package id 在 scan上的查看截图:![Scan截图](./images/scan.png)
- [x] Sui cli version:sui 1.38.3-44dc210152dd
- [x] Sui钱包截图: ![Sui钱包截图](./images/suicoin.png)
- [x] package id: 0xee32f00cadad92efb264bd2482c43ba8fa471d3bac7d0d8fdd844a64dc88a87b
- [x] package id 在 scan上的查看截图:![Scan截图](./images/scan.png)

## 02 move coin
- [] My Coin package id :
Expand Down

0 comments on commit 7b95cf2

Please sign in to comment.