Skip to content

Commit

Permalink
add noir
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellewei committed Jan 31, 2024
1 parent d1910cc commit d34a117
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/assets/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,22 @@
"name": "Safe",
"url": "https://safe.scroll.xyz/",
"network": ["sepolia", "mainnet"],
"logo": "https://docs.attest.sh/img/eas-logo.png",
"logo": "https://user-images.githubusercontent.com/3975770/212338977-5968eae5-bb1b-4e71-8f82-af5282564c66.png",
"tags": ["multisig"]
},
{
"name": "Scroll library",
"url": "https://www.npmjs.com/package/@scroll-tech/contracts",
"comment": "A library for interacting with Scroll contracts.",
"network": ["mainnet", "sepolia"]
},
{
"name": "Aztec (Noir)",
"url": "https://noir-lang.org/",
"comment": "Noir supports generating EVM smart contract code for verifying zk proofs. These verifiers can be deployed on Scroll without modification.",
"network": ["sepolia", "mainnet"],
"guide": "https://dev.to/turupawn/votos-anonimos-usando-zk-39j",
"tags": ["privacy"]
}
]
}

0 comments on commit d34a117

Please sign in to comment.