iovns

module
v0.9.1-iov1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2020 License: Apache-2.0

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 via docker image

# make the apps
make build
# build docker script
docker build -t iovns .
# initialize chain
bash scripts/init.sh
# run docker iovnsd
docker run -it -p 127.0.0.1:46657:26657 -p 127.0.0.1:46656:26656 \
  -v ~/.iovnsd:/.iovnsd -v ~/.iovnscli:/.iovnscli -u `id -u $USER` \
  iovns iovnsd start

Directories

Path Synopsis
cmd
Package mock contains utilities and types that simulate behaviour of other components of the app, with the possibility to force outputs.
Package mock contains utilities and types that simulate behaviour of other components of the app, with the possibility to force outputs.
pkg
swagger-ui
x
configuration
Package configuration contains the iovns module for handling state configuration such as account
Package configuration contains the iovns module for handling state configuration such as account
starname/keeper/executor
Package executor implements wrappers around domain module keeper
Package executor implements wrappers around domain module keeper

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL