An open API service indexing awesome lists of open source software.

https://github.com/perlin-network/perlinx-registry


https://github.com/perlin-network/perlinx-registry

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PerlinX Registry

A registry contract that holds a list of contract addresses necessary for PerlinX system and makes for internal use only.

## To Test
```
yarn
truffle test
```

## To Deploy

Infura Key and Mnemonic must be set at `truffle.config.js`

```
yarn
truffle migration --network kovan
```