Employs the open source EOS Chronicle project to monitor action traces on EOSIO blockchains, and react with database indexing or other triggered effects. This acts as the simplest template for customised software. It has no error handling.
- Install docker and docker-compose
- Create a
chronicle-receiver/config/config.ini
file like the example, and modify as with the host and port for the state history node you wish to connect to docker-compose up -d
tail -f chronicle-consumer/debug.log
...or for just errors...
tail -f chronicle-consumer/debug.log | grep 'ERROR'