Skip to content

vips-wallet/vipstarcoincore-node

 
 

Repository files navigation

VIPSTARCOINCORE Node

A VIPSTARCOIN full node for building applications and services with Node.js. A node is extensible and can be configured to run additional services.

Install

npm install -g vipstarcoincore-node
vipstarcoincore-node start

Configuration

VIPSTARCOINCORE includes a Command Line Interface (CLI) for managing, configuring and interfacing with your VIPSTARCOINCORE Node.

vipstarcoincore-node create -d <data-dir> mynode
cd mynode
vipstarcoincore-node install <service>
vipstarcoincore-node install https://github.com/yourname/helloworld

This will create a directory with configuration files for your node and install the necessary dependencies. For more information about (and developing) services, please see the Service Documentation.

Add-on Services

There are several add-on services available to extend the functionality of VIPSTARCOINCORE:

Contributing

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%