top of page

To launch a VXXL full node You need to install from command line:

$ docker pull ghcr.io/vxxl-project/vxxl:fork

Public nodes: 
rpc.VXXL.org:44477 (mainnet)
rpc.VXXL.org:44478 (testnet)


Below is a simple and minimal library made for communication with VXXL via JSON-RPC protocol. It has a single dependency ~ a Python requests library and it supports both mainnet and testnet of VXXL network with authentication or SSL encryption. There is a single class to be imported from the library: Client.

 

  DOWNLOAD    VXXL _JSON_RPC   API


 

 

 

 

 

*For all developers aiming to join the supportive community, please contact @bizzz7 in VXXL main Telegram chat

bottom of page