A simple rest api using the NestJS framework to access opentimestamps services via an REST-API.
This nodeJS application uses the nestJS framework to generate a bunch of rest endpoints. The endpoints will make use uf the opentimestamps javascript library for generating and validating hash values of files.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Website - https://www.enio.ch
The Project is MIT licensed.