x402 on Gonka
checking…

Git: gonkalabs Git is temporarily unavailable. Download the source from this website — Source.

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 usdc

x402-gonka-source.tar.gz

Commands are on CLI. This pay already settled: 23B76D1281F9EFCC7AFC90659480CF3219A7099959C0513720769F700E9B73B2 on gonka.gg. How we checked is on Get started.

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}}/supported

Payload shape is on Protocol. Agent integration is on Agents & buyers.