Socket
Socket
Sign inDemoInstall

ssb-pub-wizard

Package Overview
Dependencies
185
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ssb-pub-wizard

Easily set up a Secure Scuttlebutt pub _for altnet with custom network ID/ caps.shs key on Digital Ocean. Copy your API token, choose server size and region, and let the installer do the rest for you!


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

ssb-pub-wizard

Easily set up a Secure Scuttlebutt pub _for altnet with custom network ID/ caps.shs key on Digital Ocean. Copy your API token, choose server size and region, and let the installer do the rest for you!

This module returns the wizard's HTML and will call back with information about the pub once it's set up. Include it in your application or see it in action in blockparty

Usage

const wizard = require('ssb-pub-wizard')

const html = wizard((err, pubInfo) => {
  // pubInfo has:
  {
    appId: // the network's caps key,
    port: // port the pub listens on,
    wsPort: // the pub's ws port,
    appName: // name the user chose for the pub,
    keys: // the user's keys generated for this network,
    pubKey: // the pub's public key,
    ip: //the pub's IP
  }
)

FAQs

Last updated on 26 Feb 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc