/gyser_banking_stage_transaction_notifications

Solana banking stage tranasction scheduler errors will be streamed over geyser and used by this project to find errors.

Primary LanguageRust

TO INSTALL POSTGRES SCHEMA AND DATABASE

sudo -u postgres psql postgres

in postgres

create data create database mangolana; grant all privileges on database mangolana to galactus;

psql -d mangolana < migration.sql

export PG_CONFIG="host=localhost dbname=mangolana user=username password=password sslmode=disable"