An open API service indexing awesome lists of open source software.

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.

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)