network-api/README.md

15 lines
428 B
Markdown
Raw Normal View History

2024-09-09 23:34:23 +00:00
# network-api
2024-09-05 08:47:05 +00:00
2024-09-09 23:54:19 +00:00
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.
2024-09-09 23:34:23 +00:00
## Command line interface
2024-09-05 08:47:05 +00:00
2024-09-09 23:54:19 +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).