A vibrant platform blending social media, metaverse, and NFTs to empower users and creators in the Pi Network ecosystem with Pi-powered transactions.
- Pi Network Integration: Official Pi SDK for authentication, payments, and wallet access.
- NFT & Metaverse Ready: Blockchain NFT contracts, Unity-based metaverse integration.
- Open Collaboration: Welcomes contributors, with clear contribution and issue templates.
- Automation: Scripts for setup, Testnet/Mainnet switching, and deployment.
- Security & Privacy: Follows best practices for wallet security, API keys, and user data.
-
Clone the repository
git clone https://github.com/Ze0ro99/PiMetaConnect.git cd PiMetaConnect -
Run the setup script
bash scripts/setup.sh
-
Register App in Pi Developer Portal
- Visit
pi://develop.piin the Pi Browser. - Register both Mainnet and Testnet projects.
- Complete all checklist steps (hosting, wallet connection, permissions).
- Visit
-
Start Development
- Frontend:
cd client && npm start - Backend:
cd server && npm start - Blockchain:
cd blockchain && npx hardhat node
- Frontend: