Ratezilla is a decentralized platform for discovering, rating, and reviewing Web3 projects across multiple blockchain ecosystems. Built with Next.js and TypeScript, it provides a seamless experience for users to explore and evaluate projects on Stellar, Aptos, Bahamut, and Polkadot networks.
- 🔍 Cross-chain project discovery
- ⭐ Project rating and review system
- 💼 Multi-chain wallet integration
- 📊 Social metrics integration (GitHub, Twitter)
- 🎯 Project activity tracking
- 🔐 Secure wallet connections
- Stellar: Fast, secure, and low-cost blockchain for payments and tokenization
- Aptos: Layer 1 blockchain built for safety, scalability, and reliability
- Bahamut: Eco-friendly blockchain platform for DeFi and NFTs
- Polkadot: Multi-chain network enabling cross-chain interoperability
CCR6QKTWZQYW6YUJ7UP7XXZRLWQPFRV6SWBLQS4ZQOSAF4BOUD77OTE2
0xad2a1952c9F3b2DB42e306A71635Fedb570679Db
0x4706EFBfD1b0dEf4F426C000B233232B7d4b78F4
0x5f6532c97b22731de526f57d8a7f159ec21154ef3b6c0f5f09a9fb0f7abc3122
- Frontend: Next.js 14, TypeScript, Tailwind CSS
- Wallet Integration:
- Stellar: @creit.tech/stellar-wallets-kit
- EVM Chains: @rainbow-me/rainbowkit, wagmi
- State Management: React Query
- Styling: Tailwind CSS, Framer Motion
- Notifications: React Toastify
- Clone the repository:
git clone https://github.com/armsves/RateZilla.git
cd RateZilla- Install dependencies:
npm install- Set up environment variables:
cp .env.example .env.localFill in the required environment variables in .env.local
- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
Create a .env.local file with the following variables:
# WalletConnect Project ID
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_project_id
# API Keys (if needed)
GITHUB_API_KEY=your_github_api_key
TWITTER_API_KEY=your_twitter_api_key- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Stellar Development Foundation
- Aptos Foundation
- Bahamut Team
- Polkadot Network
- All contributors and supporters of the project