Categorygithub.com/holyheld/erc1271
repositorypackage
1.0.6
Repository: https://github.com/holyheld/erc1271.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

erc1271 Go Reference

A simple utility library to validate ERC1271 signatures

Use cases

  • CA-based (not EOA) wallets signature validation
  • Contract-based validations for off-chain operations

Example

  • see cmd/erc1271validate/main.go

Installation

  • go get github.com/holyheld/erc1271