文件名称:ethereum_training:训练材料
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-17 21:56:10
JavaScript
动手: Geth安装: sudo apt-get install software-properties-common sudo add-apt-repository -y ppa:ethereum/ethereum sudo apt-get update sudo apt-get install ethereum 管理帐户: geth console # new account geth account new geth account list 测试网络工具: sudo npm install -g ganache-cli 浏览器编译器的可靠性: 智能合约示例: pragma solidity ^ 0.4 .22 ; contract Simple { uint a ; constructor ( ) public { a = 10 ;
【文件预览】:
ethereum_training-master
----purchase.sol(2KB)
----simple.sol(318B)
----test.js(1KB)
----README.md(2KB)