Reader small image

You're reading from  Hands-On Bitcoin Programming with Python

Product typeBook
Published inAug 2018
Reading LevelIntermediate
Publisher
ISBN-139781789537000
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
BignumWorks Software LLP
BignumWorks Software LLP
author image
BignumWorks Software LLP

BignumWorks Software LLP is an India-based software consultancy that provides consultancy services in the area of software development and technical training. Our domain expertise includes web, mobile, cloud app development, data science projects, in-house software training services, and up-skilling services
Read more about BignumWorks Software LLP

Right arrow

Selling microservices on the 21.co marketplace

21.co's SDK comes bundled with some services. To start all of them, execute the following command:

21 sell start --all
There might be a prompt to install a dependency. If so, you should go ahead and do it.

Sometimes, the user might need to log out and log in again to set the changes up.

For selling microservices on the 21.co marketplace, perform the following steps:

  1. Execute the following command:
21 sell start --all

It will show you the listing of all the microservices that are available to start selling in the virtual marketplace.

  1. To look at the status of your services, execute the following command:
21 sell status
  1. Once you are done with the services, or if you want to stop it, run the following command:
21 sell stop -all
  1. To look at all the activity that happened on the node, use the following command:
21 log

This was...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Bitcoin Programming with Python
Published in: Aug 2018Publisher: ISBN-13: 9781789537000

Author (1)

author image
BignumWorks Software LLP

BignumWorks Software LLP is an India-based software consultancy that provides consultancy services in the area of software development and technical training. Our domain expertise includes web, mobile, cloud app development, data science projects, in-house software training services, and up-skilling services
Read more about BignumWorks Software LLP