Skip to content
/ abi Public
forked from omnes-tech/abi

Golang package that encodes parameters similarly to Solidity's `abi.encode`

License

Notifications You must be signed in to change notification settings

G-Deps/abi

 
 

Repository files navigation

abi: Easy to use ABI encoding and decoding functionalities from EVM blockchains

Go Reference Go Report Card Coverage Status Latest Release

Encode to and decode from bytecode easily with abi package. Usage is similar to Solididy's abi.encode, abi.encodePacked, and abi.decode functions.

go get github.com/omnes-tech/abi

At a Glance

Encode functions:

  • Encode
  • EncodePacked
  • EncodeSelector
  • EncodeWithSignature
  • EncodeWithSelector

Decode functions:

  • Decode
  • DecodePacked
  • DecodeWithSignature
  • DecodeWithSelector

About

Golang package that encodes parameters similarly to Solidity's `abi.encode`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%