From f5e5d20abeaf7c049b981edc4b0cdf8494d5a593 Mon Sep 17 00:00:00 2001 From: Samuel Tosin Date: Thu, 29 Feb 2024 10:16:27 +0100 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 8e9d7e8..27aadfe 100644 --- a/README.md +++ b/README.md @@ -32,32 +32,32 @@ Exploring the development of a crowdfunding smart contract on the Solana blockchain, leveraging the Rust programming language and the Anchor framework. Crowdfunding has emerged as a popular method for raising funds for various projects, initiatives, and charitable causes, and blockchain technology introduces new possibilities for enhancing transparency, security, and efficiency in this process. -User Interface -┌───────────────┐ ┌───────────────┐ ┌───────────────┐ -│ Frontend │ │ Frontend │ │ Frontend │ -└───────┬───────┘ └───────┬───────┘ └───────┬───────┘ -│ │ │ -▼ ▼ ▼ -┌───────────────┐ ┌───────────────┐ ┌───────────────┐ -│ User Wallet │ │ User Wallet │ │ User Wallet │ -└───────────────┘ └───────────────┘ └───────────────┘ -│ │ │ -└───────────────┬──────────┼───────────────┬──────────┼───────────────┐ -▼ │ ▼ │ │ -┌───────────────┐ │ ┌───────────────┐ │ Smart │ -│ Solana RPC │ │ │ Solana RPC │ │ Contracts │ -└───────────────┘ │ └───────────────┘ │ │ -│ │ │ │ │ -└──────────┼──────────────┼──────────┼───────────────┘ -▼ ▼ │ -┌─────────────────────────┐ │ -│ Anchor Lang Program │◀──────┘ -└─────────────────────────┘ -│ │ │ -│ │ │ -┌────────────┘ │ └────────────┐ -│ │ │ -┌────────────────┐┌────────────────┐┌────────────────┐ -│ Create ││ Withdraw ││ Donate │ -│ Function ││ Function ││ Function │ -└────────────────┘└────────────────┘└────────────────┘ + User Interface + ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ + │ Frontend │ │ Frontend │ │ Frontend │ + └───────┬───────┘ └───────┬───────┘ └───────┬───────┘ + │ │ │ + ▼ ▼ ▼ + ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ + │ User Wallet │ │ User Wallet │ │ User Wallet │ + └───────────────┘ └───────────────┘ └───────────────┘ + │ │ │ + └───────────────┬──────────┼───────────────┬──────────┼──────────────┐ + ▼ │ ▼ │ │ + ┌───────────────┐ │ ┌───────────────┐ │ Smart │ + │ Solana RPC │ │ │ Solana RPC │ │ Contracts │ + └───────────────┘ │ └───────────────┘ │ │ + │ │ │ │ │ + └──────────┼──────────────┼──────────┼───────────────┘ + ▼ ▼ │ + ┌─────────────────────────┐ │ + │ Anchor Lang Program │◀──────┘ + └─────────────────────────┘ + │ │ │ + │ │ │ + ┌────────────┘ │ └────────────┐ + │ │ │ + ┌────────────────┐┌────────────────┐┌────────────────┐ + │ Create ││ Withdraw ││ Donate │ + │ Function ││ Function ││ Function │ + └────────────────┘└────────────────┘└────────────────┘