Skip to content

Commit

Permalink
fix: identity word
Browse files Browse the repository at this point in the history
  • Loading branch information
jincan39 committed Dec 30, 2023
1 parent 0076c4f commit 3f7820e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/introduction/Manta-Pacific.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Leveraging Celestia's modular data availability, Manta Pacific delivers a blazin

Manta Pacific unveils Universal Circuits 2.0, which elevates the developer experience specifically for deploying EVM-native ZK applications. Through Universal Circuits 2.0, Manta Pacific offers a ZK library for developers to easily call ZK-enabled contracts for their existing Solidity smart contracts and dApps.

Universal Circuits offer ZK-as-a-Service, allowing any Solidity developer to call Manta Pacific contracts through APIs to enable ZK features (such as compliant private identities for DeFi, identity verification for Web3 Social, and zk identity-preserving shuffling for on-chain gaming) with just a few lines of code. Manta Pacific’s core circuit designs for its Universal Circuits include zkContracts such as zkShuffle for on-chain gaming, and additional circuits based on Semaphore, by the Privacy Scaling and Exploration (PSE) Labs from Ethereum Foundation.
Universal Circuits offer ZK-as-a-Service, allowing any Solidity developer to call Manta Pacific contracts through APIs to enable ZK features (such as compliant private identities for DeFi, identity verification for Web3 Social, and zk identity-preserving shuffling for on-chain gaming) with just a few lines of code. Manta Pacific’s core circuit designs for its Universal Circuits include zkContracts such as zkShuffle for on-chain gaming, and additional circuits based on Semaphore, by the Identity Scaling and Exploration (PSE) Labs from Ethereum Foundation.

A multi-modular approach provides developers the flexibility to leverage Manta’s private identity tools across chains and in web2 environments including mobile apps. Manta’s SDKs and proof keys offer developer-friendly solutions for integrating on-chain identity with just a few lines of code.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const katex = require('rehype-katex');
module.exports = {
title: 'Manta Network Technical Resources',
tagline:
'For the first zk identity-preserving protocol built for scalability, privacy and interoperability.',
'For the first zk identity-preserving protocol built for scalability, identity and interoperability.',
url: 'https://docs.manta.network',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down

0 comments on commit 3f7820e

Please sign in to comment.