Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(readme): add badges to README #118

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
</p>
</div>

<div align="center">

![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)

</div>

## 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.
Expand Down
Loading