From f6d5d78fb85c1255fb53e3104b18fd83cca9d060 Mon Sep 17 00:00:00 2001 From: laboon Date: Thu, 26 Sep 2019 11:01:39 -0400 Subject: [PATCH] remove open networks golkadot --- docs/polkadot/learn/implementations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/polkadot/learn/implementations.md b/docs/polkadot/learn/implementations.md index 9f537e7d..7ba7ab01 100644 --- a/docs/polkadot/learn/implementations.md +++ b/docs/polkadot/learn/implementations.md @@ -10,8 +10,6 @@ There are Polkadot implementations developed in Rust, C++, Go, and JavaScript. polkadot runtime environment -[**Golkadot**](https://github.com/opennetsys/golkadot) - A Go implementation of Polkadot Substrate in development by Open Network Systems. - [**Polkadot-JS**](https://github.com/polkadot-js) - A JavaScript [client](https://github.com/polkadot-js/client) and tool set developed by [Polkadot JS](https://polkadot.js.org/). ## Why build multiple implementations?