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.
$ git clone https://github.com/jmb-42/reversible-hash-registry
$ cd reversible-hash-registry
$ yarn
You can run the current tests that are available:
$ npx hardhat test