Skip to content

Commit

Permalink
b站关注_共学营+github给星和关注HOH_共学营+第一周课程学习_共学营+第二周课程学习_共学营+Task1_共学营+Task3_共…
Browse files Browse the repository at this point in the history
…学营+Task2_共学营
  • Loading branch information
collaralloc committed Nov 18, 2024
1 parent c2d9b57 commit ce47797
Show file tree
Hide file tree
Showing 20 changed files with 354 additions and 52 deletions.
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/collaralloc/co-learn-2411/images/H2O.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file added mover/collaralloc/co-learn-2411/images/sui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mover/collaralloc/co-learn-2411/project/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

57 changes: 57 additions & 0 deletions mover/collaralloc/co-learn-2411/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# 这个模板是2024年11月份的共学营才需要的

## b站,推特关注

- [x] b站,推特关注截图: ![关注截图](./images/Bilibili.png)
- [x] github给星:![letsmove](./images/letsmove.png) ![sui](./images/sui.png)
- [x] 关注HOH: ![HOH](./images/H2O.png)

## 为共学营宣传(在朋友圈或者群聊中转发海报/文章)
+
- [] 宣传截图:![宣传截图](./images/你的图片地址)

## 每周课程学习

- [x] 第一周:![学习记录截图](./images/learn1.png)
- [x] 第二周:![学习记录截图](./images/learn2.png)
- ![学习记录截图](./images/learn22.png)
- [] 第三周:![学习记录截图](./images/你的图片地址)
- [] 第四周:![学习记录截图](./images/你的图片地址)

## 参加直播答疑

- [] 第一周:![学习记录截图](./images/你的图片地址)
- [] 第二周:![学习记录截图](./images/你的图片地址)
- [] 第三周:![学习记录截图](./images/你的图片地址)
- [] 第四周:![学习记录截图](./images/你的图片地址)

## 群里分享学习笔记

- [] 第一篇笔记
- [] 第二篇笔记
- [] 第三篇笔记
- [] 第四篇笔记

## 对外输出学习笔记

- [] 第一篇笔记【学习笔记链接】
- [] 第二篇笔记【学习笔记链接】
- [] 第三篇笔记【学习笔记链接】
- [] 第四篇笔记【学习笔记链接】

## 在HOH社区公众号发布自己的技术文章

- [] 第一篇笔记【公众号文章链接】
- [] 第二篇笔记【公众号文章链接】
- [] 第三篇笔记【公众号文章链接】
- [] 第四篇笔记【公众号文章链接】

## 直播分享学习技巧/工具推荐

- [] 会议截图:![会议记录截图](./images/你的图片地址)

## 提交项目

- [] 项目提交![项目截图](./images/你的图片地址)


34 changes: 34 additions & 0 deletions mover/collaralloc/code/task2/coin/Move.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 3
manifest_digest = "759D5BBA961C7BD0C265B42CE2CE995EB9A05D5E4C74EAF83D084518BD03BB0F"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ id = "Sui", name = "Sui" },
]

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

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

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

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

[env]

[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0x4f77640014bffc1483c0109bd6771a139c66523a057de41ff943e24807e6d5d2"
latest-published-id = "0x4f77640014bffc1483c0109bd6771a139c66523a057de41ff943e24807e6d5d2"
published-version = "1"
37 changes: 37 additions & 0 deletions mover/collaralloc/code/task2/coin/Move.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[package]
name = "coin"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

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

# For remote import, use the `{ git = "...", subdir = "...", rev = "..." }`.
# Revision can be a branch, a tag, and a commit hash.
# MyRemotePackage = { git = "https://some.remote/host.git", subdir = "remote/path", rev = "main" }

# For local dependencies use `local = path`. Path is relative to the package root
# Local = { local = "../path/to" }

# To resolve a version conflict and force a specific version for dependency
# override use `override = true`
# Override = { local = "../conflicting/version", override = true }

[addresses]
coin = "0x0"

# Named addresses will be accessible in Move as `@name`. They're also exported:
# for example, `std = "0x1"` is exported by the Standard Library.
# alice = "0xA11CE"

[dev-dependencies]
# The dev-dependencies section allows overriding dependencies for `--test` and
# `--dev` modes. You can introduce test-only dependencies here.
# Local = { local = "../path/to/dev-build" }

[dev-addresses]
# The dev-addresses section allows overwriting named addresses for the `--test`
# and `--dev` modes.
# alice = "0xB0B"

35 changes: 35 additions & 0 deletions mover/collaralloc/code/task2/coin/sources/coin.move
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module coin::collaralloc_coin {
use sui::coin::{Self, Coin, TreasuryCap};
use sui::url::{Self,Url};

public struct COLLARALLOC_COIN has drop {}

fun init(collaralloc_coin: COLLARALLOC_COIN, ctx: &mut TxContext) {
let (treasury_cap, metadata) = coin::create_currency<COLLARALLOC_COIN>(
collaralloc_coin,
9,
b"COLLARALLOC_COIN",
b"collaralloc_coin",
b"collaralloc coin",
option::some<Url>(url::new_unsafe_from_bytes(b"https://avatars.githubusercontent.com/u/77825640?v=4")),
ctx
);

transfer::public_freeze_object(metadata);
transfer::public_transfer(treasury_cap, tx_context::sender(ctx))
}
public entry fun mint(
treasury_cap: &mut TreasuryCap<COLLARALLOC_COIN>,
amount: u64,
recipient: address,
ctx: &mut TxContext
) {
coin::mint_and_transfer(treasury_cap, amount, recipient, ctx);
}
public fun burn(
treasury_cap: &mut TreasuryCap<COLLARALLOC_COIN>,
coin: Coin<COLLARALLOC_COIN>
) {
coin::burn(treasury_cap, coin);
}
}
19 changes: 19 additions & 0 deletions mover/collaralloc/code/task2/coin/tests/coin_tests.move
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
#[test_only]
module coin::coin_tests {
// uncomment this line to import the module
// use coin::coin;
const ENotImplemented: u64 = 0;
#[test]
fun test_coin() {
// pass
}
#[test, expected_failure(abort_code = ::coin::coin_tests::ENotImplemented)]
fun test_coin_fail() {
abort ENotImplemented
}
}
*/
34 changes: 34 additions & 0 deletions mover/collaralloc/code/task2/collaralloc_faucet_coin/Move.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 3
manifest_digest = "B68378ABC7CE50969B46C781059483A74CC3D502B6F804BBC3EBA2FCF3414D1C"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ id = "Sui", name = "Sui" },
]

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

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

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

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

