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

chatangle-full-stack

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatangle-full-stack

A package that easily deploys Chatangle, full stack, with npm.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

chatangle-full-stack

A package that easily deploys Chatangle, full stack, with npm.

Prerequisites

Ensure that these ports are open for these purposes:

ProtocolPortReason
TCP14265IRI Node API
TCP14600IRI Node Neighboring
UDP14600IRI Node Neighboring
TCP15600Nelson Node Neighboring
TCP16600Nelson Node API
TCP8085Chatangle Front End
TCP8008Chatangle Back End

Installation Instructions

There are a few ways to install and run this. The recommended way is to use the docker image because it is the simplest and quickest.

Docker Installation

First, have docker installed. Then run:

sudo docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -p 15600:15600 -p 16600:16600 -p 8085:8085 -p 8008:8008 prizz/chatangle-full-stack

NPM Installation

NPM Installation From NPM

Install globally with

npm i -g chatangle-full-stack

NPM Installation From GitHub

Install globally with

npm i -g pRizz/chatangle-full-stack

Running

When installed globally, run with

chatangle-full-stack

To run this in the background:

nohup chatangle-full-stack &

Keywords

iota

FAQs

Package last updated on 01 Oct 2018

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