Skip to content

codyx/eip-1271-tools

Repository files navigation

EIP-1271 Tool

This is a simple tool you can use to validate and verify messages signed by smart contracts implementing EIP-1271.

To connect to the wallet, the WalletConnect protocol is used.

Compatible with Safe Multi-sigs.

Getting Started

First, run the development server:

cp .env.example .env && yarn dev

Open http://localhost:3000.