Important
Project is unmantained. Replaced with Plumaa ID protocol.
A contract to track digital endorsements according to comercial Mexican law. This contract allows for any user to mint a new token by providing the hash of the digital document that's endorsed. Privacy is ensured by only tracking the hash of the document, and not the document itself.
Network | ChainID | Endorser Proxy |
---|---|---|
Arbitrum Sepolia | 421614 | 0x1166221d7122ca3dA1BF397d850C81933D0ae13c |
See Foundry installation guide.
forge test
You can simulate a deployment by running the script:
forge script script/Endorser.s.sol
See Solidity scripting guide for more information.