Skip to content

Commit f426f37

Browse files
authored
feat: badges for the readme (#11)
## 📝 Summary Badge for: 1. Test status 2. Telegram online user count + link 3. Latest release (will work once the repo is public) ![Screenshot 2024-07-03 at 14 28 38](https://github.com/flashbots/rbuilder/assets/116939/e6e6d427-f17f-4ff8-b369-7914f2c91408) --- ## ✅ I have completed the following steps: * [x] Run `make lint` * [x] Run `make test` * [ ] Added tests (if applicable)
1 parent f468712 commit f426f37

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# rbuilder
2+
3+
[![CI status](https://github.com/flashbots/rbuilder/workflows/Checks/badge.svg)](https://github.com/flashbots/rbuilder/actions/workflows/checks.yaml)
4+
[![Telegram Chat](https://img.shields.io/endpoint?color=neon&logo=telegram&label=Chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fflashbots_rbuilder)](https://t.me/flashbots_rbuilder)
5+
![GitHub Release](https://img.shields.io/github/v/release/flashbots/rbuilder?label=Release)
6+
27
rbuilder is an open-source, blazingly fast, cutting edge implementation of a Ethereum MEV-Boost block builder written in Rust.
38
It is designed to provide a delightful developer experience, enabling community members to contribute and researchers to use rbuilder to study block building.
49
#### Features:
@@ -99,6 +104,6 @@ See [`SECURITY.md`](./SECURITY.md)
99104

100105
## Acknowledgements
101106

102-
None of this would have been possible without having a fast and efficient Ethereum node, so big shoutout to the [Reth](https://github.com/paradigmxyz/reth) team.
107+
None of this would have been possible without having a fast and efficient Ethereum node, so big shoutout to the [Reth](https://github.com/paradigmxyz/reth) team.
103108

104109

0 commit comments

Comments
 (0)