Skip to content

Instantly share code, notes, and snippets.

View benny-conn's full-sized avatar
😄
Having a good time!

Benny benny-conn

😄
Having a good time!
View GitHub Profile
@benny-conn
benny-conn / signer.go
Last active October 31, 2023 21:59
Generating A Signature For Farcaster Signer in Golang
package signer
import (
"context"
"encoding/hex"
"math/big"
"strings"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/common/math"