Skip to content

Taraxa-project/wallet-auth

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest based wallet authorization service that uses verified random nonces for wallet-based logins.

Installation

$ npm install

Requirements

  • Postgres running on your desired port.
  • Postgres user configured for DB connectivity.

Configure your local setup via providing a .env file (.env.example provided for inspiration).

Initialize

To generate the database schema used switch the synchronize: true on in src/app.module.ts.

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

Docs

Please consult our documentation here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •