# ethpm-registry

> Create a new epm registry on-chain

Latest version **0.0.11** (published 2020-07-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install ethpm-registry
pnpm add ethpm-registry
yarn add ethpm-registry
bun add ethpm-registry
```

Provides the command `epmreg`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.11 |
| Published | 2020-07-08 |
| First published | 2016-11-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 140.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Tim Coulter |
| Maintainers | cruzmolina, davidmurdoch, eggplantzzz, fainashalts, gnidan, haltman, nicholasjpaterno, seesemichaelj, tcoulter |

## Links

- npm: https://www.npmjs.com/package/ethpm-registry
- Repository: https://github.com/ethpm/epm-registry
- Homepage: https://github.com/ethpm/epm-registry#readme
- Issues: https://github.com/ethpm/epm-registry/issues
- npm.io page: https://npm.io/package/ethpm-registry

## Dependencies (4)

- [web3](https://npm.io/package/web3.md) ^0.18.2
- [semver](https://npm.io/package/semver.md) ^5.3.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^2.0.0
- [@truffle/contract](https://npm.io/package/@truffle/contract.md) ^4.0.34

## Recent versions

- 0.0.11 (latest) — 2020-07-08
- 0.1.0-next.3 (node12) — 2019-08-23
- 0.1.0-next.11 — 2019-08-26
- 0.1.0-next.9 — 2019-08-26
- 0.1.0-next.8 — 2019-08-26
- 0.1.0-next.7 — 2019-08-26
- 0.1.0-next.6 — 2019-08-26
- 0.1.0-next.2 — 2018-11-09
- 0.1.0-next.1 — 2018-08-22
- 0.1.0-next.0 — 2018-08-22
- 0.0.10 — 2017-09-07
- 0.0.9 — 2017-02-16
- 0.0.8 — 2017-01-31
- 0.0.7 — 2017-01-26
- 0.0.6 — 2017-01-25
- … 5 more at https://npm.io/package/ethpm-registry/versions

## README

# 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: Warning :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

```javascript
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
```

---
_Source: https://npm.io/package/ethpm-registry · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
