From a5fb666d74e0ec3229db902133408c7c55359886 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 8 May 2024 11:10:58 +0200 Subject: [PATCH] Update README.md Updated context for link to BUILD.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2c16b5..5c5a27f1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ const mintTransaction = await client.populateMint(receiver, 1); const tx = await signer.sendTransaction(mintTransaction); ``` -## Build and Test +## Build, Test and Deploy Information about how to build and test the contracts can be found in our [build information](BUILD.md).