From 16270e3e0a7fa8252007d6357e28634b4510989a Mon Sep 17 00:00:00 2001 From: Dennis <10233439+idea404@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:43:27 +0000 Subject: [PATCH] add dynamic tests badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcbfa06..f61ca76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NEAR NFT-Tutorial +[![](https://img.shields.io/github/workflow/status/near-examples/nft-tutorial/Tests/main?label=Tests)](https://github.com/near-examples/nft-tutorial/actions/workflows/tests.yml) + Welcome to NEAR's NFT tutorial, where we will help you parse the details around NEAR's [NEP-171 standard](https://nomicon.io/Standards/NonFungibleToken/Core.html) (Non-Fungible Token Standard), and show you how to build your own NFT smart contract from the ground up, improving your understanding about the NFT standard along the way. ## Prerequisites