@noia-network/node-settings
v1.0.2
Published
Handles NOIA Node settings file.
Downloads
30
Readme
Node Settings
Handles NOIA Node settings file.
Debugging
- Install dependencies
$ npm install
- Build project
$ npm run build
Debugging:
- Using VSCode, add breakpoints in code and press
F5
. - Otherwise run
$ npm run debug
to start./src/__tests__/debug.ts
file.
- Using VSCode, add breakpoints in code and press