This repository contains a collection of SQL queries designed to interact with the Mina Protocol Archive Node. These queries help users efficiently extract and analyze data from the Archive Node PostgreSQL database.
queries/
: Directory containing SQL query files.README.md
: This file provides an overview and instructions.LICENSE
: Repository license information.
- A running instance of the Mina Protocol Archive Node.
- Access to the Archive Node's PostgreSQL database.
- Clone the repository:
git clone https://github.com/vfrsilva/archive_node_sql.git
cd archive_node_sql
-
Review and customize queries: Navigate to the
queries/
directory and review the available SQL queries. Modify them as needed to suit your specific requirements. -
Execute queries: Use your preferred SQL client to execute the queries against the Archive Node database.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
For more information about the Mina Protocol and the Archive Node, please refer to the following resources:
This repository is licensed under the MIT License. See the LICENSE file for more details.
For any questions or issues, please open an issue on this repository or contact the maintainers.