From 3c2f145ab1508e5d5f47619dbeb2f7a471d77526 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Mon, 9 Sep 2024 16:54:19 -0700 Subject: [PATCH] Add warning about APIs changing --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5996225..004d19d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # network-api -This repository contains tools for accessing the Nexus Network Testnet. +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. +See the [CLI README](./clients/cli/README.md) to get started. ## API