did:cow, a proposal for an ID resolution method with most of the convenience of did:plc/did:web and the robustness of a public blockchain
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

redeploy with optimization

+3 -1
+1 -1
README.md
··· 163 163 164 164 ## 9. Reference Implementation 165 165 166 - Deployed on Sepolia testnet: [`0xc0Bc77AecfD482FCF8dac3cA0Ee059cC85C3b67a`](https://sepolia.etherscan.io/address/0xc0Bc77AecfD482FCF8dac3cA0Ee059cC85C3b67a) 166 + Deployed on Sepolia testnet: [`0x3D9Dbf9b1Ed2c1E0Cc9995f38d50d94230A63E9A`](https://sepolia.etherscan.io/address/0x3D9Dbf9b1Ed2c1E0Cc9995f38d50d94230A63E9A) 167 167 168 168 **Contract functions (`CowRegistry.sol`):** 169 169 - `calculateCowHash(controller, wrappedDID)` — derive the registry key for a did:cow ID
+2
foundry.toml
··· 2 2 src = "src" 3 3 out = "out" 4 4 libs = ["lib"] 5 + optimizer = true 6 + optimizer_runs = 200 5 7 6 8 # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options