Skip to content

Instantly share code, notes, and snippets.

View manishkumar5464's full-sized avatar

manishchandel manishkumar5464

  • mp lateri
View GitHub Profile
@manishkumar5464
manishkumar5464 / main.go
Created May 18, 2023 07:28 — forked from miguelmota/main.go
Golang Solidity "abi.encodePacked" example
package main
import (
"bytes"
"encoding/hex"
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/common/math"
)