Skip to main content

ICON Service for Python

Project description

Build Status PyPI

ICON Service

ICON Service manage state of ICON node including ICX, SCOREs using LevelDB.

Before processing transactions, ICON Service check for syntax errors, balances, etc.

Installation

This chapter will explain how to install icon service engine on your system.

Requirements

ICON SCORE development and execution requires following environments.

  • OS: MacOS, Linux
    • Windows are not supported yet.
  • Python
    • Make a virtualenv for Python 3.6.5+ (3.7 is also supported)
    • check your python version
      $ python3 -V
      
    • IDE: Pycharm is recommended.

Libraries

name description github
LevelDB ICON SCORE uses levelDB to store its states. LevelDB GitHub
libsecp256k ICON SCORE uses secp256k to sign and validate a digital signature. secp256k GitHub

Setup on MacOS

#install levelDB
$ brew install leveldb

# Create a working directory
$ mkdir work
$ cd work

# setup the python virtualenv development environment
$ virtualenv -p python3 venv
$ source venv/bin/activate

# Install the ICON SCORE dev tools
(venv) $ pip install iconservice

Setup on Linux

# Install levelDB
$ sudo apt-get install libleveldb1 libleveldb-dev
# Install libSecp256k
$ sudo apt-get install libsecp256k1-dev

# Create a working directory
$ mkdir work
$ cd work

# Setup the python virtualenv development environment
$ virtualenv -p python3 venv
$ source venv/bin/activate

# Install the ICON SCORE dev tools
(venv) $ pip install iconservice

Building source code

First, clone this project. Then go to the project folder and create a user environment and build using wheel

$ virtualenv -p python3 venv  # Create a virtual environment.
$ source venv/bin/activate    # Enter the virtual environment.
(venv)$ pip install wheel
(venv)$ python setup.py sdist bdist_wheel
iconservice-x.x.x-py3-none-any.whl

Reference

License

This project follows the Apache 2.0 License. Please refer to LICENSE for details.

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

iconservice-1.9.1.tar.gz (214.7 kB view details)

Uploaded Source

Built Distribution

iconservice-1.9.1-py3-none-any.whl (314.8 kB view details)

Uploaded Python 3

File details

Details for the file iconservice-1.9.1.tar.gz.

File metadata

  • Download URL: iconservice-1.9.1.tar.gz
  • Upload date:
  • Size: 214.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.6

File hashes

Hashes for iconservice-1.9.1.tar.gz
Algorithm Hash digest
SHA256 f0c67e6eed90ce35914e4f1ba090fc194e112a041b26b6afa6ef6c9ae012775b
MD5 668dd4989611e3abc119a8bcc2ba290d
BLAKE2b-256 8058cf6ee185dd36c4f42cd893a4bcf5e818fb022569f69fb064b6a3a6018318

See more details on using hashes here.

File details

Details for the file iconservice-1.9.1-py3-none-any.whl.

File metadata

  • Download URL: iconservice-1.9.1-py3-none-any.whl
  • Upload date:
  • Size: 314.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.6

File hashes

Hashes for iconservice-1.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b94fe5116ca50ac1211fd9e3a97beb57d5dcb489f16dc384ecc06bef05ff9d10
MD5 18afa4021bf7e309da6b0cdce3097673
BLAKE2b-256 5686e9f1ce1f0ee9a1050878c70afefd248e259a62ef8864b364832753c413b3

See more details on using hashes here.

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