Source
The facilitator source is hosted here as a tarball. gonkalabs Git is temporarily unavailable, so download it from this website. You need Go to build or go run.
Fetch and run
This is the same tree that is running on this host, minus secrets and local data. The module path in go.mod is only a name — go run does not fetch this repository.
curl -fsSL {{BASE}}/releases/x402-gonka-source.tar.gz | tar -xz
cd x402-gonka
go run ./cmd/x402-gonka pay --key "$GONKA_PRIVATE_KEY" --url {{BASE}}/demo
go run ./cmd/x402-gonka pay --key "$GONKA_PRIVATE_KEY" --url {{BASE}}/demo --asset usdcCommands are on CLI.
Without the source
Sellers only need HTTP. Buyers can sign with CosmJS or any secp256k1 wallet and POST the payload themselves.
curl -i {{BASE}}/demo
curl -sS {{BASE}}/supportedPayload shape is on Protocol. Agent integration is on Agents & buyers.