Keplr-ready ATOM checkout

Build a production-style ATOM sales widget for your website.

This builder outputs a wallet-aware payment widget that can detect Keplr, broadcast a buyer transaction, show a Mintscan success link, and optionally call your verification endpoint so your backend can automate order fulfillment or trigger webhooks.

Accept fixed-price ATOM payments for services, products, memberships, donations, digital downloads, and gated access.
Detect Keplr in-browser and let buyers pay directly from the widget instead of relying only on manual payment instructions.
Show Mintscan transaction success and hand off tx data to your own verification endpoint for automation.
Control address visibility so the public card does not have to expose the recipient wallet by default.
Operational featuresKeplr detection • direct send • Mintscan success state • backend verification callback • success URL handoff
Builder outputsScript embed • iframe embed • config JSON • payment-panel preview
Production noteYour backend should verify the tx hash before granting access, delivering files, assigning domains, or firing downstream webhooks.
This builder is designed for a real production handoff. The widget can post tx data to your verification endpoint, but your backend still needs to validate recipient, amount, memo, and chain state before fulfillment.

Widget Builder

Configure a real ATOM checkout widget and generate deployable embed code.

Preview + Embed Output

Preview the widget and copy the script or iframe embed.

Webhook-safe flow: widget gets tx hash → widget posts tx payload to your verification endpoint → your backend verifies recipient, amount, memo, and chain state → your backend fulfills the sale and fires downstream automation.

Wallet-aware checkout

Detect Keplr and let buyers broadcast the payment directly from the widget instead of relying only on manual copy/paste payment steps.

Hide the wallet by default

Keep the destination address out of the public card and only reveal it in checkout, or hide it from the UI entirely if your flow does not require manual fallback.

Success proof

Show a transaction success state with a clickable Mintscan hash so buyers and sellers both have a clear receipt path.

Automation-ready

Send tx hash and order metadata to your verification endpoint so your backend can validate the payment and fire webhooks or fulfillment jobs.