From d21fbf2d5f247c3f64179e1ff92a07332c976733 Mon Sep 17 00:00:00 2001 From: barriebyron Date: Tue, 5 Dec 2023 10:47:05 -0500 Subject: [PATCH] get test file from main --- docs/zkapps/how-to-test-a-zkapp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zkapps/how-to-test-a-zkapp.mdx b/docs/zkapps/how-to-test-a-zkapp.mdx index c3388525e..77a8802c7 100644 --- a/docs/zkapps/how-to-test-a-zkapp.mdx +++ b/docs/zkapps/how-to-test-a-zkapp.mdx @@ -28,9 +28,9 @@ A Docker image for Mina local networks provides a simple and efficient way to de - Genesis ledger with pre-funded accounts - Accounts manager service - Additional port served by reverse proxy to pass requests to the Mina daemon GraphQL endpoint so zkApps work without additional configuration -- Commands to launch a single node or multi node network +- Single commands to launch a single node or multi node network -Use the zk lightnet start command to pull the [o1labs/mina-local-network](https://hub.docker.com/r/o1labs/mina-local-network) image from Docker Hub. +Pull the [o1labs/mina-local-network](https://hub.docker.com/r/o1labs/mina-local-network) image from Docker Hub. ## Writing tests for your smart contract