New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

awal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awal

Coinbase Wallet CLI for payments and crypto

latest
Source
npmnpm
Version
2.2.0
Version published
Weekly downloads
336
-10.4%
Maintainers
1
Weekly downloads
 
Created
Source

awal

Coinbase Wallet CLI for payments and crypto.

Installation

npx awal status

Or install globally:

npm install -g awal
awal status

Quick Start

# Check status (will install server on first run)
awal status

# Sign in with email
awal auth login your@email.com
awal auth verify <flow-id> <6-digit-code>

# Check your balance
awal balance

# Get your wallet address
awal address

# Send USDC
awal send $1.00 0x...recipient...

# Swap tokens
awal trade $1 usdc eth

Commands

Wallet

  • awal status - Check server and auth status
  • awal balance - Get wallet balances (USDC, ETH, WETH)
  • awal address - Get wallet address
  • awal show - Open wallet UI

Authentication

  • awal auth login <email> - Start email OTP sign-in
  • awal auth verify <flowId> <code> - Complete sign-in with 6-digit code

Transactions

  • awal send <amount> <recipient> - Send USDC to address or ENS
  • awal trade <amount> <from> <to> - Swap tokens

X402 Payments

  • awal bazaar list - List X402 payment services
  • awal bazaar details <url> - Get service details
  • awal pay <baseURL> <path> - Make X402 payment request
  • awal discover <baseURL> <path> - Discover payment requirements

Options

Most commands support:

  • --json - Output as JSON
  • --chain <chain> - Specify blockchain (default: base)

Architecture

The CLI communicates with an Electron-based wallet server via file-based IPC. On first run, the server bundle and Electron runtime are installed to ~/.local/share/awal/.

Requirements

  • Node.js 18+
  • macOS, Linux, or Windows

License

Apache-2.0

Keywords

wallet

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts