4undRaiser

4undRaiser

Subscribe to 4undRaiser
Receive the latest updates directly to your inbox.

SEI ZK Series Part 10 - How to build a fullstack nft market place on the sei blockchain

4undRaiser
June 17
The Sei blockchain is a high-performance Layer 1 blockchain designed for trading applications. With its EVM compatibility, we can leverage familiar Ethereum development tools while benefiting from Sei's high throughput and low latency. In this tutorial, we'll build a complete NFT marketplace that allows users to:

SEI ZK Series Part 9 - How to create a full stack NFT monster game on the sei blockchain

4undRaiser
June 17
In this tutorial, we'll build a full-stack NFT monster game on the Sei blockchain. Our game will allow users to:

SEI ZK Series Part 8 - How to create dynamic nft's on the sei blockchain

4undRaiser
June 17
Dynamic NFTs (dNFTs) are a fascinating evolution of traditional NFTs that can change their properties over time based on certain conditions or external inputs. On the Sei blockchain, we can leverage the EVM compatibility to create sophisticated dynamic NFTs using Solidity smart contracts. This tutorial will guide you through the process of creating, deploying, and interacting with dynamic NFTs on Sei.

SEI ZK Series Part 7 - Real World assets(RWA's) as nft's on the sei blockchain

4undRaiser
June 17
Real World Assets (RWAs) tokenization is revolutionizing how we think about asset ownership and trading. By representing physical assets as NFTs on the blockchain, we can create more liquid, transparent, and accessible markets. This guide will walk you through implementing RWAs as NFTs on the Sei blockchain, leveraging its high performance and EVM compatibility.

SEI ZK Series Part 6 - Implementing zk proof in a sei blockchain dapp

4undRaiser
June 17
This tutorial will guide you through implementing a zero-knowledge proof system in a dApp on the Sei blockchain. We'll use Hardhat for development and deployment, leveraging Sei's EVM compatibility to create a privacy-preserving age verification system.

SEI ZK Series Part 5 - Creating an onchain verifier on the sei blockchain

4undRaiser
June 17
Zero-knowledge proofs (ZKPs) are cryptographic methods that allow one party (the prover) to prove to another party (the verifier) that a statement is true without revealing any additional information beyond the validity of the statement itself. When implemented on a blockchain, these verifiers enable powerful privacy-preserving applications.

SEI ZK Series Part 4 - Creating a zk proof

4undRaiser
June 17
Zero-knowledge proofs (ZKPs) are cryptographic methods that allow one party (the prover) to prove to another party (the verifier) that a statement is true without revealing any additional information beyond the validity of the statement itself. This tutorial will guide you through the fundamental concepts and help you create your first zero-knowledge proof.

SEI ZK Series Part 3 - Creating a zk snark circuit

4undRaiser
June 17
Zero-knowledge proofs (ZKPs) are cryptographic methods that allow one party (the prover) to prove to another party (the verifier) that a statement is true without revealing any additional information beyond the validity of the statement itself. This tutorial will guide you through creating your first ZK circuit using Circom, one of the most popular languages for writing ZK circuits.

SEI ZK Series Part 2 - Understanding core concepts in zk technology

4undRaiser
June 17
At the heart of zero-knowledge proofs lies the concept of finite fields and arithmetic circuits. These mathematical constructs form the foundation upon which ZKPs are built, providing the mathematical structure needed for secure and efficient cryptographic operations.