From 8e13bac9681918cfd008706b8a684618248d3929 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Fri, 19 Apr 2024 14:53:48 +0900 Subject: [PATCH] Add NPM package to docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a4bdf2..06630301 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Carp - Cardano Postgres Indexer -**Important**: Full documentation can be found [here](https://dcspark.github.io/carp/docs/intro) +**Important**: +- Documentation: [here](https://dcspark.github.io/carp/docs/intro) +- NPM package (client): [here](https://www.npmjs.com/package/@dcspark/carp-client) Welcome to Carp, a Cardano Postgres Indexer. This project is designed to sync data from the Cardano blockchain and store it into a Postgres database. The backend is written in Rust using Oura and CML, while the server and client are written in TypeScript.