π¦ ClawHub
Smart Accounts
by @rachidjarray-hk-qa-fdt
Deploy and manage multi-signature smart accounts. Use when you or the user want to create a smart wallet, deploy a multi-sig, add or remove owners, change th...
π‘ Examples
# Deploy a simple smart account on Ethereum
fdx call deploySmartAccount --chainKey ethereumDeploy a 2-of-3 multi-sig
fdx call deploySmartAccount \
--chainKey ethereum \
--initialOwners 0xOwner1...,0xOwner2...,0xOwner3... \
--threshold 2
βοΈ Configuration
fdx status to check, see authenticate skill)TERMINAL
clawhub install smart-accounts