BEAM·v0.1.1·MACOS · LINUX·SHA-256 VERIFIED

Quickstart

Create a wallet, check balances, and send your first transfer in under a minute.

Create a wallet

$ beam wallets create
$ beam wallets list

The first wallet you create becomes the default sender. Use --from <name> to override on any command.

Check tracked balances

$ beam balance

beam balance lists the native token first and then every tracked ERC20 for the selected chain. Use --from <wallet-name|address|ens> to inspect balances for a different account.

Switch chains

Pass --chain once for a single command:

$ beam --chain base balance

Or set the default:

$ beam chains set-default base

Send native gas

$ beam --chain sepolia transfer 0x1111... 0.01

Wallet selectors accept a stored wallet name, a raw 0x... address, or an ENS name like alice.eth.

Next steps