chain-claim icon indicating copy to clipboard operation
chain-claim copied to clipboard

Claim code generation and on chain verification using EIP-712 instead of merkle proofs

Results 3 chain-claim issues
Sort by recently updated
recently updated
newest added

I have a situation where potentially a user's keys can get compromised and we'd e.g. have to rotate addresses. But unfortunately, the `ISSUER` is currently immutable. However, with https://eips.ethereum.org/EIPS/eip-173, we'll...

Right now, the once a user claims, they can't be issued another "voucher" to claim. This is primarily because the mapping of usedClaims relies on an address as it's key...

- Say we wanted to send 25 NFTs to 25 addresses and we wanted the user to generate the claim codes in web3 with e.g. Metamask - Since Metamask (to...