Skip to content

Instantly share code, notes, and snippets.

View ulbqb's full-sized avatar

Shogo Hyodo ulbqb

  • Tokyo, Japan
  • 09:53 (UTC -12:00)
View GitHub Profile
@ulbqb
ulbqb / main.go
Created June 13, 2023 05:50
Finschia genesis.json getter
package main
import (
"context"
"encoding/base64"
"fmt"
"os"
rpchttp "github.com/Finschia/ostracon/rpc/client/http"
)