mirror of
https://github.com/logos-co/logos-evm-wallet-backend-module.git
synced 2026-08-27 12:11:11 +00:00
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
22 lines
751 B
JSON
22 lines
751 B
JSON
{
|
|
"name": "wallet_backend_module",
|
|
"version": "1.0.0",
|
|
"description": "Wallet coordinator: central proxy/chain config, multi-chain balances (Multicall3), send orchestration (build/sign/broadcast), local tx history.",
|
|
"author": "Logos Core Team",
|
|
"type": "core",
|
|
"interface": "cdylib",
|
|
"category": "wallet",
|
|
"main": "wallet_backend_module_plugin",
|
|
"dependencies": ["eth_rpc_module", "keystore_module", "token_list_module"],
|
|
"include": [],
|
|
"capabilities": [],
|
|
"codegen": {
|
|
"rust": { "crate": "rust-lib", "trait": "WalletBackendModule", "source": "src/glue.rs" }
|
|
},
|
|
"nix": {
|
|
"external_libraries": [],
|
|
"packages": { "build": [], "runtime": [] },
|
|
"cmake": { "find_packages": [], "extra_include_dirs": [] }
|
|
}
|
|
}
|