Check out our new component library - build.abs.xyz!
Common AGW CLI workflows for balances, transactions, app discovery, and Portal data.
agw-cli wallet address --json '{}' agw-cli wallet balances --json '{"fields":["native","tokens"]}' agw-cli wallet tokens list --json '{"pageSize":25,"fields":["items.symbol","items.value","nextCursor"]}'
agw-cli tx send --json '{"to":"0x...","data":"0x1234","value":"0"}' --dry-run
agw-cli tx send --json '{"to":"0x...","data":"0x1234","value":"0"}' --execute
agw-cli tx sign-message --json '{"message":"hello"}' agw-cli tx sign-transaction --json '{"to":"0x...","value":"0"}'
agw-cli app list --json '{"pageSize":10,"fields":["items.id","items.name"]}' agw-cli portal user-profile get --json '{"address":"0x..."}'
agw-cli schema list agw-cli schema get --json '{"command":"wallet balances"}'
Was this page helpful?