Skip to content
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
48 changes: 48 additions & 0 deletions members/dajuguan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@


# 星航计划加入申请表

### 个人介绍

* 陈俊锋Johnathan

* Github ID: [dajuguan](https://github.com/dajuguan)

* Telegram ID: popopopanda

* Discord ID: arya#2235

* Starcoin 账号地址: 0x724F14C6c55a7DA9737230Cf007D4913


之前从事机器学习相关博士研究,2021年开始关注Web3相关投资与开发。
常用语言包括Python, Js, Go, Rust, Move。
热爱学习,用于钻研,长期关注于区块链底层原理和前沿应用研究及代码实践。

* https://github.com/dajuguan/kitty-items
* https://github.com/dajuguan/Dapp-Learning

### 学习日志

* [Run the dev starcoin node & get faucet](https://github.com/WeLightProject/Web3-dApp-Camp/discussions/105#discussioncomment-3219358)
* [Compile and deploy Move contracts](https://github.com/WeLightProject/Web3-dApp-Camp/discussions/109#discussioncomment-3279790)
* [Interacting contract with Dapp](https://github.com/WeLightProject/Web3-dApp-Camp/discussions/113#discussioncomment-3280347)
* [Manipulate Resouce with Dapp (lecture written by me)]( https://github.com/WeLightProject/Web3-dApp-Camp/blob/main/move-dapp/CryptoXiuXian%20in%20Move%20Lang.md#145-%E6%93%8D%E4%BD%9C%E8%B5%84%E6%BA%90)
* [Resources CRUD (lecture written by me)] (https://github.com/WeLightProject/Web3-dApp-Camp/blob/main/move-dapp/my-library/README.md)

### 学习成果

* Counter Dapp deployed on the barnard testnet:
- Description: 以对Counter资源进行操作为例,综合了带参数合约的资源的CRUD,本地和测试网的合约部署、升级和JSONRPC操作,以及交易状态查询,账户切换事件监听等前端SDK,且与Contract交互的代码部分实现力求简洁,具有一定的示范性。
- [Repo](https://github.com/dajuguan/starcoin-trek)
- [Smart Contract Link](https://stcscan.io/barnard/address/0x07Ffe973C72356C25e623E2470172A69/codes)
- [dApp Link](https://starcoin-trek.vercel.app/)
* Resource CRUD [Smart Contract Library](https://github.com/dajuguan/Web3-dApp-Camp/tree/main/move-dapp/my-library).
* [Articles]
- [Hello Move | Move dApp极速入门(一)](https://mp.weixin.qq.com/s/4ucdWPhOuJagRGi6GiLcyg)
- [操作资源 | Move dApp极速入门(三)](https://mp.weixin.qq.com/s/pd7Z7W8egqMGDj8q5k1zyw)