Skip to content

KevinVitale/abi-guesser

 
 

Repository files navigation

abi-guesser

Guess the type for any ABI-encoded blob of data, such as call data, return data, or anything that was created with abi.encode().

Usage:

npm install https://github.com/samczsun/abi-guesser

yarn add https://github.com/samczsun/abi-guesser

pnpm install https://github.com/samczsun/abi-guesser
import { guessAbiEncodedData } from '@samczsun/abi-guesser/dist/encode-guesser';

const types = guessAbiEncodedData(data);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%