This package serves to generate a Types object compatible with EIP-712 ( https://w3c-ccg.github.io/ethereum-eip712-signature-2021-spec/ )
Import getEthTypesFromInputDoc
into your project and pass in the message
that you intend to sign using EIP-712. This will return an object that can be used as the types
object passed into eth_signTypedDatav4
pnpm install
- Install dependenciespnpm build
- Build the projectpnpm test
- Run testspnpm lint
- Lint the projectpnpm lint:fix
- Fix linting issues
- Node.js
- Pnpm
- TypeScript
- Tsup
- Vitest
- Biome