Skip to content

Instantly share code, notes, and snippets.

View minhd-vu's full-sized avatar

Minh Vu minhd-vu

  • Northern Virginia
  • 12:26 (UTC -04:00)
  • LinkedIn in/vudominhd
View GitHub Profile
@minhd-vu
minhd-vu / main.go
Created September 26, 2023 05:54
Sensor Network Demo
package main
import (
"math/big"
"os"
"os/signal"
"syscall"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/forkid"