基于区块链的毕业设计EthPM Registry – EthPM注册表
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计EthPM Registry – EthPM注册表 是一篇很好的国外资料
EthPM Registry
Create a new EthPM registry on chain, and provide a library for integration with EthPM.
Proof of concept; more details and documentation still to come.
Command Line
Create a new EPM registry on chain using the given from address.
$ epmr new --from "0x1234..." [--host localhost] [--port 8545]
Library
var EthPMRegistry = require("ethpm-registry"); var registry = EthPMRegistry.use(registry_address, from_address, web3_provider); // Now you can use `registry` as valid registry interface within EthPM.
Testing
$ npm test
EthPM Registry
Create a new EthPM registry on chain, and provide a library for integration with EthPM.
Proof of concept; more details and documentation still to come.
Command Line
Create a new EPM registry on chain using the given from address.
$ epmr new --from "0x1234..." [--host localhost] [--port 8545]
Library
var EthPMRegistry = require("ethpm-registry"); var registry = EthPMRegistry.use(registry_address, from_address, web3_provider); // Now you can use `registry` as valid registry interface within EthPM.
Testing
$ npm test
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计EthPM Registry – EthPM注册表