Skip to content

coti-io/coti-v1-faucet

Repository files navigation

logo

Coti Faucet

github-url: https://github.com/coti-io/coti-faucet/issues

Description

The coti faucet is an API with the goal of distributing small amounts of Coti in the test network.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod