Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iov-one/iovns
- Owner: iov-one
- License: apache-2.0
- Created: 2020-04-06T08:54:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:50:44.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T02:06:53.610Z (7 months ago)
- Language: Go
- Size: 3.2 MB
- Stars: 11
- Watchers: 6
- Forks: 13
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```