No project description provided
Project description
ERP: Ethereum (Virtual Machine) Remote (Procedure Call) Proxy
Usage
Install uv,
run uv run evmrpcproxy api
Alternatively, use docker:
docker build -t evmrpcproxy . && docker run --rm -p 13431:13431 evmrpcproxy
Example endpoints
EVMRPC proxy:
http://127.0.0.1:13431/api/v1/evmrpc/{chain_id_or_name}?x_requester={codebase_name}&token={auth_token}
http://127.0.0.1:13431/api/v1/evmrpc/1?x_requester=test&token=xlocalonlyauthtoken
EVMRPC check:
curl -Ss -X POST "http://127.0.0.1:13431/api/v1/evmrpc_check/?token=${EVMRPC_PROXY_TOKEN}" | jq .
curl -Ss -X POST "http://127.0.0.1:13431/api/v1/evmrpc_check/?token=xlocalonlyauthtoken" | jq .
Development
Before making a commit, run uv run hyd
See also
A more caching less processing ERP in Go: https://github.com/erpc/erpc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evmrpcproxy-0.2.0.tar.gz.
File metadata
- Download URL: evmrpcproxy-0.2.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
267d24d49eefb0a5ab7b3365d0a1f016c7fb8c07427ac99eb84182b01a01deeb
|
|
| MD5 |
4058dfc0a9b63d01e7a805c19c959113
|
|
| BLAKE2b-256 |
49c6a0fb58e187b61fbf66b3c0fb69cc17e80b15fd021d62146ee74d134fd088
|
File details
Details for the file evmrpcproxy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: evmrpcproxy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9ae6b320b7027620380616431d3102cbf9b62dcadd9d1d151c58d6e06e8aac9
|
|
| MD5 |
39d43306d7821843658ca1796cd70766
|
|
| BLAKE2b-256 |
6fdb66b3d038ef81cf8d67e600abf2d3b6f5abcdfb6c493d37873f2e9173f797
|