1.0.4 • Published 22 days ago

my-base-nest-web3 v1.0.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
22 days ago

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