https://github.com/perlin-network/perlinx-registry
https://github.com/perlin-network/perlinx-registry
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlin-network/perlinx-registry
- Owner: perlin-network
- License: mit
- Created: 2021-02-16T07:48:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T06:30:46.000Z (over 5 years ago)
- Last Synced: 2025-06-24T14:51:13.050Z (12 months ago)
- Language: Solidity
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```