Request Scan
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
- Clone the repository:
git clone [https://github.com/RequestNetwork/request-scan.git](https://github.com/RequestNetwork/request-scan.git)
- Install dependencies:
cd request-scan
npm install
-
Configure the Hasura GraphQL endpoint in your .env
file.
-
Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000.
Contributing
Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to contribute to the project.
License
This project is licensed under the MIT License - see the LICENSE file for details.