15 lines
428 B
Markdown
15 lines
428 B
Markdown
# network-api
|
|
|
|
This repository contains tools for accessing the Nexus Network.
|
|
Nexus Network is in testnet phase and under development.
|
|
Public endpoints, especially those marked as beta may change.
|
|
|
|
## 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).
|