PINJOC is a decentralized finance (DeFi) application.
- React.js - Frontend framework
- Tailwind CSS - Utility-first CSS framework for styling
- ShadCN UI - Modern UI components
- RainbowKit - Ethereum wallet connection
Make sure you have the following installed:
- Node.js (latest LTS version recommended)
- Clone the repository:
git clone https://github.com/yourusername/PINJOC.git cd PINJOC
- Install dependencies:
npm install
- Configure your Project ID from Reown Cloud:
- Sign up/log in to Reown Cloud
- Create a new project and get your Project ID
- Add the Project ID to your environment variables:
echo "VITE_CONNECT_WALLET_PROJECT_ID=YOUR_PROJECT_ID" > .env
- Run the development server:
npm run dev
For production deployment, use:
npm run build
Then serve the dist/
directory using your preferred hosting provider.
MIT License
Contributions are welcome! Feel free to open issues and pull requests.
For inquiries, contact [your email or social handle].