以太坊 用Javascript实现模块。 可以与RPC库进行通信,也可以与ethereumjs-vm一起使用以实现完整的模拟器。 用法 手动编码和解码 有三种感兴趣的方法: methodID创建函数签名 rawEncode编码字段和 rawDecode解码字段 示例代码: var abi = require ( 'ethereumjs-abi' ) // returns the encoded binary (as a Buffer) data to be sent var encoded = abi . rawEncode ( [ "address" ] , [ "0x00000000
2021-09-17 11:58:15 17KB json ethereum rpc solidity
1
uport 在维也纳以太坊大会上的介绍。是 consensys 的开发项目之一。
2021-09-15 10:58:52 831KB Ethereum 以太坊 uport
1
ERC20代币生成器 最常用的ERC20令牌智能合约生成器。 试试吧 执照 根据发布的代码。
2021-09-14 15:03:40 4.73MB ethereum dapp smart-contracts truffle
1
开源以太坊矿池 产品特点 该池正在进一步开发,以为以太坊矿工提供易于使用的池。 该软件可以正常运行,但是预计很快就会发布该池的优化版本。 欢迎进行测试和提交错误! 支持HTTP和Stratum挖掘 详细的区块统计以及运气百分比和全额奖励 故障转移geth实例:内置geth高可用性 现代美丽的Ember.js前端 工人的单独统计数据:可以突出显示超时的工人,以便矿工可以进行钻机维护 JSON-API统计 代理人 具有Web界面的 HTTP代理 以太坊的 在Linux上构建 依存关系: 去> = 1.9 盖茨或平价 Redis服务器> = 2.8.0 nodejs> = 4个LTS Ng
2021-09-10 22:50:39 99KB ethereum pool mining EthereumGo
1
阅读所有关于我如何写这个和理解BIP39 。 除了生成种子外,英语,法语,西班牙语和日语,但由于WordList是一个界面,您可以提供自己的界面。 安装 使用以下两个存储库之一: repositories { jcenter() } 要么: repositories { maven { url 'https://dl.bintray.com/novacrypto/BIP/' } } 添加依赖项: dependencies { compile 'io.github.novacrypto:BIP39:2019.01.27' } 用法 生成助记符 使用StringBuilder : StringBuilder sb = new StringBuilder(); byte[] entropy = new byte[Words.TWELVE.byteLength()]; new SecureRandom().nextBytes(entropy); new MnemonicGenerator(English.INSTANCE) .c
2021-09-09 15:45:23 184KB bitcoin ethereum litecoin mnemonic
1
BIP实用程序库 介绍 该软件包包含一些BIP(比特币改进提案)规范的实现,从而可以: 根据随机熵生成助记符字符串 从助记符字符串生成安全种子 使用种子生成钱包的主密钥并派生子密钥,包括地址编码 实施的BIP规范如下: 用于助记符和种子生成 用于主密钥生成(从安全种子)和子密钥派生 , 和用于确定性钱包的层次结构,基于BIP-0032规范 除此之外,该软件包还允许: 解析BIP-0032派生路径 为所有支持的硬币生成地址 编码/解码 编码/解码 编码/解码 编码/解码比特币现金bech32 编码/解码Atom bech32 该软件包当前支持以下硬币(我不时尝试添加新硬币):
2021-09-09 14:59:02 159KB python bitcoin ethereum ripple
1
以太坊-PHP 是的类型化PHP-7.1 +接口。 查看最新的。 在文件中添加库 { " minimum-stability " :"dev", " autoload " : { " psr-4 " : { " Ethereum\\ " : " src/ " } }, " repositories " : [ { " type " : " git " , " url " : " https://github.com/digitaldonkey/ethereum-php.git " } ], " re
2021-09-05 19:24:05 354KB php ethereum smart-contracts ethereum-client
1
Ethereum represents the gateway to a worldwide, decentralized computing paradigm. This platform enables you to run decentralized applications (DApps) and smart contracts that have no central points of failure or control, integrate with a payment network, and operate on an open blockchain. With this practical guide, Andreas M. Antonopoulos and Gavin Wood provide everything you need to know about building smart contracts and DApps on Ethereum and other virtual-machine blockchains. Discover why IBM, Microsoft, NASDAQ, and hundreds of other organizations are experimenting with Ethereum. This essential guide shows you how to develop the skills necessary to be an innovator in this growing and exciting new industry.
2021-09-04 18:39:29 9.88MB Ethereum Network
1
eth-crypto 以太坊的加密javascript函数以及有关如何将其与web3js和solidity结合使用的教程。 讲解 在本教程中,我们将创建一个以太坊身份并将其用于将交易发送到区块链。 在本教程中,我们将使用javascript对数据进行签名并验证智能合约内部的签名。 在本教程中,我们将使用以太坊身份和非对称密码术将加密的和签名的消息从Alice发送到Bob。 功能 安装 npm install eth-crypto --save // es6 import EthCrypto from 'eth-crypto' ; // node const EthCrypto = re
2021-09-02 17:12:15 67KB tutorial encryption cipher ethereum
1
这本以太坊源码分析pdf详细介绍了以太坊的源码内容,结构主体,以及怎样使用,希望对各位朋友有用
2021-09-01 22:45:46 100.07MB 以太坊 go-eth
1