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

OpenBazaar-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

OpenBazaar-cli

Command line tool for Open Bazaar

latest
Source
npmnpm
Version
0.0.47
Version published
Maintainers
1
Created
Source

OpenBazaar-cli

Travis build status npm version

Command line tool for Open Bazaar. Manages your local or remote OB server.

Getting started

Install with npm, to create the ob tool on your computer.

> npm install -g OpenBazaar-cli

Show your profile

> ob profile ls

Usage

> ob --help
  Usage: ob <cmd> [<args>]

  Commands:

    config <action> [<args>]   manage the open bazaar configuration
    profile <action> [<args>]  manage the open bazaar profile
    setting <action> [<args>]  manage the open bazaar settings
    listing <action> [<args>]  manage the open bazaar listings
    forex <action> [<args>]    manage the open bazaar foreign exchange
    help [cmd]                 display help for [cmd]

  Open Bazaar tool

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Data

Use the list action to get all the data associated with the command

> ob profile list

Generates the following on my server

{
  "social_accounts": {},
  "moderation_fee": 0,
  "moderator": false,
  "nsfw": false,
  "vendor": true,
  "guid": "e53ce6c8dc2f7faadb1c7a06151aac664750c6d8",
  "background_color": 11711154,
  "secondary_color": 15132390,
  "location": "NEW_ZEALAND",
  "short_description": "g'day mate",
  "primary_color": 16777215,
  "email": "",
  "website": "",
  "handle": "",
  "text_color": 5526612,
  "last_modified": 1478398834,
  "public_key": "37ffdced301005f95284cd676a2654400f29bea9b12a39abd46dee1f47f8008c",
  "about": "G'day mate",
  "name": "Makaretu",
  "header_hash": "1ae6defda624a48b1fc53d4598a173508318df59",
  "pgp_key": "",
  "avatar_hash": ""
}

Many of the commands allow changing the data, using the set action.

> ob profile set about "G'day mate" 

Map

Display a map of your peers

> ob peers --map >map.html
> map.html

Keywords

bitcoin

FAQs

Package last updated on 15 Nov 2016

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