Getting Started with httpOnly() — Zero-friction PoT for Claude Desktop #1
Heime-Jorgen
started this conversation in
General
Replies: 1 comment
-
OpenTTT — now available across 5 ecosystemsWhatever stack you're on, you can use TTT today: npm install openttt # Core SDK (JS/TS)
npm install @helm-protocol/ttt-mcp # Claude Desktop (MCP)
npm install @helm-protocol/x402-pot # x402 payments
npm install @helm-protocol/plugin-openttt # ElizaOS agents
pip install langchain-openttt # LangChain (Python)httpOnly mode — zero ETH, zero wallet, 30 seconds: import { HttpOnlyClient } from 'openttt';
const client = new HttpOnlyClient();
const pot = await client.generatePoT();54,000+ on-chain proofs. Zero downtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting Started with OpenTTT httpOnly Mode
The fastest way to start generating Proof-of-Time attestations — no wallet, no ETH needed.
Install
Claude Desktop config
Add to
claude_desktop_config.json:{ "mcpServers": { "openttt": { "command": "npx", "args": ["-y", "@helm-protocol/ttt-mcp"], "env": { "TTT_MODE": "httpOnly" } } } }5 tools
pot_generate— timestamped PoT attestationpot_verify— verify an existing proofpot_query— query proof historypot_stats— 54K+ proofs on Base Sepoliapot_health— check 4 HTTPS time sources (NIST, USNO, PTB, NICT)httpOnly mode = zero gas, instant results, same cryptographic guarantees.
Registry:
io.github.Helm-Protocol/openttt-potnpm:
openttt@0.2.0| IETF Draft: draft-helmprotocol-tttps-00Beta Was this translation helpful? Give feedback.
All reactions