You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Plaia Zone
Plaia Zone is a decentralized crowdfunding platform designed specifically for gamers. It allows users to create, fund, and manage campaigns that can either seek donations or loans, fostering a supportive community for gamers in need of financial assistance for their gaming endeavors.
## Features
- **Create Campaigns**: Users can create their own crowdfunding campaigns, choosing between donation and loan options.
- **Search Functionality**: Easily search for campaigns by title to find what you are looking for.
- **Connect Wallet**: Integrate with popular cryptocurrency wallets to manage funds and transactions.
- **Funding Transparency**: View funded amounts, backers, and campaign progress in real-time.
- **Responsive Design**: The application is designed to be fully responsive, ensuring a smooth user experience on all devices.
## Technologies Used
- **Frontend**: Next.js
- **Blockchain**: Built on the AIA blockchain
- **Smart Contracts**: Developed using Solidity
- **Styling**: Tailwind CSS for responsive design
- **State Management**: Custom context using React's Context API
## Getting Started
### Prerequisites
Before you begin, ensure you have the following installed on your machine:
- Node.js (version 20.18.0)
- npm or yarn
- A local Ethereum environment (e.g., Hardhat) for testing
### Installation
1. Clone the repository:
```bash
git clone https://github.com/manovHacksaw/plAIA-zone
cd plai-Zone
cd client
2. Install The Dependencies:
```bash
npm install
3. Start the Development Server:
```bash
npm run dev
4. Open your browser and navigate to http://localhost:3000.
### Usage
1. Connect your wallet: Use MetaMask or any other compatible wallet to connect to the application.
2. Create a campaign: Click on "Create Your Own Campaign" to start a new crowdfunding campaign.
3. Search campaigns: Use the search bar to find specific campaigns by title.
4. Contribute to campaigns: Choose a campaign and contribute either as a backer or as a loan supporter.
### Contact
For any inquiries or feedback, feel free to reach out at [email protected]
### Submission Note
This project is a submission for the AIA Chain inaugural hackathon.
### Acknowledgments
Special thanks to HackQuest for their support and resources in this endeavor!
# BackMyGame