1.0.7 • Published 2 years ago
ethers-con3x v1.0.7
Installation
# after cloning the repository
$ cp .env.example .env
$ npm installRunning the app
# run
$ npm run start
# run in watch mode
$ npm run start:devTest
# unit tests
$ npm run test# after cloning the repository
$ cp .env.example .env
$ npm install# run
$ npm run start
# run in watch mode
$ npm run start:dev# unit tests
$ npm run test