kupo
kupo copied to clipboard
🐹 Fast, lightweight & configurable chain-index for Cardano.
- arm64 image can be used to run on Raspberry pi, aws graviton, other cloud arm based instance and saves cost
This implements a linear time filter for #25 At the current state it can be used to filter the match output of an address by a single output reference (transaction...
#### What Git revision are you using? #### What operating system are you using, and which version? - [ ] Linux / Ubuntu - [x] Linux / Other - [...
#### Describe your idea, in simple words. Allow a user to specify a maximal point to sync to. After reaching this point, Kupo should stay up and respond to queries,...
#### Describe your idea, in simple words. Currently, search the UTxO set for UTxOs by payment credential is slow (~2s on 3GB of data) due to it being performed as...
#### Describe your idea, in simple words. Currently, search the UTxO set for UTxOs by payment credential is slow (~2s on 1GB of data) due to it being performed as...
#### Describe your idea, in simple words. Hi there! Would it be possible to use `policy_id` (+ optionally `asset_name`) as a pattern input? e.g.: - querying all txs of a...
#### Describe your idea, in simple words. Get metadata info included with transaction info if possible. #### Why is it a good idea? Get more complete info. #### Are you...
#### Describe your idea, in simple words. Similar to #25, but regarding asset ids or policy id. #### Why is it a good idea? Similarly, it allows to make more...
#### Describe your idea, in simple words. Currently using CIP-30 dapp connector when one uses `api.getUtxos()` the result is returned in `cborHex` which you can further feed into the `Cardano...