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