From 4996fa2ca41b09cb950b716a1e35ea132fc7c9e8 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 15 Oct 2021 17:44:26 +0300 Subject: [PATCH] docs: add telegram metadata (#509) * docs: add telegram metadata * docs: add crates meta --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42315928..6010c41f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ **Complete Ethereum and Celo wallet implementation and utilities in Rust** ![Github Actions](https://github.com/gakonst/ethers-rs/workflows/Tests/badge.svg) +[![Telegram Chat](https://img.shields.io/endpoint?color=neon&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fethers_rs)](https://t.me/ethers_rs) +[![Crates.io][crates-badge]][crates-url] + +[crates-badge]: https://img.shields.io/crates/v/ethers.svg +[crates-url]: https://crates.io/crates/ethers ## Documentation