-
Add a simple blockfrost backend for `MonadUtxoQuery`. It should just need the blockfrost API key and optionally an endpoint (URL)
-
What is a BlockFrost key? 🤷‍♂️
And is there a way to find out which public key hash I provided? It's been such a long time.
-
The code:
```typescript
import { BlockfrostProvider, MeshWallet, Mint, PlutusScript, Transaction } from "@meshsdk/core";
import { applyCborEncoding } from "@meshsdk/core-csl";
import { BlockFros…
-
Hello,
I did not do any digging or anything, but downgrading to version 2.1.0 fixed my issue,
just dropping the error here in case it isn't caused by my setup.
```
blockfrost-ryi | 03:46:13…
-
Blockfrost is missing an endpoint for tx certificates related to registering drep, deregistering drep, delegation to drep,...
-
### Why
We think it would be useful to be able to run the hydra-node without the full cardano-node in a more light weight mode and it could provide more insights by dogfooding our product. The feat…
-
Blockfrost has API for retrieving txs that are not yet on chain, but are stored in mempool https://docs.blockfrost.io/#tag/cardano--mempool
Let's include these transactions into:
- `GET_ACCOUNT_INFO` …
-
To assist users in getting started with charli-3dendrite please could the dev. team prepare a tutorial & code example showing how to fetch selected asset prices from multiple DEXs?
FYI: I'm trying to…
-
Please add this endpoint: https://docs.blockfrost.io/#tag/cardano--assets/GET/assets/{asset}/transactions
This will make it easy to grab utxo by singleton (a token where only one quantity exists)
…
-
Hey! I've been looking for the repository that contains the integration tests.
Last I found this mentioned was here https://github.com/blockfrost/blockfrost-backend-ryo/pull/143 . But I don't find t…