From e89dc64cead9c00934bf324b60db481593af1461 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 27 Jun 2024 09:29:16 +0200 Subject: [PATCH] Update README.md (#218) 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 d692ed57..93355cea 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ const txHash = await contract.write.mint([recipient, tokenId]); console.log(`txHash: ${txHash}`); ``` -## 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).