Full node with extended capabilities using HTMLCOINCORE and HTMLCOIN Core
npm install htmlcoincore-nodeHTMLCOINCORE Node
============
A HTMLCOIN full node for building applications and services with Node.js. A node is extensible and can be configured to run additional services.
``bash`
npm install -g htmlcoincore-node
htmlcoincore-node start
HTMLCOINCORE includes a Command Line Interface (CLI) for managing, configuring and interfacing with your HTMLCOINCORE Node.
`bash``
htmlcoincore-node create -d
cd mynode
htmlcoincore-node install
htmlcoincore-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.
There are several add-on services available to extend the functionality of HTMLCOINCORE:
- HTMLCOIN Insight API
- HTMLCOIN Explorer