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

joystream-node

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joystream-node

JoyStreamClassic payment protocol over BitTorrent

  • 0.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-95.24%
Maintainers
1
Weekly downloads
 
Created
Source

JoyStream Node

npm package

joystream-node is the core javascript library for the JoyStreamClassic payment protocol over BitTorrent.

conan remote add joystreamclassic https://api.bintray.com/conan/joystreamclassic/main True

npm install joystream-node

Dependencies

The module is a nodejs native c++ addon and needs to be compiled from source. The build tools required are:

  • git
  • node-js
  • node-gyp
  • CMake (minimum version 3.1 for support of CMAKE_CXX_STANDARD variable)
  • python2 + pip
  • Conan C/C++ package manager

Follow instruction in node-gyp readme for setting up a compiler toolchain for your platform.

The module depends on multiple c++ packages which will be fetched and built using conan.

After installing conan add the JoyStreamClassic conan repository:

conan remote add joystreamclassic https://api.bintray.com/conan/joystreamclassic/main True

If building on windows install npm v4.6.1 (build fails with newer versions of npm)

npm install -g npm@4.6.1

Installing joystream-node:

npm install joystream-node

License

JoyStream node library is released under the terms of the MIT license. See LICENSE for more information.

Keywords

FAQs

Package last updated on 15 Mar 2019

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