Skip to content

nos/registrar-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

registrar-middleware

registrar-middleware is a very simple API that proxies authenticated requests to the nOS name-service smart contract.

Installation

  1. Install dependencies: yarn install
  2. (optional) Copy env file: cp .env.local.example .env.local

Usage

Running registrar-middleware depends on the NETWORK, AUTH_TOKEN, CONTRACT_ADDRESS and CONTRACT_WIF environment variables being set. Either specify these via an .env.local file, or pass them as command line arguments when running the below commands.

Production

$ yarn start

Development

$ yarn dev

About

nOS API to register domains on the Name Service NEO Smart Contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published