Skip to content

Commit 61f6d13

Browse files
committed
chore: add discord & GHA shields
1 parent 6899e11 commit 61f6d13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div align="center">
22
<h1><img src="https://raw.githubusercontent.com/witnet/witnet-rust/master/.github/header.png" alt="Witnet-rust"/></a></h1>
3-
<a href="https://gitter.im/witnet/witnet-rust?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/witnet/witnet-rust.svg" alt="Join the chat at https://gitter.im/witnet/witnet-rust" /></a>
4-
<a href="https://travis-ci.com/witnet/witnet-rust"><img src="https://travis-ci.com/witnet/witnet-rust.svg?branch=master" alt="Build Status" /></a>
5-
<a href="https://github.com/witnet/witnet-rust/blob/master/LICENSE"><img src="https://img.shields.io/github/license/witnet/witnet-rust.svg" alt="GPLv3 Licensed" /></a>
3+
<img alt="Discord" src="https://img.shields.io/discord/492453503390842880?style=flat&logo=discord&label=Discord&labelColor=grey&link=https%3A%2F%2Fdiscord.gg%2F7Kz2mhHnZf">
4+
<a href="https://github.com/witnet/witnet-rust/actions"><img src="https://github.com/witnet/witnet-rust/actions/workflows/master.yml/badge.svg" alt="Build Status" /></a>
65
<a href="https://github.com/witnet/witnet-rust/graphs/contributors"><img src="https://img.shields.io/github/contributors/witnet/witnet-rust.svg" alt="GitHub contributors" /></a>
76
<a href="https://github.com/witnet/witnet-rust/commits/master"><img src="https://img.shields.io/github/last-commit/witnet/witnet-rust.svg" alt="Github last commit" /></a>
7+
<a href="https://github.com/witnet/witnet-rust/blob/master/LICENSE"><img src="https://img.shields.io/github/license/witnet/witnet-rust.svg" alt="GPLv3 Licensed" /></a>
88
<br/><br/>
99
<p><strong>witnet-rust</strong> is an open source implementation of the Witnet Decentralized Oracle Network protocol written in Rust.</p>
1010
</div>
@@ -29,7 +29,7 @@ Members of the Witnet project also develop and maintain these other related Rust
2929

3030
_DISCLAIMER: This is experimental software running on experimental network protocols. Be careful!_
3131

32-
- All the main components are in place—but they need yet to be battle tested before mainnet.
32+
- All the main components are in place—but they need yet to be battle tested before mainnet.
3333
- `Testnet-1` is live. [Here's the roadmap][roadmap] and this is [how to run a node].
3434
- The Witnet community is doing its best to make `witnet-rust` rock solid as soon as possible.
3535
- [Contributions](CONTRIBUTING.md) are more than welcome.
@@ -43,6 +43,9 @@ Detailed installation instructions can be found in the [installation guide][inst
4343
- To get involved, read our [contributing guide][contributing].
4444
- You can find us on [Discord].
4545

46+
[![](https://dcbadge.limes.pink/api/server/7Kz2mhHnZf)](https://discord.gg/7Kz2mhHnZf)
47+
48+
4649
## Project documentation
4750

4851
Witnet project's official documentation is available at [docs.witnet.io][docs].
@@ -68,5 +71,5 @@ Witnet-rust is published under the [GNU General Public License v3.0][license].
6871
[install]: https://docs.witnet.io/try/run-a-node/
6972
[Contributing]: https://github.com/witnet/witnet-rust/blob/master/CONTRIBUTING.md
7073
[RADON]: https://docs.witnet.io/protocol/data-requests/overview/#the-rad-engine
71-
[Discord]: https://discord.gg/FDPPv7H
74+
[Discord]: https://discord.gg/7Kz2mhHnZf
7275
[license]: https://github.com/witnet/witnet-rust/blob/master/LICENSE

0 commit comments

Comments
 (0)