Published on

Donation - Introduction Series

Introduction

Welcome to the Donation System Tutorial Series! In this series, I will guide you through the entire process of creating a donation system using Starknet. Each article will build upon the last, providing a structured approach to help you understand and implement each component effectively.

The series will include:

  1. The Smart Contract: We will start with the foundation of our donation system, focusing on how to create a smart contract that handles user pledges and donations.
  2. Testing, Deploying, and Interacting: Next, we will explore how to test our smart contract, deploy it to the Sepolia Starknet network, and interact with it using the Command Line Interface (CLI).
  3. The Frontend: Finally, we will develop a frontend application that allows users to easily interact with the donation system.

I hope this series will provide valuable insights and practical knowledge to help you build your own donation system on Starknet. Let’s get started!