文件名称:icon-rpc-server:ICON RPC服务器
文件大小:90KB
文件格式:ZIP
更新时间:2024-05-20 20:02:07
Python
ICON RPC服务器 本文旨在介绍ICON RPC服务器。 ICON RPC Server接收来自外部客户端的请求消息,并向客户端发送响应。 收到消息时,ICON RPC Server会检查请求的方法,并将其传输到适当的组件(循环链或ICON服务)。 ICON RPC Server还检查消息的基本语法错误。 ICON RPC Server提供旧版本的协议 构建源代码 首先,克隆该项目。 然后转到项目文件夹并创建用户环境并运行构建脚本。 $ python3 -m venv venv # Create a virtual environment. $ source venv/bin/activate # Enter the virtual environment. (venv)$ make build # run build (venv)$ ls
【文件预览】:
icon-rpc-server-develop
----build.sh(297B)
----deploy.sh(1KB)
----VERSION(6B)
----requirements.txt(155B)
----.travis.yml(2KB)
----iconrpcserver()
--------icon_rpcserver_cli.py(6KB)
--------default_conf()
--------utils()
--------components()
--------__init__.py(677B)
--------iconrpcserver_config.json(650B)
--------__main__.py(777B)
--------dispatcher()
--------server()
--------icon_rpcserver_app.py(5KB)
----LICENSE(11KB)
----test.sh(431B)
----setup.py(2KB)
----README.md(2KB)
----Makefile(658B)
----docs()
--------icon-json-rpc-v3.md(54KB)
----tests()
--------test_converter.py(8KB)
--------test_jsonschema_validator.py(25KB)
--------__init__.py(998B)
--------dispatcher()
--------test_utils.py(2KB)
----.gitignore(3KB)