eip-712
eip-712 copied to clipboard
Tiny library with utility functions that can help with signing and verifying EIP-712 based messages
For example ```js { CIP23Domain: [ { name: 'name', type: 'string' }, { name: 'version', type: 'string' }, { name: 'chainId', type: 'uint256' }, { name: 'verifyingContract', type: 'address' }...
Update `@findeth/abi` to 0.7.1 to strip `keccak` dependency
It is just a suggestion to add example implementation using [`micro-eth-signer`](https://github.com/paulmillr/micro-eth-signer).