/hatchout

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Hatchout

LicenseBuild StatusCoverage StatusLanguage

A Blockchain server for 'Hatchout' Dapp recorded in Ethereum and EOS.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Contribution

Contribution guide CONTRIBUTION

License

Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE.

Reference

Nest Logo