Metadata-Version: 1.2
Name: pycontractsdk
Version: 0.0.9
Summary: This is a sdk of constract
Home-page: https://gitlab.hard-chain.cn/cport/pyconstractsdk
Author: yuyongpeng
Author-email: yuyongpeng@hotmail.com
License: MIT
Description: # 调用solidity智能协约的SDK
        
        需要python3.6的环境
        
        ## 安装virtualenv
        ```bash
        $ pip install virtualenv
        $ virtualenv --no-site-packages venv
        $ . ./venv/bin/activate
        $ pip install -r requirements.txt
        ```
        
        ## 便于开发SDK的使用方式
        ```bash
        $ cd $youProjPath
        $ . ./venv/bin/activiate
        $ cd $pyconstractsdk_path
        $ python setup.py develop
        
        ```
        
        ## 使用的第三方的加密解密模块
        ```bash
        $ npm i -g crypto-tx
        ```
        
        
Keywords: solidity web3 constract sdk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
