WalletPress — Python backend (FastAPI) + WordPress plugin. Wallet engine, x402 service, chain vault, hosting. CLI for wallet management. Production-grade wallet-as-a-service.
Find a file
cryptorugmunch e13bd4d774
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
.github docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
backend docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
cli docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
docs/adr docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
installers docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
marketing docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
scripts docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
walletpress-mcp docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
wp-plugin docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
.editorconfig docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
.gitignore docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
.mise.toml docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
.pre-commit-config.yaml docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
.secretsallow docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
ADDRESS_GENERATION.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
AGENTS.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
ARCHITECTURE.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
AUDIT.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
BUILDER.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
commitlint.config.js docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
CONTRIBUTING.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
DECISIONS.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
DEPLOYMENT.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
DEVELOPMENT.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
LICENSE docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
LICENSING_PRICING_STRATEGY.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
logo.svg docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
Makefile docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
PLAN.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
PR_DESCRIPTION.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
privacy.html docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
PROGRESS.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
README.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
ROADMAP.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
ROADMAP_V2.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
robots.txt docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
SECURITY.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
sitemap.xml docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
STATUS.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
STRATEGY.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
terms.html docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
TESTING.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
thanks.html docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
verify.html docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
walletpress-docs.pdf docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00
WALLETPRESS.md docs: apply fleet-template (16-artifact scaffold) 2026-07-02 02:07:06 +07:00

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

make install        # install deps
make dev            # start dev server
make test           # run tests
make lint           # lint + format
make ci             # full CI pipeline

Documentation

Standards

This repo follows Rug Munch Media LLC fleet standards: 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