Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.03 KB

Endorser

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.

Deployments

Network ChainID Endorser Proxy
Arbitrum Sepolia 421614 0x1166221d7122ca3dA1BF397d850C81933D0ae13c

Installing Foundry

See Foundry installation guide.

Testing the contract

forge test

Deploying the contract

You can simulate a deployment by running the script:

forge script script/Endorser.s.sol

See Solidity scripting guide for more information.