XRPL Creator Capsule.
Issue work, sell directly, unlock collector benefits, govern revenue — all backed by durable on-chain truth that survives frontend death.
Clone
git clone https://github.com/mcp-tool-shop-org/xrpl-creator-capsule.git
Build
npm install && npm run build
Verify
bash verify.sh # 240 tests
Five Proven Truths
Each phase proven with live Testnet artifacts and tamper-evident hash chains.
Creator Intent
Signed release manifests with deterministic SHA-256 identity. Every field is bound to the manifestId.
Mint Truth
NFT editions minted on XRPL with issuance receipts that reconcile against on-chain state.
Access Truth
Ownership-gated benefits verified by holder checks. Hold the NFT, unlock the content.
Durability Truth
Recovery bundles reconstruct the full release without the original app. Survives frontend death.
Governance Truth
Revenue governed through an auditable 4-step approval chain: policy, proposal, decision, execution.
240 Tests
Every claim is tested. Failure drills prove the system catches every category of tampering.
Release Lifecycle
Create a release
capsule create-release -i manifest-input.json Mint on XRPL
capsule mint-release -m release.json -w wallets.json Verify against chain
capsule verify-release -m release.json -r issuance-receipt.json Grant access
capsule grant-access -m release.json -r receipt.json -p policy.json -w Govern revenue
capsule create-governance-policy -m release.json --treasury --signers '[...]'