https://github.com/requestnetwork/request-scan
Request Scan app frontend
https://github.com/requestnetwork/request-scan
Last synced: 8 months ago
JSON representation
Request Scan app frontend
- Host: GitHub
- URL: https://github.com/requestnetwork/request-scan
- Owner: RequestNetwork
- License: mit
- Created: 2024-08-20T17:27:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T15:07:45.000Z (9 months ago)
- Last Synced: 2025-06-07T10:48:44.645Z (8 months ago)
- Language: TypeScript
- Homepage: https://scan.request.network
- Size: 348 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Request Scan
[](https://opensource.org/licenses/MIT)
Request Scan is a powerful blockchain explorer designed to provide insights into the Request Network. Built using Next.js for a performant frontend and a GraphQL API for efficient data access, Request Scan empowers users to explore and analyze requests, accounts, and other on-chain data related to the Request Network.
## Features
- **Intuitive Interface:** A user-friendly design makes it easy to navigate and find the information you need.
- **Real-Time Data:** Access the latest request network data with real-time updates.
- **Advanced Search:** Search for specific requests or addresses.
- **Detailed Request or Address Views:** Get a comprehensive breakdown of each request or address.
## Technologies Used
- **Next.js:** A React framework for building server-side rendered and static web applications.
- **GraphQL API:** An open-source GraphQL engine that connects to your databases and provides a real-time GraphQL API.
- **Request Network:** A decentralized network for creating, storing, and managing payment requests.
## Installation
1. Clone the repository:
```bash
git clone [https://github.com/RequestNetwork/request-scan.git](https://github.com/RequestNetwork/request-scan.git)
```
2. Install dependencies:
```bash
cd request-scan
npm install
```
3. Configure the Hasura GraphQL endpoint in your `.env` file.
```bash
cp .env.example .env
```
Make sure to replace `` and `` in the `.env` file with your actual Hasura GraphQL URL and JWT token.
4. Start the development server:
```bash
npm run dev
```
5. Open your browser and navigate to http://localhost:3000.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](/CONTRIBUTING.md) file for guidelines on how to contribute to the project.
## License
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.