Skip to content

Commit ac26e6c

Browse files
committed
chore(docs): Add badges to README
1 parent 662f39d commit ac26e6c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# The Open Mina Node
33

4-
[![Openmina Daily](https://github.com/openmina/openmina/actions/workflows/daily.yaml/badge.svg)](https://github.com/openmina/openmina/actions/workflows/daily.yaml)
4+
[![Openmina Daily](https://github.com/openmina/openmina/actions/workflows/daily.yaml/badge.svg)](https://github.com/openmina/openmina/actions/workflows/daily.yaml) [![Changelog][changelog-badge]][changelog] [![release-badge]][release-link] [![Apache licensed]][Apache link]
55

66
The Open Mina Node is a Mina node written completely in Rust and capable of verifying blocks of transactions, producing blocks and generating SNARKs.
77

@@ -172,3 +172,13 @@ Open your browser and navigate to [http://localhost:4200](http://localhost:4200)
172172
- [Substack](https://openmina.substack.com/)
173173
- [Medium](https://medium.com/openmina)
174174
- [Twitter](https://twitter.com/viable_systems)
175+
176+
177+
[changelog]: ./CHANGELOG.md
178+
[changelog-badge]: https://img.shields.io/badge/changelog-Changelog-%23E05735
179+
180+
[release-badge]: https://img.shields.io/github/v/release/openmina/openmina
181+
[release-link]: https://github.com/openmina/openmina/releases/latest
182+
183+
[Apache licensed]: https://img.shields.io/badge/license-Apache_2.0-blue.svg
184+
[Apache link]: https://github.com/openmina/openmina/blob/master/LICENSE

0 commit comments

Comments
 (0)