The Soroban-Driven Scholarship project uses the Soroban SDK on the Stellar blockchain to create a secure, transparent platform for managing scholarships. Donors can set up scholarships with specific criteria, and eligible students can apply. Scholarships are automatically awarded and distributed through smart contracts.
We aim to revolutionize scholarship management by leveraging blockchain technology to create a secure, transparent, and decentralized platform. Our goal is to eliminate fraud, reduce administrative overhead, and empower both donors and students, ensuring fair and efficient distribution of scholarships.
- Requirement Gathering: Define smart contract functionality and variables for scholarships.
- Smart Contract Development: Implement scholarship creation, application, and awarding using Rust and Soroban SDK.
- Testing and Optimization: Ensure functionality and efficiency on the Stellar network.
- Front-end Development: Create a user-friendly interface for interaction.
- Integration and User Testing: Seamlessly connect front-end with smart contracts and gather user feedback.
- Deployment: Deploy on the Stellar blockchain and launch publicly.
- Clone the Repository:
git clone https://github.com/yourusername/soroban-driven-scholarship.git
- Navigate to the Project Directory:
cd soroban-driven-scholarship
- Install Dependencies:
npm install
- Start the Front-end Server:
npm start
- Access the Application at http://localhost:3000.
- Create Scholarships: Donors set up scholarships with criteria and funding.
- Apply for Scholarships: Students browse and apply for scholarships.
- Award Scholarships: Scholarships are automatically awarded.
- View Awarded Scholarships: Donors and students view scholarship status.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/your-feature-name
- Create a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the Stellar Development Foundation for resources and support, and to our contributors and supporters.