Skip to content

Commit

Permalink
chore: added distinction between providers in readme (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnquinnvictaboada authored Sep 25, 2024
1 parent 6934c5c commit 6212771
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6212771

Please sign in to comment.