πAccounts
Manage accounts via CLI
0xweb accounts --help0xweb accounts add --key PRIVATE_KEY --name FOOBAR --pin YOUR_PASSWORD0xweb accounts remove --name FOOBAR --pin YOUR_PASSWORD0xweb accounts list --pin YOUR_PASSWORD0xweb accounts new --name FOOBAR --pin YOUR_PASSWORDUse the account in CLI
0xweb token transfer USDC --from FOOBAR --to 0x.... --amount 10 --pin YOUR_PASSWORDUse the account in code
Last updated