Skip to content

RequestNetwork/request-scan

Repository files navigation

Request Scan

License

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:
git clone [https://github.com/RequestNetwork/request-scan.git](https://github.com/RequestNetwork/request-scan.git)
  1. Install dependencies:
cd request-scan
npm install
  1. Configure the Hasura GraphQL endpoint in your .env file.

  2. Start the development server:

npm run dev
  1. 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.