[env]

[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0x4358f2bef8e177509ff5f0ef411a5f9524234e58d3b070dc93e29a94c92594f6"
latest-published-id = "0x4358f2bef8e177509ff5f0ef411a5f9524234e58d3b070dc93e29a94c92594f6"
published-version = "1"
37 changes: 37 additions & 0 deletions mover/collaralloc/code/task2/collaralloc_faucet_coin/Move.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[package]
name = "collaralloc_faucet_coin"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

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

# For remote import, use the `{ git = "...", subdir = "...", rev = "..." }`.
# Revision can be a branch, a tag, and a commit hash.
# MyRemotePackage = { git = "https://some.remote/host.git", subdir = "remote/path", rev = "main" }

# For local dependencies use `local = path`. Path is relative to the package root
# Local = { local = "../path/to" }

# To resolve a version conflict and force a specific version for dependency
# override use `override = true`
# Override = { local = "../conflicting/version", override = true }

[addresses]
collaralloc_faucet_coin = "0x0"

# Named addresses will be accessible in Move as `@name`. They're also exported:
# for example, `std = "0x1"` is exported by the Standard Library.
# alice = "0xA11CE"

[dev-dependencies]
# The dev-dependencies section allows overriding dependencies for `--test` and
# `--dev` modes. You can introduce test-only dependencies here.
# Local = { local = "../path/to/dev-build" }

[dev-addresses]
# The dev-addresses section allows overwriting named addresses for the `--test`
# and `--dev` modes.
# alice = "0xB0B"

Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
module collaralloc_faucet_coin::collaralloc_faucet_coin{
use sui::coin::{Self, Coin, TreasuryCap};
use sui::url::{Self, Url};

public struct COLLARALLOC_FAUCET_COIN has drop {}

public struct TreasuryCapKeeper has key {
id: UID,
treasury_cap: TreasuryCap<COLLARALLOC_FAUCET_COIN>,
}

fun init(me : COLLARALLOC_FAUCET_COIN, ctx: &mut TxContext){
let (treasury_cap, metadata) = coin::create_currency<COLLARALLOC_FAUCET_COIN>(
me,
9,
b"COLLARALLOC_FAUCET_COIN",
b"collaralloc faucet coin",
b"collaralloc faucet coin",
option::some<Url>(url::new_unsafe_from_bytes(b"https://avatars.githubusercontent.com/u/49566393")),
ctx
);

transfer::public_freeze_object(metadata);


let treasury_cap_keeper = TreasuryCapKeeper{
id: object::new(ctx),
treasury_cap,
};
transfer::share_object(treasury_cap_keeper);
}
public entry fun mint(
treasury_cap_keeper: &mut TreasuryCapKeeper,
amount: u64,
recipient: address,
ctx: &mut TxContext
) {
let treasury_cap = &mut treasury_cap_keeper.treasury_cap;
coin::mint_and_transfer(treasury_cap, amount, recipient, ctx);
}
public fun burn(
treasury_cap: &mut TreasuryCap<COLLARALLOC_FAUCET_COIN>,
coin: Coin<COLLARALLOC_FAUCET_COIN>
) {
coin::burn(treasury_cap, coin);
}

}
Loading

0 comments on commit ce47797

Please sign in to comment.