From 27c2957a21296a55801e396a80591dafb8ff26e2 Mon Sep 17 00:00:00 2001 From: Maksym Zavershynskyi <35039879+nearmax@users.noreply.github.com> Date: Thu, 6 Dec 2018 23:45:51 -0800 Subject: [PATCH 1/2] Add NearProtocol to crypto projects http://nearprotocol.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79416c6..35ddc32 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html)(organizations ### Cryptocurrencies +* [nearprotocol/nearcore](https://github.com/nearprotocol/nearcore) — decentralized smart-contract platform for low-end mobile devices. ![Discord](https://img.shields.io/discord/490367152054992913.svg) * [ethaddrgen](https://github.com/Limeth/ethaddrgen) — Custom Ethereum vanity address generator made in Rust [](https://travis-ci.org/Limeth/ethaddrgen) * [coinbase-pro-rs](https://github.com/inv2004/coinbase-pro-rs) — Coinbase pro client in Rust, supports sync/async/websocket [](https://travis-ci.org/inv2004/coinbase-pro-rs) * [Grin](https://github.com/mimblewimble/grin/) — Evolution of the MimbleWimble protocol From c20ad98d7460f1539f3852432c9b9bc9e6a327af Mon Sep 17 00:00:00 2001 From: Maksym Zavershynskyi <35039879+nearmax@users.noreply.github.com> Date: Fri, 7 Dec 2018 09:46:41 -0800 Subject: [PATCH 2/2] Realized that discord shield is not in the spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ddc32..09effaf 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html)(organizations ### Cryptocurrencies -* [nearprotocol/nearcore](https://github.com/nearprotocol/nearcore) — decentralized smart-contract platform for low-end mobile devices. ![Discord](https://img.shields.io/discord/490367152054992913.svg) +* [nearprotocol/nearcore](https://github.com/nearprotocol/nearcore) — decentralized smart-contract platform for low-end mobile devices. * [ethaddrgen](https://github.com/Limeth/ethaddrgen) — Custom Ethereum vanity address generator made in Rust [](https://travis-ci.org/Limeth/ethaddrgen) * [coinbase-pro-rs](https://github.com/inv2004/coinbase-pro-rs) — Coinbase pro client in Rust, supports sync/async/websocket [](https://travis-ci.org/inv2004/coinbase-pro-rs) * [Grin](https://github.com/mimblewimble/grin/) — Evolution of the MimbleWimble protocol