2026-08-20 22:54:33 -03:00
|
|
|
{
|
2026-08-26 14:51:11 -03:00
|
|
|
"name": "verified_proxy_module",
|
2026-08-27 00:24:58 -03:00
|
|
|
"display_name": "Verified Proxy Module",
|
|
|
|
|
"version": "0.1.1",
|
2026-08-26 14:51:11 -03:00
|
|
|
"description": "Light-client-verified Ethereum JSON-RPC, wrapping nimbus libverifproxy",
|
|
|
|
|
"author": "Logos Core Team",
|
|
|
|
|
"type": "core",
|
|
|
|
|
"interface": "universal",
|
|
|
|
|
"concurrency": "multi",
|
|
|
|
|
"category": "wallet",
|
|
|
|
|
"main": "verified_proxy_module_plugin",
|
|
|
|
|
"codegen": {
|
|
|
|
|
"impl_header": "verified_proxy_impl.h",
|
|
|
|
|
"impl_class": "VerifiedProxyImpl"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": [],
|
|
|
|
|
"include": [],
|
|
|
|
|
"capabilities": [],
|
|
|
|
|
"nix": {
|
|
|
|
|
"packages": {
|
|
|
|
|
"build": [
|
|
|
|
|
"pkg-config"
|
|
|
|
|
],
|
|
|
|
|
"runtime": [
|
|
|
|
|
"nlohmann_json",
|
|
|
|
|
"libmicrohttpd",
|
|
|
|
|
"curl"
|
|
|
|
|
]
|
2026-08-20 22:54:33 -03:00
|
|
|
},
|
2026-08-26 14:51:11 -03:00
|
|
|
"external_libraries": [
|
|
|
|
|
{
|
|
|
|
|
"name": "verifproxy"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"cmake": {
|
|
|
|
|
"extra_include_dirs": [
|
|
|
|
|
"lib"
|
|
|
|
|
]
|
2026-08-20 22:54:33 -03:00
|
|
|
}
|
2026-08-26 14:51:11 -03:00
|
|
|
}
|
2026-08-20 22:54:33 -03:00
|
|
|
}
|