From e6bf96724929a1b0f2fe68843b2eb9e45071e6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dan?= Date: Wed, 29 Nov 2023 16:06:51 +0100 Subject: [PATCH] chore(readme): add badges to README (#118) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 27c8e91..d802e0c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,21 @@

+
+ +![analyze](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/analyze.yml/badge.svg) +![build](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/build.yml/badge.svg) +![docker-build](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/docker_build_push.yml/badge.svg) +![format](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/format.yml/badge.svg) +![lint](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/lint.yml/badge.svg) +![sequencer-e2e](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/sequencer-e2e.yml/badge.svg) +![test](https://github.com/topos-protocol/topos-smart-contracts/actions/workflows/test.yml/badge.svg) +![npm](https://img.shields.io/npm/v/@topos-protocol/topos-smart-contracts.svg) +![release](https://img.shields.io/github/v/release/topos-protocol/topos-smart-contracts) +[![](https://dcbadge.vercel.app/api/server/7HZ8F8ykBT?style=flat)](https://discord.gg/7HZ8F8ykBT) + +
+ ## Description This repository contains Solidity smart contracts to be used with the Topos Protocol in the Topos ecosystem. The contract compilation/deployment and testing methods are taken care by the **Hardhat** development framework.