###### tags: `Block Chain` # Block Chain Learning Note ## Source ### <img src="https://cdn-icons-png.flaticon.com/512/6454/6454239.png" alt="drawing" width="40"/> 文章 * [Mastering Ethereum](https://cypherpunks-core.github.io/ethereumbook_zh/) * [HardHat IDE](https://hardhat.org/getting-started) * [DApp開發](https://ithelp.ithome.com.tw/users/20092025/ironman/2109) * [面向 Go 開發者的以太坊資源](https://ethereum.org/zh-tw/golang/) * [Solidity Document](https://docs.soliditylang.org/en/v0.8.14/) * [Solidity Document 0.8.13 中文版](https://learnblockchain.cn/docs/solidity/) * [HD Wallet Day28、29](https://ithelp.ithome.com.tw/users/20140112/ironman/3930?page=3) * [A Step By Step Guide To Testing and Deploying Ethereum Smart Contracts in Go](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78) * [GoEthereumbook](https://goethereumbook.org/zh/) * [以太坊設計與實現](https://learnblockchain.cn/books/geth/) * [HardHat IDE](https://hardhat.org/getting-started) * [30天30個smart-contract(只有19個)](https://ithelp.ithome.com.tw/users/20111506/ironman/2090) * [Solidity上變數儲存的方式](https://www.gushiciku.cn/pl/pSif/zh-tw) * [深入淺出FISCO BCOS(有很多很基礎的知識理論)](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/articles/index.html) * [Smart Contract 開發 - 使用 Solidity (比較完整的教學)](https://ithelp.ithome.com.tw/users/20092025/ironman/1759?page=1) * [solidity基本函數介紹](https://ithelp.ithome.com.tw/articles/10205053) * [加密殭屍(按步驟基礎教學)](https://cryptozombies.io/zh/course) ### 影片 * [區塊鏈讀書會紀錄](https://www.youtube.com/channel/UCuG-S9eVCi5J-oDuvJKdXng) * [2018 Solidity 30天教程](https://www.youtube.com/watch?v=z2FEikbDqoA&list=PLHmOMPRfmOxSJcrlwyandWYiuP9ZAMYoF) * [2020 Solidity 30天教程(只有10天)](https://www.youtube.com/watch?v=l6xmGVweJyk&list=PLHmOMPRfmOxQ3HSlId8KAKxnt8yuyTZVk) * [Mist 乙太坊瀏覽器簡介](https://www.youtube.com/watch?v=L6qZ7-JOvZY) ### Faucet 水龍頭,拿測試網的乙太,才可以部署合約到測試網上 [Kovan1](https://gitter.im/kovan-testnet/faucet#) [Kovan2](https://ethdrop.dev/) 可以一直拿,一次0.0017E [Rinkeby](https://faucets.chain.link/rinkeby)一次0.1E 有CD [Rinkeby](https://faucet.rinkeby.io/)一次可以拿18顆,要在tweet發文,貼文內容放測試網錢包位址,複製貼文網址到水龍頭頁面 {%hackmd theme-dark %}