An open API service indexing awesome lists of open source software.

https://github.com/ambiretech/evm-sigtools

Signature tool UI
https://github.com/ambiretech/evm-sigtools

Last synced: 9 months ago
JSON representation

Signature tool UI

Awesome Lists containing this project

README

          

# Getting Started with Create React App

This Dapp is a complete EVM signature toolbox to sign and verify signatures, supporting signature and validation of regular messages, typed data messages (EIP-712) and smart contract signatures (EIP-1271)

It uses the library @ambire/signature-validator, which makes the signatures verifications in your dapp as easy as possible.

## Run the app

In the project directory, you can run:

### `HTTPS=true npm start`

Runs the app in the development mode.\
Open [https://localhost:3000](https://localhost:3000) to view it in your browser.

### `npm run build`