From 43423fb16ac0494adec9a5f30fc3cf8b7a2bb8f0 Mon Sep 17 00:00:00 2001 From: chan Date: Sun, 31 Dec 2023 18:10:28 +0800 Subject: [PATCH] update: title --- docs/zkSBT/About.md | 2 +- docs/zkSBT/Benefits.md | 3 +-- docs/zkSBT/How to mint ZKSBT.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/zkSBT/About.md b/docs/zkSBT/About.md index 78319401..6e1fc207 100644 --- a/docs/zkSBT/About.md +++ b/docs/zkSBT/About.md @@ -1,4 +1,4 @@ -# About NPO -zkSBT +# Overview Manta Network's [NPO platform](https://npo-evm.manta.network) (NFT private offering platform) is set to revolutionize how users generate and mint zkNFTs/zkSBTs. NPO is an NFT/SBT launchpad that leverages Manta Network's zkAddress tooling and MantaPay ZK circuits to privately mint NFTs/SBTs on zkAddress, while using public tokens to pay for minting fees. With Manta's zkNFTs/zkSBTs, developers can build web3 or web2 applications without in-depth knowledge of cryptography or ZKP. The plug-and-play connection with zkNFTs/zkSBTs enables applications to be quickly developed on mobile, opening up new opportunities for developers to create zkNFT/zkSBT projects, including mobile applications, DApps, and projects based on NPO. diff --git a/docs/zkSBT/Benefits.md b/docs/zkSBT/Benefits.md index 6190b1dd..c68d3d23 100644 --- a/docs/zkSBT/Benefits.md +++ b/docs/zkSBT/Benefits.md @@ -1,5 +1,4 @@ -# Benefits of Manta's NPO - +# Benefits ## Reduced User Friction: By utilizing Manta's NPO platform, onboarding users will be simpler, smoother, and less complicated. This means that there will be a lower level of user friction, allowing for an increased user base and improved user experience. diff --git a/docs/zkSBT/How to mint ZKSBT.md b/docs/zkSBT/How to mint ZKSBT.md index 9ac3d526..ff9ac693 100644 --- a/docs/zkSBT/How to mint ZKSBT.md +++ b/docs/zkSBT/How to mint ZKSBT.md @@ -2,7 +2,7 @@ 1. install zksbt JS SDK ```shell - npm install @zksbt/jssdk + npm install @zksbt/jssdk ``` 2. initialize zksbt JS SDK ```typescript=