Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makelove/blockchain_study
学习区块链
https://github.com/makelove/blockchain_study
bitcoin blockchain truffle
Last synced: about 2 hours ago
JSON representation
学习区块链
- Host: GitHub
- URL: https://github.com/makelove/blockchain_study
- Owner: makelove
- License: gpl-3.0
- Created: 2019-06-24T08:35:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T14:59:11.000Z (almost 2 years ago)
- Last Synced: 2023-08-10T03:48:18.882Z (over 1 year ago)
- Topics: bitcoin, blockchain, truffle
- Language: JavaScript
- Size: 860 KB
- Stars: 17
- Watchers: 3
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Blockchain_Study](https://github.com/makelove/Blockchain_Study)
学习区块链- 更新
- 2019-11-06
- 开始使用Go语言开发【超级账本fabric】
- 以太坊太弱了,不现实。- 我做的视频教程
- [区块链-以太坊快速入门](https://www.bilibili.com/video/av56674737/)- 代码
- demo1视频讲解:
- [以太坊智能合约开发](https://www.bilibili.com/video/av27062964/?p=5)
- pet-shop视频讲解:
- [宠物商店开发](https://www.bilibili.com/video/av27062964/?p=7)- 参考文档
- [Solidity中文文档](https://solidity-cn.readthedocs.io/zh/develop/index.html)
- [Solidity在线编辑器](https://remix.ethereum.org)
- [理解以太坊Gas与燃料手续费](https://ether.mochain.info/basic/ethereum/gas.html)
- [MyEtherWallet + Remix 使用byteCode部署带参数的合约](https://www.jianshu.com/p/0e68faf21cd4)
- [以太坊钱包](https://www.myetherwallet.com/)- 在搭建私有网络前,需要下载和安装 Geth (goethereum)工具。
npm install -g ganache-cli
Solidity 编译器
npm install -g solcnpm install [email protected]
Mist 钱包
为了赚钱,他们收取通常以代币形式支付的“汽油”费用。这些费用与特定智能合约所需的处理量有关。逻辑是,智能合约越复杂,处理起来越昂贵。