Skip to content

Node.js server implementation of the Time-Lock service provider based on decentralized systems

License

Notifications You must be signed in to change notification settings

mettlex/nodejs-time-lock-provider

Repository files navigation

Nest Logo

Description

Nest framework TypeScript repository of a Time-Lock server.

Installation

npm install

Environment Variables

API_ACCESS_TOKEN=SET_SOMETHING_RANDOM

PG_DATABASE_URL=_YOUR_POSTGRES_DATABASE_CONNECTION_URL
PG_DATABASE_EXTRA_OPTIONS=_CockroachDB_extra_options
PG_DATABASE_SSL=true

SYNC_DATABASE=false
DROP_DATABASE=false

Running the app

# development
npm run start:dev

# production mode
npm run start:prod

OpenAPI Documentation Endpoints

/openapi
/openapi-json
/openapi-yaml

Examples:

License

This repository is under AGPLv3 license.

About

Node.js server implementation of the Time-Lock service provider based on decentralized systems

Topics

Resources

License

Stars

Watchers

Forks