Terminal-first wallet for everyday EVM actions: manage accounts, send native and ERC-20 transfers, and approve WalletConnect v2 requests from your command line.
Walle is a CLI crypto wallet and terminal EVM wallet for Ethereum-compatible networks.
It focuses on practical wallet workflows in terminal UI:

npm i -g @walleproject/cli
Alternative package managers:
yarn global add @walleproject/cli
pnpm add -g @walleproject/cli
walle
Tab to switch active panels.Up / Down) to navigate actions.Current status is based on request handlers in the codebase.
| Method | Status |
|---|---|
personal_sign | Supported |
eth_sign | Supported |
eth_sendTransaction | Supported |
eth_signTransaction | Supported |
eth_signTypedData | Not supported |
eth_signTypedData_v3 | Not supported |
eth_signTypedData_v4 | Not supported |
eth_sendRawTransaction | Not supported |
git clone https://github.com/Pobepto/walle.git
cd walle
npm install
Useful scripts:
npm run dev - build in watch modenpm run build - production buildnpm run check - TypeScript type-checknpm run format - format source filesSECURITY.md for supported versions, vulnerability reporting, and disclaimer details.Contributions are welcome.
MIT License. See LICENSE.
TypeScript
98.7%
JavaScript
1.2%
Terminal-first wallet for everyday EVM actions: manage accounts, send native and ERC-20 transfers, and approve WalletConnect v2 requests from your command line.
Walle is a CLI crypto wallet and terminal EVM wallet for Ethereum-compatible networks.
It focuses on practical wallet workflows in terminal UI:

npm i -g @walleproject/cli
Alternative package managers:
yarn global add @walleproject/cli
pnpm add -g @walleproject/cli
walle
Tab to switch active panels.Up / Down) to navigate actions.Current status is based on request handlers in the codebase.
| Method | Status |
|---|---|
personal_sign | Supported |
eth_sign | Supported |
eth_sendTransaction | Supported |
eth_signTransaction | Supported |
eth_signTypedData | Not supported |
eth_signTypedData_v3 | Not supported |
eth_signTypedData_v4 | Not supported |
eth_sendRawTransaction | Not supported |
git clone https://github.com/Pobepto/walle.git
cd walle
npm install
Useful scripts:
npm run dev - build in watch modenpm run build - production buildnpm run check - TypeScript type-checknpm run format - format source filesSECURITY.md for supported versions, vulnerability reporting, and disclaimer details.Contributions are welcome.
MIT License. See LICENSE.
TypeScript
98.7%
JavaScript
1.2%