docs
Plug-and-Play Documentation
Filter by:--toolall0x Swap API@aashari/boilerplate-mcp-server@layerzerolabs/devtools-evm-hardhat@modelcontextprotocol/sdkArbitrum Stylus: Move CompilerClaude Code MCP Server ModeCreditCoin Wormhole NTTGitHub MCP Server (Claude Code CLI)LayerZero Cardano EndpointMCP Discovery Endpoint (.well-known/mcp.json)Ripple xrpl-py DAO InteractionRootStock BTC Bridge (Flyover v2.3)Stylus Rust SDKSui Move CLISui Prover & BuilderTempo Payment Enginexrpl.js
docs.sh — Copy-paste snippets
[ _ ][ 🗗 ][ X ]
Your GitHub repository is your most important DevRel blog. Tested configs, copy-paste ready.
--tool@Tempo Payment Engine
Tempo L1 settles B2B stablecoin transfers with ~0.6s finality natively on USD gas fees. Before: 15 mins + volatile native token fees on ETH. After: Stripe built-in Sub-second payments using only USDC.
install
npx create-tempo-app my-payment-apptypescript
import { TempoClient } from '@tempo/sdk';
const tempo = new TempoClient({ rpcUrl: 'https://testnet.tempo.xyz' });
await tempo.sendPayment({
to: 'merchant.tempo.xyz',
amount: '100.00',
currency: 'USDC',
memo: 'INV-2026-0302'
});