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

blipper

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

blipper

Javascript client for a distributed social network over the Interplanetary Filesystem (IPFS)

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Javascript client for a distributed social network over the Interplanetary Filesystem (IPFS)

Usage

npm install blipper

var Blipper = require('blipper')
var client1 = new Blipper({
  node: 'ipfs-node:5001',
  gateway: 'ipfs-node:8080'
})

CLI

npm install --global blipper

To use the CLI (Install and run IPFS)[https://ipfs.io/docs/install/] locally. Blipper will connect with the node over the default ports.

Set your username (Doesn't have to be unique)

blipper name <your username>

Set your about

blipper about "Mostly human"

View your profile (Share your unique ID with friends)

blipper profile

Say something

blipper say "Hey planet!"

Add friends' IDs to follow

blipper add QmUNfYBRgXqV1NDDiTws9vvFWtijZwMZCu6KENEVWGcG7k

Show feed of posts by people you follow

blipper feed

FAQs

Package last updated on 08 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