Skip to content

NFT contract that serves as a public registry of signable messages as per EIP712

Notifications You must be signed in to change notification settings

bitwise343/reversible-hash-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

EIP712 specifies a standard for signing typed hashed data. This collection of contracts aims to be an NFT implementation of the EIP712 standard. These contracts were written using various EIPs as references, as well as openzeppelin. This repo may contain simple bugs as its a first pass implementation.

Install

$ git clone https://github.com/jmb-42/reversible-hash-registry
$ cd reversible-hash-registry
$ yarn

Run Tests

You can run the current tests that are available:

$ npx hardhat test

About

NFT contract that serves as a public registry of signable messages as per EIP712

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published