New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@trunx-io/service

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trunx-io/service

Backend Service for Trunx-IO Wallet

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

TrunxIO Service

Install from NPM

  • npm install -g @trunx-io/service

How to Run the TrunxIO service

The TrunxIO service can be started via an executable or used as a module in a node JS script. An example node JS script is below:

const { runService, stopService } = require('@trunx-io/service')
process.on("SIGINT", stopService);
(async () => { await runService({dataDir: './trunx-data-directory', socketName: 'trunxio1'}) })();

Keywords

trunx-io

FAQs

Package last updated on 19 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts