TruthWeb is an open-source, all-in-one platform designed for Pi Network Pioneers who want to integrate Pi into their daily lives. It serves as a hub for digital products, goods, and services, enabling seamless transactions and engagement within the Pi ecosystem.
- Marketplace β Buy and sell digital products, goods, and services using Pi.
- User Profiles β Create and manage your personalized TruthWeb profile.
- Secure Transactions β Utilize Pi Network for seamless and secure transactions.
- Open-Source β Built for the community, by the community.
To set up TruthWeb locally, follow these steps:
- Node.js & npm (for frontend development)
- Python & Django (for backend development)
- MongoDB/PostgreSQL (for database management)
git clone https://github.com/ReimagineTruth/truthweb.xyz.git
cd truthweb
cd backend
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
cd frontend
npm install
npm start
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch (
feature-branch-name
). - Make your changes and commit (
git commit -m "Your message"
). - Push to your forked repository and open a pull request.
This project is licensed under the PiOS License - see the LICENSE file for details.
For inquiries and support, reach out via:
- Email: [email protected]
- Twitter: @TruthWebOfficial
- Twitter: Founder [@mrwainofficial] (https://x.com/mrwainofficial)