Skip to content

PAX Wallet v0.9.0b - Peace Through Free Money

Choose a tag to compare

@argo79 argo79 released this 29 Jul 22:38
· 6 commits to master since this release

pax-wallet

📦 Installation
From Release (Recommended)

# Linux
wget https://github.com/argo79/pax-wallet/releases/download/v0.9.0b/wallet
chmod +x wallet
./wallet interactive

Windows

Download wallet.exe and run

wallet.exe interactive

From Source

# Clone repository
git clone https://github.com/argo79/pax-wallet.git
cd pax-wallet

# Install dependencies
pip install -r requirements.txt

Build Rust core (optional, pre-built libs included)

./build_rust_core.sh

Run

python3 wallet_cli.py interactive

Dependencies

bip32>=3.0.0
mnemonic>=0.20
xrpl-py>=4.0.0
stellar-sdk>=10.0.0
cryptography>=41.0.0
ecdsa>=0.18.0
base58>=2.1.0
RNS>=0.5.0
colorama>=0.4.6

🖥️ CLI Commands

Command	Description
interactive	Launch interactive menu
create --name NAME	Create new wallet
import --seed SEED	Import wallet from seed
balance	Show wallet balance
address	Show wallet address
send --to ADDR --amount X	Send payment
history	Show transaction history
info	Show wallet details
list-wallets	List all saved wallets
switch NAME	Switch active wallet
trustlines	Show trustlines (XRP)
trustline-set ASSET ISSUER	Create trustline
trustline-remove ASSET	Remove trustline
send-token --token TOKEN	Send custom token
Reticulum Commands (inside interactive)
Command	Description
Status	Show gateway status
Avvia gateway	Start gateway mode
Ferma gateway	Stop gateway mode
Scopri gateway	Discover gateways on network
Scopri wallet	Discover wallets on network
Peer metriche	Show peer metrics table
Miglior gateway	Find best gateway for asset
Richiedi info gateway	Request gateway info
Invia transazione	Send transaction via Reticulum

🌐 Network Architecture
```text

┌─────────────────────────────────────────────────────────────┐
│                    HOPE ECOSYSTEM                           │
│  (Human Open Payment Ecosystem)                            │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌─────────────┐    ┌─────────────┐    ┌─────────────┐    │
│  │  PAX Wallet  │◄───│  PAX Wallet  │◄───│  PAX Wallet  │    │
│  │  (Node 1)   │    │  (Node 2)   │    │  (Node 3)   │    │
│  └──────┬──────┘    └──────┬──────┘    └──────┬──────┘    │
│         │                  │                  │             │
│         ▼                  ▼                  ▼             │
│  ┌─────────────────────────────────────────────────────┐    │
│  │              Reticulum Network (Mesh)               │    │
│  │         Encrypted, Decentralized, P2P              │    │
│  └─────────────────────────────────────────────────────┘    │
│         │                  │                  │             │
│         ▼                  ▼                  ▼             │
│  ┌─────────────┐    ┌─────────────┐    ┌─────────────┐    │
│  │   Gateway   │    │   Gateway   │    │   Gateway   │    │
│  │  (Relay 1)  │    │  (Relay 2)  │    │  (Relay 3)  │    │
│  └──────┬──────┘    └──────┬──────┘    └──────┬──────┘    │
│         │                  │                  │             │
│         ▼                  ▼                  ▼             │
│  ┌─────────────────────────────────────────────────────┐    │
│  │         XRP / XLM Networks (Internet)              │    │
│  │         On-chain Settlement                        │    │
│  └─────────────────────────────────────────────────────┘    │
│                                                             │
└─────────────────────────────────────────────────────────────┘

🔐 Why PAX Wallet?
Feature	PAX Wallet	Traditional Wallets
Decentralized	✅ Yes (Reticulum)	❌ Central servers
Privacy	✅ End-to-end encrypted	❌ Metadata exposed
Control	✅ Self-custodial	❌ Third-party custody
Network	✅ Mesh (offline-capable)	❌ Internet only
Fees	✅ Minimal	❌ High (middlemen)
Freedom	✅ Permissionless	❌ Gatekeepers
Speed	✅ Rust/Core	❌ Slow (interpreted)
🛠️ Build from Source
Linux
```bash

./build_rust_core.sh
./build_wallet.sh
./dist/wallet interactive

Windows

# Install prerequisites
pip install -r requirements.txt

# Build (requires wallet_core.dll)
pyinstaller --onefile --console --name wallet.exe wallet_cli.py

# Run
wallet.exe interactive

📚 Documentation

Reticulum: https://reticulum.network/

XRP Ledger: https://xrpl.org/

Stellar Network: https://stellar.org/

BIP32: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

BIP39: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

🌍 Philosophy

"Money is freedom. Freedom is human. Human is hope."

PAX Wallet is not just a wallet — it's a statement.

We believe in:

Decentralization - No single point of failure, no central authority

Privacy - Your transactions are your business

Freedom - Permissionless, borderless, open

Humanity - Technology serving humans, not the other way around

HOPE is the vision. PAX is the tool.
📄 License

MIT License - Free as in Freedom.
🤝 Contributing

Contributions welcome! Fork the repository, make your changes, and submit a pull request.

git clone https://github.com/argo79/pax-wallet.git
cd pax-wallet
git checkout -b feature/your-feature
# Make changes
git commit -m "Add your feature"
git push origin feature/your-feature

📞 Contact

GitHub: argo79/pax-wallet

Author: Arg0net

PAX Wallet - Peace Through Free Money
HOPE Ecosystem - Human Open Payment Ecosystem

"In a world divided, HOPE is the dream of a better future. PAX is the tool to build it."