/validator-connector

Connect to validator node via HTTP API

Primary LanguageTypeScript

Validator Connector

A simple docker container that can proxy requests to validator-console via simple HTTP API without the need of installing full TON node.

How to use

docker run -p 3000:3000 tonwhales/validator-connector:v2

Then do HTTP POST with body:

{ 
  "clientSecret": "<base64 of a secret key>",
  "serverPublic": "<base64 of a public key>",
  "endpoint": "<host>:<port>",
  "command": "<command to execute>"
}

License

MIT