-
Configuration
-
Prepare env variables
# graph-node database url BENS__DATABASE__CONNECT__URL=postgresql://graph-node:let-me-in@localhost:5432/graph-node?sslmode=disable # path to json config BENS__CONFIG=./config/dev.json
-
You can change
dev.json
config and describe your protocols
-
-
Compile and run:
# add env variables before cargo run --bin bens-server