An open API service indexing awesome lists of open source software.

https://github.com/brianseong99/my-blockchain-learning

I've created this repo to keep track of everything I've Learned. I would expect it to be unorganized and constantly need fixing, if you have recommendation, please drop an issue!
https://github.com/brianseong99/my-blockchain-learning

blockchain movelang solidity sui

Last synced: 6 months ago
JSON representation

I've created this repo to keep track of everything I've Learned. I would expect it to be unorganized and constantly need fixing, if you have recommendation, please drop an issue!

Awesome Lists containing this project

README

          

# My Blockchain Learning

I've created this repo to keep track of everything I've Learned. I would expect it to be unorganized and constantly need fixing, if you have recommendation, please drop an issue! My Twitter: [@BrianSeong99](https://twitter.com/BrianSeong99)

# Solidity Auditing

I'm sure there's a lot of you out there probably done some solidity projects, forked couple of I kind of want to learn the solidity auditing as I think this is the best way to be a qualified solidity developer.

## Learning Materials and Progress

- [ ] [Solidity Security: Comprehensive list of known attack vectors and common anti-patterns](https://blog.sigmaprime.io/solidity-security.html)
- [ ] [Damn Vulnerable Defi - CTF](https://www.youtube.com/watch?v=A5s9aez43Co&list=PLO5VPQH6OWdXKPThrch6U0imGdD3pHLXi)

## Recommended Resources:

- [Smart Contract Programmer Youtube](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA)
- [WTFSolidity](https://github.com/AmazingAng/WTF-Solidity)

## Solidity Auditing Certificates

- [ ] [0xMacro Engineering Fellowship](https://0xmacro.com/engineering-fellowship)
- [ ] [OpenZeppelin Security Research Fellowship](https://blog.openzeppelin.com/announcing-openzeppelins-security-research-fellowship/amp/)

## Solidity CTFs

- [ ] [List of CTF in Ethereum World](https://github.com/PumpkingWok/CTFGym)

# Sui Move Learning

I am currently Making Sui Move Tutorial for Mystenlabs: [Sui Move Tutorial Github](https://github.com/JinwooSeong/sui-move-intro-course)

## Learning Materials and Progress

- [ ] [Move语言介绍](https://learnblockchain.cn/docs/libra/docs/move-overview/#%E5%8F%AF%E7%BC%96%E7%A8%8B%E7%9A%84move%E4%BA%A4%E6%98%93%E8%84%9A%E6%9C%AC)
- [ ] [MoveBook中文](https://move-book.com/cn/)

## Recommended Resources

- Understand the general concept of Move (Chinese): [Move编程难入门?从0开始教你move学习路径与智能合约入门|Web3教程](https://www.youtube.com/watch?v=fOqTGICNN5I)
-

# Sui Move Auditing