You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists all the Blockfrost queries that we need to implement, divided into logical blocks so that the work can be done by multiple developers in parallel. Feel free to assign yourself (please put your username next to the task you are working on).
This issue lists all the Blockfrost queries that we need to implement, divided into logical blocks so that the work can be done by multiple developers in parallel. Feel free to assign yourself (please put your username next to the task you are working on).
All work should be based on #1260 Make Contract query backend configurable.
1. Get utxos at address / by output reference (@errfrom #1366)
utxosAt
- https://docs.blockfrost.io/#tag/Cardano-Addresses/paths/~1addresses~1{address}~1utxos/getgetUtxoByOref
- https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1{hash}~1utxos/get2. Get transaction metadata, Check transaction confirmation status (@jy14898 #1368)
getTxMetadata
- https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1{hash}~1metadata/getisTxConfirmed
- https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1{hash}/get3. Submit / evaluate a transaction (@jy14898 #1376)
submitTx
- https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1tx~1submit/postevaluateTx
- https://docs.blockfrost.io/#tag/Cardano-Utilities/paths/~1utils~1txs~1evaluate/post4. Get datums / scripts by hash (@uhbif19 #1378)
getDatumByHash
- https://docs.blockfrost.io/#tag/Cardano-Scripts/paths/~1scripts~1datum~1{datum_hash}~1cbor/getgetScriptByHash
:timelock
script by hash - https://docs.blockfrost.io/#tag/Cardano-Scripts/paths/~1scripts~1{script_hash}~1json/getplutus
script by hash - https://docs.blockfrost.io/#tag/Cardano-Scripts/paths/~1scripts~1{script_hash}~1cbor/get5. Get current epoch information (@Luis-omega #1372)
getProtocolParameters
- https://docs.blockfrost.io/#tag/Cardano-Epochs/paths/~1epochs~1latest~1parameters/getgetCurrentEpoch
- https://docs.blockfrost.io/#tag/Cardano-Epochs/paths/~1epochs~1latest/get6. Get blockchain information (@errfrom #1377)
getSystemStart
- https://docs.blockfrost.io/#tag/Cardano-Ledger/paths/~1genesis/getgetEraSummaries
- https://docs.blockfrost.io/#tag/Cardano-Network/paths/~1network~1eras/getgetChainTip
- https://docs.blockfrost.io/#tag/Cardano-Blocks/paths/~1blocks~1latest/getThe text was updated successfully, but these errors were encountered: