Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加新的md #112

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions members/mikema1token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@


# Web3 StarTrek application form

### Personal introduction

* Github ID: [mikema1token](https://github.com/mikema1token)
* Telegram ID: mike 1token
* Discard ID: 66688#8027
* Starcoin 账号地址: 0xc32b18c8ef6145c49182464d988e338f


主要使用go,对区块链上发生的事情感到很有意思

### Learning log
2023/02/01
总览了一遍StarCoin Cookbook的内容,制定了一个未来一个月的粗糙计划,内容如下
1:了解StartCoin链的基础知识,然后部署一个示例的合约在本地网络上,并体验下合约的功能
2:在StartCoin上实现常见的合约,比如nft,swap,跨链桥这些,并体验下合约的功能

2023/02/02
实现了计数合约的计数部分的逻辑
https://github.com/mikema1token/starcoin-example/commit/5f607c8783fd58bd04241fca81530134904f6291

2023/02/05
实现了完整的计数合约
https://github.com/mikema1token/starcoin-example/commit/6d54ebb558b48e1ff6dbec411207a03781032e71
部署并尝试了计数合约的功能,对合约在区块链上的存储以及合约对全局存储状态的修改有了一些理解
### Learning outcomes