Skip to content

Commit

Permalink
完成 task1
Browse files Browse the repository at this point in the history
  • Loading branch information
raynor committed Nov 12, 2024
1 parent 0d02bd4 commit fdf5108
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 11 deletions.
Empty file.
1 change: 1 addition & 0 deletions mover/RaynorZhong/co-learn-2411/project/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

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

## b站,推特关注

- [] b站,推特关注截图: ![关注截图](./images/你的图片地址)

## 为共学营宣传(在朋友圈或者群聊中转发海报/文章)

- [] 宣传截图:![宣传截图](./images/你的图片地址)

## 每周课程学习

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

## 参加直播答疑

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

## 群里分享学习笔记

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

## 对外输出学习笔记

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

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

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

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

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

## 提交项目

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


Empty file.
6 changes: 3 additions & 3 deletions mover/RaynorZhong/code/task1/hello_move/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ dependencies = [
]

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

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xc445ba718d4ad4b7ced98631a2de91f98d748b15585af8ee8cee8b306a81d2a7"
latest-published-id = "0xc445ba718d4ad4b7ced98631a2de91f98d748b15585af8ee8cee8b306a81d2a7"
original-published-id = "0x22b201c33f9272292876888fb49f5c95a938079ce1ed4ac7a9199018769453f2"
latest-published-id = "0x22b201c33f9272292876888fb49f5c95a938079ce1ed4ac7a9199018769453f2"
published-version = "1"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/// Module: hello_move
module hello_move::hello_move;
*/

module hello_move::hello {
use std::ascii::{String, string};
use sui::object::{Self,UID};
Expand All @@ -17,7 +16,7 @@ module hello_move::hello {
fun init(ctx: &mut TxContext) {
let hello_move = Hello {
id:object::new(ctx),
say: string(b"move"),
say: string(b"RaynorZhong"),
};
transfer(hello_move, sender(ctx));
}
Expand Down
Binary file modified mover/RaynorZhong/images/packageid.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.
12 changes: 6 additions & 6 deletions mover/RaynorZhong/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

## 个人简介
- 工作经验: 12年
- 技术栈: `Python`
- 技术栈: `Raynor`
> 重要提示 请认真写自己的简介
- 多年 Python 开发经验,对Move特别感兴趣,想通过Move入门区块链

- 联系方式: tg: `xxx`

## 任务

## 01 hello move
- [x] Sui cli version: sui 1.37.1-homebrew
- [x] Sui钱包截图: ![Sui钱包截图](./images/wallet.png)
- [x] package id: 0xc445ba718d4ad4b7ced98631a2de91f98d748b15585af8ee8cee8b306a81d2a7
- [x] package id 在 SuiVision上的查看截图:![Scan截图](./images/packageid.png)
- [] Sui cli version: sui 1.37.1-homebrew
- [] Sui钱包截图: ![Sui钱包截图](./images/wallet.png)
- [] package id: 0x22b201c33f9272292876888fb49f5c95a938079ce1ed4ac7a9199018769453f2
- [] package id 在 scan上的查看截图:![Scan截图](./images/packageid.png)

## 02 move coin
- [] My Coin package id :
Expand Down
1 change: 1 addition & 0 deletions mover/RaynorZhong/scan/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit fdf5108

Please sign in to comment.