Skip to content

tonwhales/validator-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Connect to validator node via HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published