uiste

uiste


  • 首页

  • 归档

  • 关于

  • 搜索

【4】区块链-以太坊web3.js

发表于 2018-05-11
下载uiste@uiste:~/www/blockchain/test_web3js$ git clone https://github.com/ethereum/web3.js.git 运行node-app.js获取主账号地址,与账户余额 下载轻钱包123git clone https://github.com/ConsenSys/eth-lightwallet.gitcd eth-lightwalletnpm install
阅读全文 »

【3】区块链-以太坊代币合约

发表于 2018-05-11
编写智能合约123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 ...
阅读全文 »

【2】区块链-以太坊智能合约

发表于 2018-05-11
以太坊智能合约实战启动Remix IDE工具 设置IDE本地文件共享 参考连接 https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html https://github.com/ethereum/remixd 以太坊智能合约demo新建账户的两种方案 新建合约 编写合约代码 合约部署 开启挖矿 合约打包成功 查看部署好的合约 执行合约 给主账户设置100000块钱 查看合约执行状态 这里本来是100000多执行了一次1000000导致有1100000 合约执行 文档solidity 文档h ...
阅读全文 »

【1】区块链-以太坊搭建私有网络

发表于 2018-05-11
以太坊搭建私有网络实战基本环境安装123451. 安装nodejs2. brew tap ethereum/ethereum3. brew install ethereum4. Ethereum Wallet and Mist Beta 0.10.0https://github.com/ethereum/mist/releases/ 配置创世区块文件 文件名:CustomGenesis.json123456789101112131415161718{ "nonce": "0x0000000000000042", " ...
阅读全文 »

大型网站架构设计

发表于 2018-04-05
大型网站的特点 海量数据: 淘宝有几十亿商品 高并发: 日均PV几十亿 高可用: 系统7*24不间断 功能多、需求多、更新快
阅读全文 »
1…567…35
uiste

uiste

Stay Hungry,Stay Foolish

173 日志
13 分类
66 标签
RSS
GitHub 微博 知乎
Links
  • Mandy画站
© 2015 - 2021 uiste