From 1b983e795812d0c3d58a88988e805c3a48d8660e Mon Sep 17 00:00:00 2001 From: gagdiez Date: Fri, 1 Mar 2024 18:17:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b41e91..73c6ba8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![](https://img.shields.io/badge/Contract-JS-yellow)](contract-ts) [![](https://img.shields.io/badge/Contract-Rust-red)](contract-ts) [![](https://img.shields.io/badge/Frontend-JS-yellow)](frontend) +![example workflow](https://github.com/near-examples/hello-near-examples/actions/workflows/tests-ts.yml/badge.svg) +![example workflow](https://github.com/near-examples/hello-near-examples/actions/workflows/tests-rs.yml/badge.svg) This repository contains examples of a simple Hello World smart contract in both JavaScript and Rust, as well as a frontend interacting with a Hello World smart contract.