File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * Mafoc
1+ * Mafoc, [[https://captainhaskell.ee/mafoc/][homepage]]
22
33/Maps and folds over Cardano blockchain/
44
5- ---
6-
7- NOTE: although you can already run various indexers then this is very
8- much work in progress.
9-
10- NOTE: This is fork of [[https://github.com/input-output-hk/marconi][marconi]], piggybacking on its nix
11- configuration. The meat of this project is within the [[mafoc/src/Mafoc/Maps/BlockBasics.hs][mafoc folder]].
12-
13- ---
14-
155** Indexers
166
177#+begin_src
@@ -21,6 +11,7 @@ Indexers:
2111 blockbasics Index slot number, block header hash and number of
2212 transactions per block
2313 deposit Index deposits for a set of addresses
14+ datum Index datums by hash
2415 epochnonce Index epoch numbers and epoch nonces
2516 epochstakepoolsize Index stakepool sizes (in ADA) per epoch
2617 mamba All mamba indexers
@@ -29,11 +20,13 @@ Indexers:
2920 chainsync to measure speed ceiling
3021 scripttx Index transactions with scripts
3122 utxo Index transaction outputs
23+ intrablockspends Report the number of intra-block spends: where
24+ transaction spends UTxOs from the same block it
25+ itself is in.
3226#+end_src
33- (List brought to you by running =mafoc= with no arguments.)
27+ (Running =mafoc= with no arguments outputs the above list .)
3428
3529Run any of the above, e.g the =blockbasics= indexer:
36-
3730#+begin_src bash
3831 nix develop # Need to enter nix shell currently
3932
You can’t perform that action at this time.
0 commit comments