From 6212771564447b06e6c4b17ea8988c20c0789ade Mon Sep 17 00:00:00 2001 From: John Quinnvic Taboada <116705833+johnquinnvictaboada@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:21:57 +0800 Subject: [PATCH] chore: added distinction between providers in readme (#185) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f58ded7..1006b56 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,22 @@ const tx = await blaze // Dump the transaction for you to submit securely console.log(`Please sign and submit this transaction: ${tx.toCbor()}`); ``` +### Providers + +Blaze supports multiple providers for interacting with the Cardano blockchain. Below is a table of external and built-in providers: + +| Provider | Type | Link | +|------------|----------|--------------------| +| Blockfrost | Built-in | [View File](https://github.com/butaneprotocol/blaze-cardano/blob/main/packages/blaze-query/src/blockfrost.ts) | +| Kupmios | Built-in | [View File](https://github.com/butaneprotocol/blaze-cardano/blob/main/packages/blaze-query/src/kupmios.ts) | +| Maestro | Built-in | [View File](https://github.com/butaneprotocol/blaze-cardano/blob/main/packages/blaze-query/src/maestro.ts) | +| UTxORPC (U5C) | External | [Repository](https://github.com/utxorpc/blaze-provider) | ### Docs Blaze channel is in the [TxPipe Discord](https://discord.gg/FAeAR6jX)! + ### Runs on Blaze A list of projects, apps, websites, repositories, which depend on this library in some manner.