ethpm-registry

0.0.11 • Public • Published

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.

⚠️ Warning ⚠️ This command line tool requires an open Ethereum client in order to create the registry, which is wildly insecure. Use this at your own risk. This process can be greatly improved.

$ 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

Readme

Keywords

none

Package Sidebar

Install

npm i ethpm-registry

Weekly Downloads

156

Version

0.0.11

License

MIT

Unpacked Size

144 kB

Total Files

25

Last publish

Collaborators

  • rizedr
  • jeff.smale
  • kevinbluer
  • davidmurdoch
  • fainashalts
  • cds-amal
  • tcoulter