Skip to content

Instantly share code, notes, and snippets.

View gdanezis's full-sized avatar

George Danezis gdanezis

View GitHub Profile
@gdanezis
gdanezis / gist:338b42fa92016ae627b6133c3424c423
Created July 17, 2025 11:05
Get latest Walrus certified blobs
JSON-RPC query as a Curl command:
curl -X POST https://fullnode.mainnet.sui.io:443 \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "suix_queryEvents",
"params": [
{