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
- Host: GitHub
- URL: https://github.com/ambiretech/evm-sigtools
- Owner: AmbireTech
- Created: 2022-05-21T14:46:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T12:12:41.000Z (over 2 years ago)
- Last Synced: 2024-01-26T13:32:10.715Z (over 2 years ago)
- Language: JavaScript
- Size: 23.8 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`