Technology
Nerzo Platform Technology:
Nerzo is a Web3 application that harnesses the power of Next.js for the frontend and Thirdweb for seamless backend integration, focusing on blockchain-based interactions through smart contracts. Designed with performance and user experience at the forefront, Nerzo aims to provide an innovative solution in the digital art space, supporting artists worldwide.
Features
Next.js Frontend: Utilizes the latest features of Next.js for fast, server-side rendered pages and optimal user experience.
Thirdweb Backend: Integrates with Thirdweb for secure, scalable backend logic and blockchain interaction.
Blockchain Integration: Employs smart contracts for minting NFTs and managing digital assets, ensuring transparent and trustless transactions.
Smart Contracts Our project utilizes the following smart contracts from Thirdweb:
OpenEditionERC721: Version 5.0.1 - This contract allows for the creation and management of open edition NFTs, enabling users to mint and trade digital assets securely.
Smart Contract Audit The audit report is available here.
Prerequisites
A wallet with Ethereum support (e.g., MetaMask)
How we call the Smart Contract
<Web3Button
contractAddress="0x0404C358532e5411456908ce774B689464411B42"
action={async (contract) => {
await contract.erc721.claim(value);
}}
onSuccess={(result) => alert("Success!")}
>
Mint NRZ
</Web3Button>
Twitter Authentication at Nerzo At Nerzo, we prioritize user privacy and data security. As part of our commitment to these principles, we have integrated Twitter Authentication 2.0 into our platform. This authentication method is designed to enhance user authenticity without compromising privacy.
Our Policy on Data Privacy
No Storage of Personal Information: Nerzo does not retain any personal information obtained through Twitter Authentication. This includes not storing user IDs or any other identifiable data.
In case of full frontend check please contact us: Contact Us.
We understand the importance of maintaining user trust, and our use of Twitter Authentication 2.0 reflects our dedication to upholding the highest standards of privacy and security.
Purpose of Twitter Auth: The integration of Twitter Auth 2.0 is solely for the purpose of verifying user authenticity. It allows us to ensure that interactions within our platform are genuine, thereby enhancing the overall user experience and trust in our ecosystem.
Last updated