eip-712 icon indicating copy to clipboard operation
eip-712 copied to clipboard

Tiny library with utility functions that can help with signing and verifying EIP-712 based messages

Results 3 eip-712 issues
Sort by recently updated
recently updated
newest added

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).