Skip to content

Commit

Permalink
增加教程
Browse files Browse the repository at this point in the history
  • Loading branch information
chaozh committed Feb 28, 2022
2 parents 55cf639 + 8ef191f commit ad68e95
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
- [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html)
- [以太坊开发入门教程](http://blog.csdn.net/wo541075754/article/category/6502432/1)
- [EthList](https://github.com/Scanate/EthList) 以太坊开发相关学习资料收集
- [Defi Mooc教程](https://defi-learning.org/) Defi公开课程
- [useWeb3教程](https://www.useweb3.xyz/)
- [cryptozombies教程](https://cryptozombies.io/)
- [chainshot教程](https://www.chainshot.com/courses)

## Videos

Expand Down Expand Up @@ -124,6 +128,16 @@
- [Token Sale](http://vitalik.ca/general/2017/06/09/sales.html) 代币销售模型
- [maker](https://makerdao.com/) Dai代币

### Defi

- [Uniswap](https://uniswap.org/) Uniswap [源码](https://github.com/Uniswap)
- [Synthetix](https://www.synthetix.io/) Synthetix 衍生品[源码](https://github.com/synthetixio)
- [Aave](https://aave.com/) Aave 借贷机制 [源码](https://github.com/aave)
- [Compound](https://compound.finance/governance/comp) Compound 借贷机制 [源码](https://github.com/compound-finance/compound-protocol)
- [MakerDao](https://makerdao.com/) MakerDao 做市Dai代币 [源码](https://github.com/makerdao)
- [Wrapped BTC](https://wbtc.network) BTC锚定资产 [源码](https://github.com/WrappedBTC/bitcoin-token-smart-contracts)
- [USDT](https://tether.to/) USDT稳定币

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [理解区块链](http://blog.csdn.net/csolo/article/details/52858236) 区块链关键技术要点讲解
- [一文看懂区块链架构设计](http://www.8btc.com/ebook-blockchain) 从技术分层解构架构
- [共识算法与如何解决拜占庭将军问题](https://charlesliuyx.github.io/2018/03/03/%E3%80%90%E5%8C%BA%E5%9D%97%E9%93%BE%E3%80%91%E5%A6%82%E4%BD%95%E8%A7%A3%E5%86%B3%E6%8B%9C%E5%8D%A0%E5%BA%AD%E5%B0%86%E5%86%9B%E9%97%AE%E9%A2%98/)
- [Defi Mooc教程](https://defi-learning.org/) Defi公开课程

### Ethereum 以太坊进阶

Expand Down Expand Up @@ -75,6 +76,11 @@
- [ROBUST SMART CONTRACTS WITH OPENZEPPELIN](http://zeppelin.tryblockchain.org/robust-smart-contracts-with-openzeppelin.html) OpenZeppelin集成Truffle编写健壮安全的合约 *(English)*
- [Truffle3.0案例教程](http://truffle.tryblockchain.org/truffle3.0-integrate-nodejs.html) 集成NodeJS并完全跑通,附详细实例和可能的错误 *(English)*
- [以太坊开发入门教程](http://blog.csdn.net/wo541075754/article/category/6502432/1)
- [useWeb3教程](https://www.useweb3.xyz/) web3开发教程合集 *(English)*
- [cryptozombies教程](https://cryptozombies.io/) solidity游戏式教程 *(English)*
- [chainshot教程](https://www.chainshot.com/courses) web3开发教程合集 *(English)*
- [smartcontract教程](https://www.smartcontract.engineer/) solidity leetcode模式教程 *(English)*
- [solidity案例教程](https://solidity-by-example.org/app/ether-wallet/) solidity案例学习 *(English)*

### Fabric 联盟链

Expand Down Expand Up @@ -155,9 +161,10 @@
- [Truffle框架文档](http://truffle.tryblockchain.org/) 框架中文手册
- [Open Zeppelin框架文档](http://zeppelin.tryblockchain.org/) 框架中文手册
- [Ethplorer接口](https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop) Ethplorer接口文档
- [Ethereum Smart Contract Security Best Practices](https://consensys.github.io/smart-contract-best-practices/) _(english)_
- [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html)
- [EthList](https://github.com/Scanate/EthList) 以太坊开发相关学习资料收集
- [Ethereum Smart Contract Security Best Practices](https://consensys.github.io/smart-contract-best-practices/) *(English)*
- [EthList](https://github.com/Scanate/EthList) 以太坊开发相关学习资料收集 *(English)*
- [以太坊开发者工具列表](https://github.com/ConsenSys/ethereum-developer-tools-list/blob/master/README_Chinese.md) 以太坊开发资料收集

### Fabric 联盟链

Expand Down Expand Up @@ -240,6 +247,7 @@

- [ERC20](https://github.com/ethereum/EIPs/pull/610) 以太坊的ICO代币标准
- [Token Sale](http://vitalik.ca/general/2017/06/09/sales.html) 代币销售模型
- [NFT](https://www.nft.org/) NFT代币

## [Awesome Ethereum](https://github.com/chaozh/awesome-blockchain/tree/master/Ethereum)

Expand Down

0 comments on commit ad68e95

Please sign in to comment.