Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 469 Bytes

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