The gallery with ID authentication#
In this tutorial, you will learn how to write a gallery which requires the user to prove something using their identity to access the images on the site. The gallery consists of a basic React web frontend example that displays the images and communicates with a wallet and a Rust backend that can verify the proofs given by the wallet.
In the first part, you will learn how the backend works.
In the second part, you will learn about the frontend that interacts with the browser wallet and backend.
In the third part, you will learn how to build and run the example.
Warning
It is suggested to read about creating proofs and the reader is assumed to have basic knowledge of Rust development and some experience with web frontend development.
To start the tutorial click here.