Files
logos-evm-wallet-backend-mo…/metadata.json
Dario Gabriel LipicarandClaude Opus 4.8 2b640165cd chore: initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 22:58:08 -03:00

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": [] }
}
}