
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
This is intended to give an introduction ICON RPC Server. ICON RPC Server receives request messages from external clients, and send a response to clients. when receiving the message, ICON RPC Server checks the method of requests and transfer it to appropriate components (loopchain or ICON Service). ICON RPC Server also checks the basic syntax error of messages.
First, clone this project. Then go to the project folder and create a user environment and run build script.
$ python3 -m venv venv # Create a virtual environment.
$ source venv/bin/activate # Enter the virtual environment.
(venv)$ make build # run build
(venv)$ ls dist/ # check result wheel file
iconrpcserver-x.x.x-py3-none-any.whl
This chapter will explain how to install ICON RPC Server on your system.
ICON RPC Server development and execution requires following environments.
Make Virtual Env for Python 3.7.x
Now we support 3.7.x only. Please upgrade python version to 3.7.x.
check your python version
$ python3 -V
IDE: Pycharm is recommended.
$ python3 -m venv work # Create a virtual environment.
# Install the ICON RPC Server
(work) $ pip install iconrpcserver
This project follows the Apache 2.0 License. Please refer to LICENSE for details.
FAQs
ICON RPC Server
We found that iconrpcserver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.