# 第六週實習日誌(10/04-10/08) [TOC] ###### tags: `實習日誌` `區塊鏈` --- ## 2021.10.04(一) ---- * Goal :a: * [智能合約測試](https://hackmd.io/tY7u-RPBSFSDLSTtrSdnRw) * Unit Test / Truffle * peer node 可以 收到 message(hash...) * Today Finished :100: * [智能合約測試](https://hackmd.io/tY7u-RPBSFSDLSTtrSdnRw) * Unit Test / Truffle * [web3.js開發文件](https://hackmd.io/TDxW3ZYxQkS3osbh3ghvsQ) * To be developing :+1: * [react 寫 智能合約 文件](https://hackmd.io/xlZYvyqIRB60MeN-eozC_w) * [Deploy smart contract / NFT on private ethereum nodes(vmware linux)實作文件](https://hackmd.io/LV8iriyGRriK8wFdYIxAOg) --- ## 2021.10.05(二) ---- * Goal :a: * [solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [智能合約測試](https://hackmd.io/tY7u-RPBSFSDLSTtrSdnRw) * Unit Test / Truffle * Today Finished :100: * [完成solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [web3.js開發文件](https://hackmd.io/TDxW3ZYxQkS3osbh3ghvsQ) * To be developing :+1: * [solidity進階開發文件](https://hackmd.io/6LFdiBChT3O40LEqlpglDg) * [Deploy smart contract / NFT on private ethereum nodes(vmware linux)](https://hackmd.io/LV8iriyGRriK8wFdYIxAOg) ---- ## 2021.10.06(三) ---- * Goal :a: * [solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [智能合約測試](https://hackmd.io/tY7u-RPBSFSDLSTtrSdnRw) * Unit Test / Truffle * Today Finished :100: * [完成solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [web3.js開發文件](https://hackmd.io/TDxW3ZYxQkS3osbh3ghvsQ) * [區塊鏈前端框架react開發實戰教學文件](https://hackmd.io/xlZYvyqIRB60MeN-eozC_w) * To be developing :+1: * [solidity進階開發文件](https://hackmd.io/6LFdiBChT3O40LEqlpglDg) * [Deploy smart contract / NFT on private ethereum nodes(vmware linux)](https://hackmd.io/LV8iriyGRriK8wFdYIxAOg) ---- ## 2021.10.07(四) * Goal :a: * [solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [智能合約測試](https://hackmd.io/tY7u-RPBSFSDLSTtrSdnRw) * Unit Test / Truffle * Today Finished :100: * [完成solidity基礎開發文件](https://hackmd.io/hECPn0QaQxS9S11ISlO4cg) * [web3.js開發文件](https://hackmd.io/TDxW3ZYxQkS3osbh3ghvsQ) * [區塊鏈前端框架react開發實戰教學文件](https://hackmd.io/xlZYvyqIRB60MeN-eozC_w) * [How to Set Up a Private Ethereum Blockchain using Geth](https://arvanaghi.com/blog/how-to-set-up-a-private-ethereum-blockchain-using-geth/) * 解決下面2個問題 * [Geth error: fatal: could not list accounts: index 0 higher than number of accounts 0](https://ethereum.stackexchange.com/questions/38090/geth-error-fatal-could-not-list-accounts-index-0-higher-than-number-of-accoun) * [Fatal: Failed to start mining: etherbase missing: etherbase must be explicitly specified](https://blog.csdn.net/wahaha13168/article/details/82355450) 驗證速度:0.05ms跑完 * To be developing :+1: * Set up Boot node作法(更快) [Boot node作法文件](https://geth.ethereum.org/docs/getting-started/private-net) ---