Skip to main content

A userful package to use 'FISCO-BCOS', the FISCO-BCOS sdk

Project description

bcoscli

*** more convenient then the official sdk ***

easy to use the FISCO-BCOS blockchain for a interactive terminal!

easy to use the FISCO-BCOS blockchain as sdk!

  1. config so easy
  2. support autocompetation
  3. support arrow up or down for history command
  4. colorful

Installing

Install and update using pip:

pip install -U bcoscli

A Simple Example

as terminal just:

# default rpc port is 8545

bcoscli 127.0.0.1:8545

as sdk:

class MyConfig:

    HOST_RPC = 'http://192.168.0.107:9545' # your fisco-bcos node's rpc address
    ECHO = 0 # close the terminal output 

if __name__ == "__main__":
    import bcoscli
    # define your config
    bcoscli.set_config(MyConfig)
    print(bcoscli.getClientVersion())
    print(bcoscli.getBlockNumber(11))

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bcoscli-0.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

bcoscli-0.0.1-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page