1 Star 2 Fork 2

kentzhang / python-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
console.py 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
kentzhang 提交于 2023-03-21 12:53 . update
#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK
# -*- coding: utf-8 -*-
"""
FISCO BCOS/Python-SDK is a python client for FISCO BCOS2.0 (https://github.com/FISCO-BCOS/)
FISCO BCOS/Python-SDK is free software: you can redistribute it and/or modify it under the
terms of the MIT License as published by the Free Software Foundation. This project is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thanks for
authors and contributors of eth-abi, eth-account, eth-hash,eth-keys, eth-typing, eth-utils,
rlp, eth-rlp , hexbytes ... and relative projects
@author: kentzhang
@date: 2019-06
"""
hint = '''
python sdk 适配FISCO BCOS 2.x/3.x版本,控制台的实现文件做了分离。
README文档的命令行示例里未做版本区分,仅供演示参考,实际使用时:
* 如面向FISCO BCOS2.x,把console.py换成console2.py。如: python console2.py getBlockNumber
* 如面向FISCO BCOS3.x,把console.py换成console3.py。如: python console3.py getBlockNumber
demo目录里的demo_get2/3, demo_transaction2/3的逻辑与此类似。
'''
print(hint)
1
https://gitee.com/coderkent/python-sdk.git
git@gitee.com:coderkent/python-sdk.git
coderkent
python-sdk
python-sdk
master

搜索帮助