File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1
- * Mafoc
1
+ * Mafoc, [[https://captainhaskell.ee/mafoc/][homepage]]
2
2
3
3
/Maps and folds over Cardano blockchain/
4
4
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
-
15
5
** Indexers
16
6
17
7
#+begin_src
@@ -21,6 +11,7 @@ Indexers:
21
11
blockbasics Index slot number, block header hash and number of
22
12
transactions per block
23
13
deposit Index deposits for a set of addresses
14
+ datum Index datums by hash
24
15
epochnonce Index epoch numbers and epoch nonces
25
16
epochstakepoolsize Index stakepool sizes (in ADA) per epoch
26
17
mamba All mamba indexers
@@ -29,11 +20,13 @@ Indexers:
29
20
chainsync to measure speed ceiling
30
21
scripttx Index transactions with scripts
31
22
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.
32
26
#+end_src
33
- (List brought to you by running =mafoc= with no arguments.)
27
+ (Running =mafoc= with no arguments outputs the above list .)
34
28
35
29
Run any of the above, e.g the =blockbasics= indexer:
36
-
37
30
#+begin_src bash
38
31
nix develop # Need to enter nix shell currently
39
32
You can’t perform that action at this time.
0 commit comments