walletpress/README.md
crmuncher 67cb1f7140
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
docs: apply fleet-template (16-artifact scaffold)
Adds missing standard artifacts:
- README.md (if missing)
- AGENTS.md (AI agent contract)
- PLAN.md (current sprint)
- STATUS.md (where we are)
- DEVELOPMENT.md (dev workflow)
- DEPLOYMENT.md (deploy procedure)
- TESTING.md (test strategy)
- DECISIONS.md (ADR index + templates)
- .github/CODEOWNERS
- .github/workflows/ci.yml

Preserves all existing artifacts.

Refs: RugMunchMedia/fleet-template
2026-07-02 02:07:06 +07:00

40 lines
1.3 KiB
Markdown

# WalletPress
> Part of **Rug Munch Media LLC** — Wyoming-based crypto intelligence platform.
## What
Wallet-as-a-service. Wallet engine, x402 service, chain vault, hosting. CLI for wallet management. Production-grade.
## Type
`backend` · **Python 3.12 + FastAPI**
## Quickstart
```bash
make install # install deps
make dev # start dev server
make test # run tests
make lint # lint + format
make ci # full CI pipeline
```
## Documentation
- [AGENTS.md](AGENTS.md) — AI agent contract
- [ARCHITECTURE.md](ARCHITECTURE.md) — technical architecture
- [PLAN.md](PLAN.md) — current sprint
- [ROADMAP.md](ROADMAP.md) — long-term direction
- [STATUS.md](STATUS.md) — where we are RIGHT NOW
- [DEVELOPMENT.md](DEVELOPMENT.md) — dev workflow
- [DEPLOYMENT.md](DEPLOYMENT.md) — how to deploy
- [TESTING.md](TESTING.md) — test strategy
- [SECURITY.md](SECURITY.md) — security model
- [DECISIONS.md](DECISIONS.md) — architecture decision records
## Standards
This repo follows Rug Munch Media LLC fleet standards:
[git.rugmunch.io/RugMunchMedia/standards](https://git.rugmunch.io/RugMunchMedia/standards)
## Repository
- Source of truth: `https://git.rugmunch.io/RugMunchMedia/walletpress`
- Mirrors: GitHub (LLC + personal), GitLab, HuggingFace
- Backup: Hydra daily at 04:00 via `git-backup.sh`