From 856bdc8b69f9301471e9db2042c2bf71bee23816 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Mon, 9 Sep 2024 16:34:23 -0700 Subject: [PATCH] Rename repo to network-api --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfed436..5996225 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ -# network-cli +# network-api -This repository contains the Nexus Network CLI and the interface definition for the Orchestrator server 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).