Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuellyworld authored Feb 29, 2024
1 parent 9a96263 commit f5e5d20
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
└────────────────┘└────────────────┘└────────────────┘

0 comments on commit f5e5d20

Please sign in to comment.