Skip to content

Commit

Permalink
update community tools & queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed Nov 14, 2024
1 parent c904d49 commit d513eed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 10 additions & 2 deletions doc/community-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ This section provides a list of community-developed tools that integrate with ca

### Koios
- **Description:** The Koios Artifacts repository is part of the Cardano community and acts as a collection or set of artifacts for the Koios service. Koios is an open-source, lightweight Cardano REST API that provides various endpoints to interact with the Cardano blockchain.
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
- **Website:** [https://koios.rest/](https://koios.rest/)
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
- **SQL Queries** [https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc](https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc)

### Blockfrost
- **Description:** Blockfrost provides APIs for easy interaction with blockchain networks like Cardano. It allows developers to access blockchain data and perform operations without running their own nodes, simplifying blockchain application development.
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
- **Website:** [https://blockfrost.io/](https://blockfrost.io/)
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
- **SQL Queries** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

### Govtool
- **Description:** GovTool is a platform that streamlines decentralized governance on blockchain networks. It offers tools for creating, managing, and participating in governance proposals, enabling transparent and efficient decision-making within blockchain ecosystems.
- **Website:** [https://gov.tools/](https://gov.tools/)
- **Repository:** [https://github.com/IntersectMBO/govtool](https://github.com/IntersectMBO/govtool)
- **SQL Queries** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)
5 changes: 3 additions & 2 deletions doc/interesting-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,10 @@ them.
## Community Queries

### Koios
- **Description:** Queries used by Koios
- **Link:** [https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc](https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc)

### Blockfrost
- **Description:** Queries used by Blockfrost
- **Link:** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

### Govtool
- **Link:** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)

0 comments on commit d513eed

Please sign in to comment.