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.