How to deploy:
- Run
./configure.sh
and adjust vars: APP__COUNTER_ADDRESS and CLICKHOUSE_PASSWORD. - Create
private/config.json
file with TON network config. - Deploy ton-http-api:
./deploy_toncenter.sh private/config.json
. - Run service:
docker compose up --build -d
. - Check clickhouse with connection string:
jdbc:clickhouse://user1:<password>@127.0.0.1:8123/tps
.