Using the Alpen CLI
Installation
cargo install --git https://github.com/alpenlabs/alpen --branch releases/0.2.0 [email protected] --locked --forceConfigure the CLI
~/.config/alpen/config.toml # Linux
~/Library/Application Support/io.alpenlabs.alpen/config.toml # MacOS
C:\Users\<USER>\AppData\Roaming\alpen\config.toml # Windows# Use esplora for the bitcoin signet backend
esplora = "https://esplora.testnet.alpenlabs.io"
# EVM-compatible endpoint for Alpen transactions
alpen_endpoint = "https://rpc.testnet.alpenlabs.io"
# Alpen's hosted faucet API
faucet_endpoint = "https://faucet-api.testnet.alpenlabs.io"
# mempool.space instance to explore the bitcoin signet
mempool_endpoint = "https://bitcoin.testnet.alpenlabs.io"
# Blockscout instance to explore Alpen's chain
blockscout_endpoint = "https://explorer.testnet.alpenlabs.io"
# Bridge multisig public key
bridge_pubkey = "50eaad3a98150e584555f1e4a479be2d8ccd8927a4ec3df075d3c65161f47295"
# Prefix added to OP_RETURN metadata to identify deposit requests
magic_bytes = "alpn"How to use
Backup your wallet
Request BTC
Check your balance
Deposit BTC into Alpen
Withdraw BTC back to signet
Send BTC
Change wallet password
Drain the wallet
Recover
Scan your wallet
Configuration
Last updated