Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colu

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colu

Colu SDK for engine and colored-coins api.

  • 0.11.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
133
Maintainers
2
Weekly downloads
 
Created
Source

Colu-Node.Js

Build Status Coverage Status npm version

js-standard-style

Using

Installation

$ npm i colu

Documentation

Full documentation for this Module can be found here: http://documentation.colu.co/

Running as a standalone server

To run as a standalone server you need to install Node.Js and NPM. Then install the colu module globaly like this:

$ npm i -g colu

Then just run it from the terminal like this:

$ colu

And now you can use JSON-RPC 2.0 requests to use the Colu SDK. By default it will be hosted at : 127.0.0.1:80 and will be locked to local host only.

Developing

Testing

$ npm test

Docker

Build image
	docker build -t colunodejs .
Run image in a container
	docker run -p 8080:80 -it colunodejs

You should now be able to make your api calls to port 8080 on your host machine (or select another port, say 1234, by running instead with docker run -p 1234:80 -it colunodejs)

View your container running
  docker ps
Stopping the container

Since we are running in interactive shell mode -it you can stop the container by pressing CTRL+C

Keywords

FAQs

Package last updated on 10 Apr 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc