Install
openclaw skills install @mzfshark/axodus-web3-integrationIntegrate apps with blockchain providers, wallets, and contract calls safely.
openclaw skills install @mzfshark/axodus-web3-integrationIntegrate a frontend/backend with blockchain interaction (wallet connect, provider configuration, contract calls) using safe, testable patterns.
stack (required, enum: ethers|viem|web3js): preferred client library.chain (required, string): chain name + chainId.rpc (optional, string): RPC URL reference (env/config), not hardcoded.contract_address (required, string).abi_source (required, string): ABI path/artifact reference.wallet_flow (optional, enum: injected|walletconnect|server_signer).Input:
stack: viemchain: base:8453contract_address: 0x...abi_source: artifacts/MyContract.jsonOutput:
src/web3/client.ts with chainId checks and a typed contract instance.