https://github.com/reimaginetruth/truthweb
About **TruthWeb Testnet | 🌐📱 Official Website Repository** TruthWeb is an open-source, all-in-one platform designed for Pi Network Pioneers to seamlessly integrate Pi into their daily lives. It serves as a digital hub for products, goods, and services, empowering users to transact and engage within the Pi ecosystem.
https://github.com/reimaginetruth/truthweb
decentralization digitalcurrency opensource picommunity pimarketplace pinetwork pios truthweb utility web3
Last synced: 3 months ago
JSON representation
About **TruthWeb Testnet | 🌐📱 Official Website Repository** TruthWeb is an open-source, all-in-one platform designed for Pi Network Pioneers to seamlessly integrate Pi into their daily lives. It serves as a digital hub for products, goods, and services, empowering users to transact and engage within the Pi ecosystem.
- Host: GitHub
- URL: https://github.com/reimaginetruth/truthweb
- Owner: ReimagineTruth
- License: other
- Created: 2025-03-04T06:13:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:14:46.000Z (3 months ago)
- Last Synced: 2025-03-16T18:49:36.384Z (3 months ago)
- Topics: decentralization, digitalcurrency, opensource, picommunity, pimarketplace, pinetwork, pios, truthweb, utility, web3
- Language: HTML
- Homepage: https://reimaginetruth.github.io/truthweb/
- Size: 828 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.html
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# TruthWeb | 🌐📱 Official Website Repository
## Introduction
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.## Features
- **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.## Installation
To set up TruthWeb locally, follow these steps:### Prerequisites
- Node.js & npm (for frontend development)
- Python & Django (for backend development)
- MongoDB/PostgreSQL (for database management)### Clone the Repository
```sh
git clone https://github.com/yourusername/truthweb.git
cd truthweb
```### Backend Setup
```sh
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
```### Frontend Setup
```sh
cd frontend
npm install
npm start
```## Contributing
We welcome contributions from the community! To contribute:
1. Fork the repository.
2. Create a new branch (`feature-branch-name`).
3. Make your changes and commit (`git commit -m "Your message"`).
4. Push to your forked repository and open a pull request.## License
This project is licensed under the PiOS License - see the [LICENSE](LICENSE) file for details.## Contact
For inquiries and support, reach out via:
- Email: [email protected]
- Twitter: [@TruthWebOfficial](https://twitter.com/TruthWebOfficial)
- Twitter: Founder [@mrwainofficial] (https://x.com/mrwainofficial)