Skip to content

Instantly share code, notes, and snippets.

View pointing-chevron's full-sized avatar

Pointing Cursor pointing-chevron

View GitHub Profile
@pointing-chevron
pointing-chevron / main.go
Created January 13, 2023 09:05 — forked from asdvxgxasjab/main.go
Make a genesis block
// Copyright 2019 cruzbit developers
// Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
package main
import (
"encoding/base64"
"encoding/hex"
"encoding/json"
"flag"