github-url: https://github.com/coti-io/coti-faucet/issues
The coti faucet is an API with the goal of distributing small amounts of Coti in the test network.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod