network-api/README.md
2024-09-09 16:34:23 -07:00

13 lines
317 B
Markdown

# network-api
This repository contains tools for accessing the Nexus Network Testnet.
## Command line interface
See the [CLI readme](./clients/cli/README.md) to get started.
## API
Communication with the Nexus Network Testnet uses protocol buffers
over web sockets. The interface is defined in [proto](./proto).