Skip to content

Commit

Permalink
Update laolong1994.move
Browse files Browse the repository at this point in the history
  • Loading branch information
Laolong1994 authored Nov 28, 2024
1 parent 26fb1d2 commit 2aaa1a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mover/Laolong1994/code/task2/sources/laolong1994.move
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ module task2_1::laolong1994 {


fun init(usd: LAOLONG1994, ctx: &mut TxContext) {
// https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/packages/sui-framework/sources/coin.move#L211

// 2 move 100 现实 1 1 0.01
// 4 move 10000 现实 1 1 0.0001
let no = none<Url>();
// let url = url::new_unsafe_from_bytes(b"https://q2.itc.cn/images01/20240223/cd0cd2f403d944fea1826a3df2f8d60d.png");
// let yes = some<Url>(url);
Expand All @@ -26,4 +23,4 @@ module task2_1::laolong1994 {
}


sui client call --package 0x2 --module coin --function mint_and_transfer --type-args 0xc34c6e356a01cc6c2cb8c6aa1e87c0c8cb2969bbbb88c93db91552dfa6d06c8c::laolong1994::LAOLONG1994 --args 0x154db28c5acd4ded1fbbb89534f63beda792201cda56885a2c9e74a25383b27f 12300000000 0x4a8ff94757bdcc3e50a36f2c006c25f5cf53b90cad39393d5821caf34c4419d8
sui client call --package 0x2 --module coin --function mint_and_transfer --type-args 0xc34c6e356a01cc6c2cb8c6aa1e87c0c8cb2969bbbb88c93db91552dfa6d06c8c::laolong1994::LAOLONG1994 --args 0x154db28c5acd4ded1fbbb89534f63beda792201cda56885a2c9e74a25383b27f 12300000000 0x4a8ff94757bdcc3e50a36f2c006c25f5cf53b90cad39393d5821caf34c4419d8

0 comments on commit 2aaa1a3

Please sign in to comment.