Skip to content

Simple nodeJS rest api using opentimestamps javacript implementation to request and validate timestamps of a provided file hash

License

Notifications You must be signed in to change notification settings

enioag/opentimestamps-rest-api

Repository files navigation

OpenTimestamps Logo

A simple rest api using the NestJS framework to access opentimestamps services via an REST-API.

Description

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.

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

Stay in touch

License

The Project is MIT licensed.

About

Simple nodeJS rest api using opentimestamps javacript implementation to request and validate timestamps of a provided file hash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published