Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iov-one/iovns

The IOV Name Service built on cosmos-sdk
https://github.com/iov-one/iovns

Last synced: about 2 months ago
JSON representation

The IOV Name Service built on cosmos-sdk

Awesome Lists containing this project

README

        

# IOV Name Service (IOVNS)
This repo contains the IOV Name Service daemon (iovnsd) and command-line interface (iovnscli) built on top of the cosmos-sdk.

## Running iovnsd
```shell script
# make the apps
make build
# initialize chain
bash scripts/entrypoint.sh
```