加载中
当调用智能合约方法时,是如何计价的?

There are estimateGas APIs in both the JSON-RPC and Javascript. They are estimates and for developers that want further precision, testing is required, possibly on a private cha...

2018/06/09 22:51
103
Deploy An Ethereum Contract Programmatically

如何通过编程方式动态布署以太链智能合约? 例一、 module.paths.push('/usr/lib/node_modules'); var fs = require('fs'); const contract_data = JSON.parse( fs.readFileSync('path...

2018/06/01 23:45
253
P2P网络的寻包设计:DHT-distributed hash table

https://en.wikipedia.org/wiki/Distributed_hash_table A distributed hash table (DHT) is a class of a decentralized distributed system that provides a lookup service similar to a ...

DHT
2018/05/13 00:53
200
Ethereum's SWARM or IPFS 的异同

两个去中心化文件存储方案(服务)如何选择? https://github.com/ethersphere/go-ethereum/wiki/IPFS-&-SWARM https://www.reddit.com/r/ethereum/comments/3hbqbv/ipfs_vs_swarm/ https://...

2018/05/13 00:45
1.5K
基于blockchain的问题发明新分布式记帐系统算法hashgraph

Blockchain因历史原因,其pow,pos需要矿工参与,导致费用和性能都很大的问题,如bitcoin要15分钟写一次数据,ethereum需要10-15秒,这些跟目前的互联网应用都性能很差。而且每笔交易还需要g...

2018/02/27 15:14
57
十大虚拟数字货币

BITCOIN Ethereum Bitcoin Cash(BCH) Ripple(XRP) LiteCoin IOTA Cardano Dash NEM Bitcoin Gold

2018/01/10 10:56
147
关于私有链

https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/

2018/01/10 10:48
101
以太链私有网络(Ethereum Private Networks)的使用

补充下之前发的一篇方法。https://my.oschina.net/swingcoder/blog/759257

2016/11/23 17:11
757

没有更多内容

加载失败,请刷新页面

返回顶部
顶部