README.md
1 # Apibara Console Sink 2 3 `apibara-sink-console` is the simplest sink implementation possible. 4 This sink works by printing the data returned by the script's transform 5 function. 6 7 Use cases: 8 9 - check that the Apibara installation works. 10 - quickly debug a script. 11