diff --git a/src/content/translations/es/dot-net/index.md b/src/content/translations/es/dot-net/index.md deleted file mode 100644 index 5756f2de3e1..00000000000 --- a/src/content/translations/es/dot-net/index.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: Ethereum para desarrolladores de .NET -description: Aprende cómo desarrollar para Ethereum mediante proyectos y herramientas basados en .NET -lang: es -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum para desarrolladores de .NET {#ethereum-for-dot-net-devs} - -
-
-## Comenzar con los contratos inteligentes y el lenguage de Solidity
-
-**Da los primeros pasos para integrar .NET con Ethereum**
-
-¿Necesitas una introducción más básica para empezar? Visita [ethereum.org/learn](/learn/) o [ethereum.org/developers](/developers/).
-
-- [Blockchain explicada](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprender los contratos inteligentes](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Escribir el primer contrato inteligente](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Aprender a compilar e implementar Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Referencias y enlaces para principiantes {#beginner-references-and-links}
-
-**Introducción a la biblioteca de Nethereum y a Visual Studio Code para Solidity**
-
-- [Nethereum, los primeros pasos](https://docs.nethereum.com/en/latest/getting-started/)
-- [Instalación de Visual Studio Code para Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [Un flujo de trabajo para desarrolladores de .NET. que crean y utilizan contratos inteligentes de Ethereum](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [Integración de contratos inteligentes con Nethereum](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [Creación de una interfaz entre .NET y contratos inteligentes Ethereum de blockchain mediante Nethereum](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933), también en [中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1)
-- [Nethereum: una biblioteca de integración de .NET de código abierto para blockchain](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [Escritura de transacciones de Ethereum en la base de datos de SQL mediante Nethereum](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [Ver cómo implementar fácilmente contratos inteligentes de Ethereum mediante C# y Visual Studio](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)
-
-**¿Quieres omitir la configuración por ahora y pasar directamente a los ejemplos?**
-
-- [Playground](http://playground.nethereum.com/): interactúa con Ethereum y aprende a usar Nethereum a través del navegador.
- - Consulta del saldo de la cuenta con [C#](http://playground.nethereum.com/csharp/id/1001) [VB.NET](http://playground.nethereum.com/vb/id/2001)
- - Consulta la ERC20 del saldo del contrato inteligente con [C#](http://playground.nethereum.com/csharp/id/1005) [VB.NET](http://playground.nethereum.com/vb/id/2004)
- - Transfiere ether a una cuenta con [C#](http://playground.nethereum.com/csharp/id/1003) [VB.NET](http://playground.nethereum.com/vb/id/2003)
- - ... etc.
-
-## Artículos de nivel Intermedio {#intermediate-articles}
-
-- [Libro de trabajo y lista de ejemplos de Nethereum](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/)
-- [Implementar tus propias Testchains de desarrollo](https://github.com/Nethereum/Testchains)
-- [Complemento Codegen de VS Code para Solidity](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/)
-- [Unity y Ethereum: ¿por qué y cómo?](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how)
-- [Crear una API web ASP.Net Core para dapps de Ethereum](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/)
-- [Utilizar Nethereum Web3 para implementar un sistema de seguimiento de cadena de suministro](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4)
-- [Procesamiento de bloques de Nethereum](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/) con [una muestra de Playground C#](http://playground.nethereum.com/csharp/id/1025)
-- [Streaming de WebSocket de Nethereum](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/)
-- [Kaleido y Nethereum](https://kaleido.io/kaleido-and-nethereum/)
-- [Quorum y Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md)
-
-## Patrones de uso avanzado {#advanced-use-patterns}
-
-- [Azure Key Vault y Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum)
-- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid)
-- [Arquitectura de referencia de back-end de Ujo Nethereum](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/)
-
-## Proyectos, herramientas y otros elementos divertidos relacionados con .NET, {#dot-net-projects-tools-and-other-fun stiff}
-
-- [Nethereum Playground:](http://playground.nethereum.com/) _compila, crea y ejecuta fragmentos de código de Nethereum en el navegador_
-- [Nethereum Codegen Blazor:](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) _generador de código de Nethereum con IU en Blazor_
-- [Nethereum Blazor: ](https://github.com/Nethereum/NethereumBlazor)_un explorador de blockchain ligero de .NET Wasm SPA y una cartera sencilla_
-- [Wonka Business Rules Engine:](https://docs.nethereum.com/en/latest/wonka/)_ un motor de reglas de negocio (para ambas plataformas .NET y Ethereum) que está inherentemente impulsada por metadatos_
-- [Nethermind:](https://github.com/NethermindEth/nethermind) _un cliente de .NET Core Ethereum para Linux, Windows, MacOs_
-- [eth-utils:](https://github.com/ethereum/eth-utils/)_funciones de utilidad para trabajar con bases de código relacionadas con Ethereum_
-- [TestChains:](https://github.com/Nethereum/TestChains) _DevChains de .NET preconfiguradas para responder rápidamente (PoA)_
-
-¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/)
-
-## Colaboradores de la comunidad de .NET {#dot-net-community-contributors}
-
-En Nethereum, utilizamos [Gitter](https://gitter.im/Nethereum/Nethereum), una plataforma en la que los usuarios pueden preguntar o responder preguntas, obtener ayuda o simplemente relajarse. Siéntete libre de hacer un PR o abrir una incidencia en el [repositorio de GitHub de Nethereum](https://github.com/Nethereum), o simplemente navega por los muchos proyectos paralelos/de muestra que tenemos.
-
-Ponte en contacto con nosotros a través de [Gitter](https://gitter.im/nethermindeth/nethermind). En el caso de las PR e incidencias, revisa el [repositorio de GitHub de Nethermind](https://github.com/NethermindEth/nethermind).
-
-## Otras listas adicionales {#other-aggregated-lists}
-
-[Sitio oficial de Nethereum](https://nethereum.com/) [Sitio oficial de Nethermind ](https://nethermind.io/)
diff --git a/src/content/translations/es/golang/index.md b/src/content/translations/es/golang/index.md
deleted file mode 100644
index 066f1f2284d..00000000000
--- a/src/content/translations/es/golang/index.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-title: Ethereum para desarrolladores de Go
-description: Aprende a desarrollar para Ethereum mediante proyectos y herramientas basados en Go
-lang: es
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum para desarrolladores de Go {#ethereum-for-go-devs}
-
-
-
-## Comenzar con los contratos inteligentes y el lenguage de Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Da los primeros pasos para integrar Go con Ethereum**
-
-¿Necesitas una introducción más básica para empezar? Echa un vistazo a [ethereum.org/learn](/learn/) o [ethereum.org/developers](/developers/).
-
-- [Blockchain explicada](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprender los contratos inteligentes](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Escribir el primer contrato inteligente](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Aprender a compilar e implementar Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [Tutorial del contrato](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## Artículos y libros para principiantes {#beginner-articles-and-books}
-
-- [Seleccionar a un cliente de Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [Comenzar con Geth](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [Usar Golang para conectarte a Ethereum](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [Implementar contratos inteligentes de Ethereum mediante Golang](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [Una guía paso a paso para probar e implementar contratos inteligentes de Ethereum en Go](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [eBook: desarrollo de Ethereum con Go](https://goethereumbook.org/) - _Desarrollo de aplicaciones Ethereum con Go_
-
-## Artículos y documentos de nivel intermedio {#intermediate-articles-and-docs}
-
-- [Documentación Ethereum de Go ](https://geth.ethereum.org/docs/): _La documentación oficial para implementar Ethereum Golang_
-- [Go Ethereum GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
-- [Creación de una Dapp en Go con Geth](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [Trabajar con la red privada Ethereum con Golang y Geth](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [Unidad de prueba de contratos de Solidity en Ethereum con Go](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## Patrones de uso avanzado {#advanced-use-patterns}
-
-- [El fondo simulado de GETH](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [Aplicaciones de Blockchain-as-a-Service que utilizan Ethereum y Quorum](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [Almacenamiento distribuido IPFS y Swarm en aplicaciones Ethereum Blockchain](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [Clientes móviles: bibliotecas y nodos Inproc Ethereum](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [Dapps nativas: enlaces de Go a contratos Ethereum](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Proyectos y Herramientas de Go {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum): _implementación oficial en Go del protocolo Ethereum_
-- [Análisis de código Go de Ethereum](https://github.com/ZtesoftCS/go-ethereum-code-analysis): _revisión y análisis del código fuente de Go para Ethereum_
-- [Golem](https://github.com/golemfactory/golem): _Golem está creando un mercado global orientado al poder de la informática_
-- [Quorum](https://github.com/jpmorganchase/quorum): _una implementación autorizada de Ethereum compatible con la privacidad de datos_
-- [Prysm](https://github.com/prysmaticlabs/prysm): _implementación de Go de Ethereum 'Serenity' 2.0_
-- [Eth Tweet](https://github.com/yep/eth-tweet): _Twitter descentralizado, un servicio de microblogging que se ejecuta en la blockchain de Ethereum_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma): _implementación de Golang y extensión de la especificación mínima viable de Plasma_
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool): _un mining pool de código abierto_
-- [Cartera Ethereum HD](https://github.com/miguelmota/go-ethereum-hdwallet): _derivaciones en Go de la cartera Ethereum HD _
-- [Multi Geth](https://github.com/multi-geth/multi-geth): _soporte para muchos tipos de redes Ethereum_
-- [Cliente Geth Light](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client): _implementación Geth del subprotocolo Light Ethereum_
-
-¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/)
-
-## Colaboradores de la comunidad de Go {#go-community-contributors}
-
-- [Geth Discord](https://discordapp.com/invite/nthXNEv)
-- [Geth Gist](https://gitter.im/ethereum/go-ethereum)
-- [Gophers Slack](https://invite.slack.golangbridge.org/): [canal #ethereum ](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange: Ethereum](https://ethereum.stackexchange.com/)
-- [Multi Geth Gitter](https://gitter.im/ethoxy/multi-geth)
-- [Gitter de Ethereum](https://gitter.im/ethereum/home)
-- [Cliente Gitter ligero de Geth](https://gitter.im/ethereum/light-client)
-
-## Otras listas adicionales {#other-aggregated-lists}
-
-- [Ethereum increíble](https://github.com/btomashvili/awesome-ethereum)
-- [Consensis: una lista definitiva de herramientas de desarrollador de Ethereum](https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [Fuente de GitHub](https://github.com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/es/java/index.md b/src/content/translations/es/java/index.md
deleted file mode 100644
index d4c9189bd53..00000000000
--- a/src/content/translations/es/java/index.md
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: Ethereum para desarrolladores de Java
-description: Aprende cómo desarrollar para Ethereum mediante proyectos y herramientas basados en Java
-lang: es
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum para desarrolladores de Java {#ethereum-for-java-devs}
-
-
-
-## Comenzar con los contratos inteligentes y el lenguage de Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Da los primeros pasos para integrar Python con Ethereum**
-
-¿Necesitas una introducción más básica para empezar? Echa un vistazo a [ethereum.org/learn](/learn/) o [ethereum.org/developers](/developers/).
-
-- [Blockchain explicada](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprender los contratos inteligentes](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Escribir el primer contrato inteligente](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Aprender a compilar e implementar Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Artículos para principiantes {#beginner-articles}
-
-- [Una introducción a los contratos inteligentes con Vyper](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [¿Cómo desarrollar un contrato de Ethereum mediante Python Flask?](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Introducción a Web3.py · Ethereum para desarrolladores de Python](https://www.dappuniversity.com/articles/web3-py-intro)
-- [Cómo llamar a una función de contrato inteligente mediante Python y web3.py](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## Artículos de nivel intermedio {#intermediate-articles}
-
-- [Desarrollo de DApp para programadores de Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [Creación de una interfaz de Python Ethereum: parte 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [Contratos inteligentes de Ethereum en Python: una guía completa (ish)](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [Todo lo que necesitas saber sobre el cliente Trinity Ethereum](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## Patrones de uso avanzado {#advanced-use-patterns}
-
-- [Compilar, desplegar y llamar a contratos inteligentes de Ethereum mediante Python](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [Analizar contratos inteligentes de Solifity con Slither](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Proyectos y herramientas de Python {#python-projects-and-tools}
-
-- [Brownie](https://github.com/iamdefinitelyahuman/brownie): _un entorno de trabajo de Python para implementar, probar e interactuar con contratos inteligentes de Ethereum_
-- [eth-utils](https://github.com/ethereum/eth-utils/): _funciones de utilidad para trabajar con bases de código relacionadas con Ethereum_
-- [py-evm](https://github.com/ethereum/py-evm): _implementación de la máquina virtual de Ethereum_
-- [py-solc-x](https://pypi.org/project/py-solc-x/): _envoltura de Python alrededor del compilador de Solidity con soporte 0.5.x_
-- [py-wasm](https://github.com/ethereum/py-wasm): _implementación de Python del intérprete de ensamblaje web_
-- [pydevp2p](https://github.com/ethereum/pydevp2p): _implementación de la stack P2P de Ethereum_
-- [pymaker](https://github.com/makerdao/pymaker): _API de Python para contratos de Maker_
-- [Mamba](https://mamba.black): _entorno de trabajo para escribir, compilar e implementar contratos inteligentes escritos en Vyper_
-- [Trinity](https://github.com/ethereum/trinity): _cliente Python de Ethereum_
-- [Vyper](https://github.com/ethereum/vyper/): _contrato inteligente Pythonic para la EVM_
-- [Web3.py](https://github.com/ethereum/web3.py): _biblioteca de Python para interactuar con Ethereum_
-
-¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/)
-
-## Colaboradores de la comunidad de Python {#python-community-contributors}
-
-- [Py-EVM Gitter](https://gitter.im/ethereum/py-evm)
-- [Trinity Gitter](https://gitter.im/ethereum/trinity)
-- [Vyper Gitter](https://gitter.im/ethereum/vyper)
-- [Webpy Gitter](https://gitter.im/ethereum/web3.py)
-
-## Otras listas adicionales {#other-aggregated-lists}
-
-La wiki de Vyper tiene una [lista increíble de recursos para Vyper](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources) Para ver una fuente compilada de herramientas relacionadas con Python, echa un vistazo a [py-eth. om](http://py-eth.com/).
diff --git a/src/content/translations/es/rust/index.md b/src/content/translations/es/rust/index.md
deleted file mode 100644
index c50b0fa0991..00000000000
--- a/src/content/translations/es/rust/index.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: Ethereum para desarrolladores de Rust
-description: Aprende cómo desarrollar para Ethereum mediante proyectos y herramientas basados en Rust
-lang: es
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum para desarrolladores de Rust {#ethereum-for-rust-devs}
-
-
-
-## Se lancer avec les contrats intelligents et le langage Solidity
-
-**Commencez à intégrer .NET avec Ethereum**
-
-Besoin d’une approche plus élémentaire ? Jetez un oeil à [ethereum.org/learn](/fr/learn/) ou [ethereum.org/developers](/fr/developers/).
-
-- [La Blockchain expliquée](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendre les contrats intelligents](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Écrivez votre premier contrat intelligent](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Apprenez à compiler et à déployer Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Recommandations et liens pour les débutants {#beginner-references-and-links}
-
-**Présentation de la bibliothèque Nethereum et du VS Code Solidity**
-
-- [Nethereum, Pour commencer](https://docs.nethereum.com/en/latest/getting-started/)
-- [Installation de VS Code Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [Un tuto orienté développeur .NET pour créer et appeler des contrats intelligents Ethereum](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [Intégration de contrats intelligents avec Nethereum](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [Interfacer .NET et contrats intelligents avec Nethereum ](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933)
-- [Nethereum - Une bibliothèque d’intégration .NET open source pour la blockchain](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [Écrire des transactions Ethereum dans la base de données SQL en utilisant Nethereum](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [Voir comment déployer facilement des contrats intelligents Ethereum en utilisant C# et VisualStudio](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)
-
-**Vous voulez éviter la configuration pour l'instant, et aller directement aux échantillons?**
-
-- [Playground](http://playground.nethereum.com/) - Interagissez avec Ethereum et apprenez à utiliser Nethereum à travers le navigateur.
- - Requête : Solde du compte [C#](http://playground.nethereum.com/csharp/id/1001) [VB.NET](http://playground.nethereum.com/vb/id/2001)
- - Requête : Solde d'un contrat intelligent ERC20[C#](http://playground.nethereum.com/csharp/id/1005) [VB.NET](http://playground.nethereum.com/vb/id/2004)
- - Transférez ether vers un compte [C#](http://playground.nethereum.com/csharp/id/1003) [VB.NET](http://playground.nethereum.com/vb/id/2003)
- - ... Et bien plus encore !
-
-## Articles intermédiaires {#intermediate-articles}
-
-- [Workbook/Liste d'échantillons Nethereum](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/)
-- [Déployez vos propres chaînes de tests de développement](https://github.com/Nethereum/Testchains)
-- [Plugin VSCode Codegen pour Solidity](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/)
-- [Unity et Ethereum : pourquoi et comment](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how)
-- [Créer ASP.NET Core Web API pour les dapps Ethereum](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/)
-- [Utiliser Nethereum Web3 pour implémenter un système de suivi de la chaîne logistique](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4)
-- [Traitement des blocs Nethereum](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/), avec un échantillon [C# Playground](http://playground.nethereum.com/csharp/id/1025)
-- [Nethereum Websocket Streaming](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/)
-- [Kaleido et Nethereum](https://kaleido.io/kaleido-and-nethereum/)
-- [Quorum et Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md)
-
-## Modèles d'utilisation avancés {#advanced-use-patterns}
-
-- [Azure Key Vault et Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum)
-- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid)
-- [Architecture de référence Ujo Nethereum](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/)
-
-## Projets .NET, outils et autres trucs amusants {#dot-net-projects-tools-and-other-fun stiff}
-
-- [Nethereum Playground](http://playground.nethereum.com/) - _Compilez, créez et exécutez des extraits de code Nethereum dans le navigateur_
-- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _Nethereum Codegen avec interface en Blazor_
-- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _Un explorateur de blockchain Wasm SPA .NET léger et un portefeuille simple_
-- [Wonka Business Rules Engine](https://docs.nethereum.com/en/latest/wonka/) - _Un moteur de règles commerciales (pour les platefromes .NET et Ethereum) piloté par les métadonnées_
-- [Nethermind](https://github.com/NethermindEth/nethermind) - _Un client Ethereum Core .NET pour Linux, Windows, MacOs_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _utilitaire fonctions pour travailler avec des codes liés à Ethereum_
-- [TestChains](https://github.com/Nethereum/TestChains) - _Devchains .NET pré-configurés pour une réponse rapide (PoA)_
-
-Vous cherchez davantage de ressources ? Consultez [ethereum.org/developers.](/fr/developers/)
-
-## Contributeurs de la communauté .NET {#dot-net-community-contributors}
-
-Chez Nethereum, on traine principalement sur [Gitter](https://gitter.im/Nethereum/Nethereum) où tout le monde est le bienvenu pour poser/répondre à des questions, obtenir de l'aide ou tout simplement se détendre. N'hésitez pas à faire une PR ou à ouvrir un ticket sur le dépôt [Nethereum GitHub](https://github.com/Nethereum), ou simplement pour parcourir les nombreux projets / exemples que nous avons.
-
-Retrouvez Nethermin sur [Gitter](https://gitter.im/nethermindeth/nethermind). Pour les PR ou les problèmes, consultez le dépôt [Nethermind GitHub](https://github.com/NethermindEth/nethermind).
-
-## Autres listes de ressources {#other-aggregated-lists}
-
-[Le site officiel de Nethereum](https://nethereum.com/) [Le site officiel de Nethereum](https://nethermind.io/)
diff --git a/src/content/translations/fr/golang/index.md b/src/content/translations/fr/golang/index.md
deleted file mode 100644
index 607c89e7822..00000000000
--- a/src/content/translations/fr/golang/index.md
+++ /dev/null
@@ -1,82 +0,0 @@
----
-title: Ethereum pour les développeurs Go
-description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur Go
-lang: fr
-sidebar: true
----
-
-# Ethereum pour les développeurs Go {#ethereum-for-go-devs}
-
-
-
-## Se lancer avec les contrats intelligents et le langage Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Commencez à intégrer Go avec Ethereum**
-
-Besoin d’une approche plus élémentaire ? Jetez un oeil à [ethereum.org/learn](/fr/learn/) ou [ethereum.org/developers](/fr/developers/).
-
-- [La Blockchain expliquée](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendre les contrats intelligents](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Écrivez votre premier contrat intelligent](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Apprenez à compiler et à déployer Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [Tutoriel sur les contracts](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## Articles et livres pour les débutants {#beginner-articles-and-books}
-
-- [Choisir un client Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [Débuter avec Geth](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [Utiliser Golang pour se connecter à Ethereum](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [Déployer des contrats intelligents Ethereum en utilisant Golang](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [Un guide étape par étape pour tester et déployer des contrats intelligents Ethereum en Go](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [eBook: Développement Ethereum avec Go](https://goethereumbook.org/) - _Développer des applications Ethereum avec Go_
-
-## Articles et Docs intermédiaires {#intermediate-articles-and-docs}
-
-- [Documentation Go Ethereum](https://geth.ethereum.org/docs/) - _La documentation pour le Golang Ethereum officiel_
-- [GoDoc Go Ethereum](https://godoc.org/github.com/ethereum/go-ethereum)
-- [Créer une DApp en Go avec Geth](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [Travailler dans le réseau privé Ethereum avec Golang et Geth](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [Test unitaire de contrats Solidity sur Ethereum avec Go](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## Modèles d'utilisation avancés {#advanced-use-patterns}
-
-- [Le GETH Simulé Backend](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [Applications Blockchain-as-a-Service utilisant Ethereum et Quorum](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [Stockage distribué IPFS et Swarm dans la Blockchain Ethereum](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [Clients mobiles : Bibliothèques et nœuds Ethereum Inproc](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [DApps natives : accédez aux contrats Ethereum](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Projets et Outils Go {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum) - _Implémentation officielle du protocole Ethereum_
-- [Go Ethereum Code Analysis](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _Revue et analyse du code source Go Ethereum_
-- [Golem](https://github.com/golemfactory/golem) - _Golem crée un marché mondial de calcul distribué _
-- [Quorum](https://github.com/jpmorganchase/quorum) - _Une implémentation à droit d'accès d'Ethereum supportant la confidentialité des données_
-- [Prysm](https://github.com/prysmaticlabs/prysm) - _Implémentation d'Ethereum 'Serenity' 2.0 Go _
-- [Eth Tweet](https://github.com/yep/eth-tweet) - _Twitter décentralisé : un service de microblogging fonctionnant sur la blockchain Ethereum_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma) — _Implémentation et extension Golang de la spécification Plasma minimum viable_
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool) - _Un groupe de minage Ethereum open source_
-- [Portefeuille Ethereum HD](https://github.com/miguelmota/go-ethereum-hdwallet) - _dérivations de portefeuilles matériel Ethereum en Go_
-- [Multi Geth](https://github.com/multi-geth/multi-geth) - _Prise en charge de nombreux types de réseaux Ethereum_
-- [Geth Light Client](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _Implémentation légère par Geth de sous-protocols Ethereum _
-
-Vous cherchez davantage de ressources ? Jetez un oeil à [ethereum.org/developers](/fr/developers/)
-
-## Contributeurs de la communauté Go {#go-community-contributors}
-
-- [Le Discord de Geth](https://discordapp.com/invite/nthXNEv)
-- [Le Gist de Geth](https://gitter.im/ethereum/go-ethereum)
-- [Le Slack de Gophers](https://invite.slack.golangbridge.org/) - [#ethereum channel](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange - Ethereum](https://ethereum.stackexchange.com/)
-- [Le Gitter de Multi Geth](https://gitter.im/ethoxy/multi-geth)
-- [Le Gitter d'Ethereum](https://gitter.im/ethereum/home)
-- [Le Gitter de Geth Light Client](https://gitter.im/ethereum/light-client)
-
-## Autres listes de ressources {#other-aggregated-lists}
-
-- [Awesome Ethereum](https://github.com/btomashvili/awesome-ethereum)
-- [Consensys : Une liste définitive d'outils de développement Ethereum](https://media. consensys. net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [Source GitHub](https://github. com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/fr/index.md b/src/content/translations/fr/index.md
deleted file mode 100644
index fe11a08afba..00000000000
--- a/src/content/translations/fr/index.md
+++ /dev/null
@@ -1,59 +0,0 @@
----
-title: Propositions d'amélioration d'Ethereum (EIP)
-description: Informations de base dont vous avez besoin pour comprendre les propositions d'amélioration d'Ethereum (EIP).
-lang: fr
-sidebar: true
----
-
-# Introduction aux propositions d'amélioration d'Ethereum (EIP) {#introduction-to-ethereum-improvement-proposals-eips}
-
-## En quoi consistent les EIP ? {#what-are-eips}
-
-[Les EIP](https://eips.ethereum.org/) sont des normes spécifiant de nouvelles fonctionnalités ou processus potentiels pour Ethereum. Les EIP contiennent les spécifications techniques des modifications proposées et servent de "source de vérité" pour la communauté. Les mises à niveau du réseau et les normes des applications Ethereum sont discutées et développées via le processus des EIP.
-
-N'importe qui dans la communauté Ethereum peut créer une EIP. Les directives pour rédiger des EIP sont incluses dans [EIP 1](https://eips.ethereum.org/EIPS/eip-1). L'EIP doit fournir une spécification technique concise de la fonctionnalité et sa justification. L'auteur de l'EIP est chargé d'obtenir un consensus au sein de la communauté et de documenter les opinions divergentes. Le niveau technique étant élevé pour soumettre une EIP bien formulée, la plupart des auteurs d'EIP sont des développeurs d'application ou de protocole.
-
-## Pourquoi les EIP sont-elles importantes ? {#why-do-eips-matter}
-
-Les EIPs jouent un rôle central dans la façon dont les modifications sont effectuées et documentées sur Ethereum. Elles permettent aux utilisateurs de proposer, de discuter et d'adopter des modifications. Il existe [différents types d'EIP](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1.md#eip-types), y compris les EIP fondamentales pour les changements de protocole de bas niveau qui affectent le consensus et nécessitent une mise à niveau du réseau, et des ERC pour les normes d'applications. Par exemple, les normes pour créer des jetons, comme [ERC-20](https://eips.ethereum.org/EIPS/eip-20) ou [ERC-721](https://eips.ethereum.org/EIPS/eip-721) permettent aux applications d'interagir avec ces jetons pour traiter tous ceux utilisant les mêmes règles, ce qui facilite la création d'applications interopérables.
-
-Chaque mise à niveau du réseau consiste en un ensemble d'EIP qui doivent être implémentées par chaque [client Ethereum](/en/learn/#clients-and-nodes) du réseau. Cela implique que pour conserver un consensus avec les autres clients du réseau principal Ethereum, les développeurs de clients doivent s'assurer qu'ils ont tous implémenté les EIP requises.
-
-En plus de fournir les spécifications techniques des modifications, les EIP représentent l'unité de la gouvernance sur Ethereum : n'importe qui est libre d'en proposer une, puis divers parties prenantes de la communauté en discutent pour déterminer si elle doit être adoptée comme norme ou incluse dans une mise à niveau du réseau. Les EIP non fondamentales n'ont pas besoin d'être adoptées par toutes les applications (par exemple, vous pouvez créer un jeton non [ERC-20](https://eips.ethereum.org/EIPS/eip-20)), mais les EIP fondamentales doivent être largement adoptées (car tous les nœuds doivent se mettre à niveau pour continuer de faire partie du même réseau). Les EIP fondamentales nécessitent un consensus plus large au sein de la communauté que les EIP non fondamentales.
-
-## Historique des EIP {#history-of-eips}
-
-Le dépôt [GitHub des EIP](https://github.com/ethereum/EIPs) a été créé en octobre 2015. Le processus des EIP est basé sur celui des [propositions d'amélioration de Bitcoin (BIP)](https://github.com/bitcoin/bips), lui-même basé sur celui des [propositions d'amélioration de Python (PEP)](https://www.python.org/dev/peps/).
-
-Des éditeurs sont chargés de vérifier la solidité technique, l'orthographe/la grammaire et le style du code des EIP. Martin Becze, Vitalik Buterin, Gavin Wood et quelques autres ont été les éditeurs d'origine des EIP de 2015 à fin 2016. Les éditeurs d'EIP actuels sont :
-
-- Alex Beregszaszi (EWASM/Ethereum Foundation)
-- Greg Colvin (Communauté)
-- Casey Detrio (EWASM/Ethereum Foundation)
-- James Hudson (Ethereum Foundation)
-- Nick Johnson (ENS)
-- Nick Savers (Communauté)
-
-## En savoir plus {#learn-more}
-
-Si vous souhaitez en savoir plus, consultez le [site dédié aux EIP](https://eips.ethereum.org/), où vous trouverez les informations supplémentaires suivantes :
-
-- [Présentation des différents types d'EIP](https://eips.ethereum.org/)
-- [Liste de toutes les EIP créées](https://eips.ethereum.org/all)
-- [Statuts des EIP et leur signification](https://eips.ethereum.org/)
-
-## Participer {#participate}
-
-Si vous souhaitez suivre l'évolution des EIP ou faire part de vos commentaires, consultez le [forum Ethereum Magicians](https://ethereum-magicians.org/), où la communauté discute des EIP.
-
-Voir également :
-
-- [Comment crée une EIP](https://eips.ethereum.org/EIPS/eip-1)
-
-## Références {#references}
-
-
-
-Contenu de la page en partie issu de l'article [Ethereum Protocol Development Governance and Network Upgrade Coordination ](https://hudsonjameson.com/2020-03-23-ethereum-protocol-development-governance-and-network-upgrade-coordination/), par Hudson Jameson
-
-
diff --git a/src/content/translations/fr/java/index.md b/src/content/translations/fr/java/index.md
deleted file mode 100644
index 609a68c1d2c..00000000000
--- a/src/content/translations/fr/java/index.md
+++ /dev/null
@@ -1,60 +0,0 @@
----
-title: Ethereum pour les développeurs Java
-description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur Java
-lang: fr
-sidebar: true
----
-
-# Ethereum pour les développeurs Java {#ethereum-for-java-devs}
-
-
-
-## Se lancer avec les contrats intelligents et le langage Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Commencez à intégrer Python avec Ethereum**
-
-Besoin d’une approche plus élémentaire ? Jetez un oeil à [ethereum.org/learn](/fr/learn/) ou [ethereum.org/developers](/fr/developers/).
-
-- [La Blockchain expliquée](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendre les contrats intelligents](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Écrivez votre premier contrat intelligent](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Apprenez à compiler et à déployer Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Articles pour les débutants {#beginner-articles}
-
-- [Introduction aux contrats intelligents avec Vyper](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [Comment développer un contrat Ethereum en utilisant Python Flask ?](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Introduction à Web3.py · Ethereum pour les développeurs Python](https://www.dappuniversity.com/articles/web3-py-intro)
-- [How to call a Smart Contract function using Python and web3.py](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## Intermediate Articles {#intermediate-articles}
-
-- [Développement de DApps pour les programmeurs Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [Création d'une interface Python Ethereum : Partie 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [Les contrats intelligents Ethereum sous Python : un guide (plutôt) complet](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [Tout ce qu'il faut savoir sur le client Trinity Ethereum](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## Modèles d'utilisation avancés {#advanced-use-patterns}
-
-- [Compiling, deploying and calling Ethereum smartcontract using Python](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [Analyser les contrats intelligents Solidity avec Slither](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Projets et Outils Python {#python-projects-and-tools}
-
-- [Brownie](https://github.com/eth-brownie/brownie) - _Python framework for deploying, testing and interacting with Ethereum smart contracts_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _Des fonctions d'utilité pour travailler avec des codes liés à Ethereum_
-- [py-evm](https://github.com/ethereum/py-evm) - _implementation of the Ethereum Virtual Machine_
-- [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python wrapper around the solc solidity compiler with 0.5.x support_
-- [py-wasm](https://github.com/ethereum/py-wasm) - _Python implementation of the web assembly interpreter_
-- [pydevp2p](https://github.com/ethereum/pydevp2p) - _Implementation of the Ethereum P2P stack_
-- [pymaker](https://github.com/makerdao/pymaker) - _Python API for Maker contracts_
-- [Mamba](https://mamba.black) - _framework to write, compile, and deploy smart contracts written in Vyper language_
-- [Trinity](https://github.com/ethereum/trinity) - _Un client Ethereum Python_
-- [Vyper](https://github.com/ethereum/vyper/) - _Pythonic Smart Contract Language for the EVM_
-- [Web3.py](https://github.com/ethereum/web3.py) - _Une librairie Python pour interagir avec Ethereum_
-
-Vous cherchez davantage de ressources ? Consultez [ethereum.org/developers.](/fr/developers/)
-
-## Python Community Contributors {#python-community-contributors}
-
-- [Le Gitter de Py-EVM](https://gitter.im/ethereum/py-evm)
-- [Le Gitter de Trinity](https://gitter.im/ethereum/trinity)
-- [Le Gitter de Vyper](https://gitter.im/ethereum/vyper)
-- [Le Gitter de Webpy](https://gitter.im/ethereum/web3.py)
-
-## Autres listes de ressources {#other-aggregated-lists}
-
-The Vyper wiki has an [inceredible list of resources for Vyper](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources) For a compiled source of Python related tools, check out [py-eth.com](http://py-eth.com/).
diff --git a/src/content/translations/fr/rust/index.md b/src/content/translations/fr/rust/index.md
deleted file mode 100644
index 02a284e5ce3..00000000000
--- a/src/content/translations/fr/rust/index.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: Ethereum pour les développeurs Rust
-description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur Rust
-lang: fr
-sidebar: true
----
-
-# Ethereum pour les développeurs Rust {#ethereum-for-rust-devs}
-
-
-
-## Első lépések az Okos Szerződésekkel és a Solidity nyelvvel
-
-**Tedd meg az első lépést, hogy integráld a .NET-et Ethereummal**
-
-Szűkséged van egy még kezdetlegesebb alapozóra? Tekintsd meg a [ethereum.org/learn](/hu/learn/) oldalt vagy a [ethereum.org/developers](/hu/developers/) oldalt.
-
-- [Blokklánc ismertetése](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Okos Szerződések értelmezése](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Írd meg az első Okos Szerződésed](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Tanuld meg a Solidity fordítását és telepítését](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Linkek és referenciák kezdőknek {#beginner-references-and-links}
-
-**Bemutatjuk a Nethereum library-t és a VS Code Solidity-t**
-
-- [Nethereum, Első Lépések](https://docs.nethereum.com/en/latest/getting-started/)
-- [VS Code Solidity telepítése](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [Egy .NET fejlesztő workflow-ja Ethereum Okos Szerződések írására és hívására](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [Okos Szerződés integráció Nethereummal](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [Interfacing .NET and Ethereum Blockchain Smart Contracts with Nethereum](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933), also in [中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1)
-- [Nethereum - Egy nyílt forráskódú .NET integráció library blokkláncra](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [Ethereum tranzakciók írása SQL adatbázisba Nethereum használatával](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [Nézd meg, hogy lehet egyszerűen telepíteni Ethereum okos szerződéseket C# és Visual Studio használatával](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)
-
-**Szeretnéd kihagyni a telepítést és egyenesen a mintákra ugrani?**
-
-- [Playground](http://playground.nethereum.com/) - Lépj kapcsolatba az Ethereummal és tanuld meg a Nethereum használatát a böngészőn keresztül.
- - Számla Egyenleg Lekérdezés [C#](http://playground.nethereum.com/csharp/id/1001) [VB.NET](http://playground.nethereum.com/vb/id/2001)
- - ERC20 Okos Szerződés Egyenleg Lekérdezés [C#](http://playground.nethereum.com/csharp/id/1005) [VB.NET](http://playground.nethereum.com/vb/id/2004)
- - Ether utalása egy számlára [C#](http://playground.nethereum.com/csharp/id/1003) [VB.NET](http://playground.nethereum.com/vb/id/2003)
- - ... És még sok más!
-
-## Haladó cikkek {#intermediate-articles}
-
-- [Nethereum Munkafüzet/Minta Lista](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/)
-- [Telepítsd le a saját fejlesztői tesztláncaidat](https://github.com/Nethereum/Testchains)
-- [VSCode Codegen Plugin Solidity-re](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/)
-- [Unity és Ethereum: Miért és hogyan](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how)
-- [Készíts ASP.NET Core Web API-t Ethereum dappokra](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/)
-- [A Nethereum Web3 használata egy ellátási lánc nyomon követési rendszer implementálására](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4)
-- [Nethereum blokk feldolgozás](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/), egy[ C# Playground mintával](http://playground.nethereum.com/csharp/id/1025)
-- [Nethereum Websocket Streaming](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/)
-- [Kaleido és Nethereum](https://kaleido.io/kaleido-and-nethereum/)
-- [Quorum és Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md)
-
-## Fejlett használati minták {#advanced-use-patterns}
-
-- [Azure Key Vault és Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum)
-- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid)
-- [Ujo Nethereum backend referencia architektúra](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/)
-
-## .NET projektek, eszközök és egyéb mókás dolgok {#dot-net-projects-tools-and-other-fun stiff}
-
-- [Nethereum Playground](http://playground.nethereum.com/) - _Fordíts, készíts és futtass Nethereum kód részleteket böngészőben_
-- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _Nethereum kódgenerátor UI-jal Blazor-ben_
-- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _A .NET Wasm SPA könnyű blokklánc felfedező és egyszerű tárca_
-- [Wonka Business Rules Engine](https://docs.nethereum.com/en/latest/wonka/) - _Egy businnes-rule-engine (a .NET és az Ethereum plaforma is), mely örökletesen meta-adat vezérelt._
-- [Nethermind](https://github.com/NethermindEth/nethermind) - _A .NET Core Ethereum kliens Linux-ra, Windows-ra, MacOs-re_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _használati funkciók Ethereumhoz kapcsolódó kódbázisokkal való munkához_
-- [TestChains](https://github.com/Nethereum/TestChains) - _Előre konfigurált .NET fejlesztői láncok gyors válaszra (PoA)_
-
-Még több anyagot keresel? Tekintsd meg a [ethereum.org/developers](/hu/developers/) oldalt.
-
-## .NET közösségi hozzájárulók {#dot-net-community-contributors}
-
-Mi a Nethereumon főleg a [Gitteren](https://gitter.im/Nethereum/Nethereum) lógunk, ahol bárki nyugodtan kérdezhet/válaszolhat, segítséget kaphat vagy csak pihenhet. Nyugodtan csinálj egy PR-et vagy nyiss egy ticketet a [Nethereum GitHub repository-ban](https://github.com/Nethereum), vagy csak böngéssz a rengeteg mellék/minta projektjeink között.
-
-Mi a Nethermind-nál a [Gittert](https://gitter.im/nethermindeth/nethermind) használjuk kapcsolattartásra. PR-ekért vagy ticketekért, tekintsd meg a [Nethermind GitHub repository-t](https://github.com/NethermindEth/nethermind).
-
-## Egyéb összesített lista {#other-aggregated-lists}
-
-[Hivatalos Nethereum Oldal](https://nethereum.com/) [Hivatalos Nethermind Oldal](https://nethermind.io/)
diff --git a/src/content/translations/hu/golang/index.md b/src/content/translations/hu/golang/index.md
deleted file mode 100644
index c1e4137dbe5..00000000000
--- a/src/content/translations/hu/golang/index.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-title: Ethereum Go fejlesztőknek
-description: Tanulj meg Ethereumra fejleszteni Go-alapú projektek és eszközök használatával
-lang: hu
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum Go fejlesztőknek {#ethereum-for-go-devs}
-
-
-
-## Első lépések az okos szerződésekhez és a Solidity nyelvhez {#getting-started-with-smart-contracts-and-solidity}
-
-**Tedd meg az első lépést, hogy integráld a Go-t Ethereummal**
-
-Szűkséged van egy még kezdetlegesebb alapozóra? Tekintsd meg a [ethereum.org/learn](/hu/learn/) oldalt vagy a [ethereum.org/developers](/hu/developers/) oldalt.
-
-- [Blokklánc ismertetése](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Okos Szerződések értelmezése](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Írd meg az első okos szerződésed](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Tanuld meg hogyan kell Solidity-t fordítani és telepíteni](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [Szerződés útmutató](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## Cikkek és könyvek kezdőknek {#beginner-articles-and-books}
-
-- [Ethereum kliens kiválasztása](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [Kezdő lépések Geth-tel](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [Goland használata Ethereumra való kapcsolódásra](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [Ethereum okos szerződések telepítése Golang használatával](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [Egy útmutató, arról, hogy hogyan kell Ethereum okos szerződéseket tesztelni és telepíteni lépésről lépésre](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [eBook: Ethereum Development with Go](https://goethereumbook.org/) - _Ethereum alkalmazások fejlesztése Go-val_
-
-## Haladó cikkek és dokumentációk {#intermediate-articles-and-docs}
-
-- [Go Ethereum Documentation](https://geth.ethereum.org/docs/) - _A hivatalos Ethereum Golang dokumentáció_
-- [Go Ethereum GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
-- [Egy dapp készítése Go-ban Geth-tel](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [Dolgozz egy Ethereum Privát Hálózaton Golang-gel és Geth-tel](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [Unit testing Solidity contracts on Ethereum with Go](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## Fejlett használati minták {#advanced-use-patterns}
-
-- [The GETH Simulated Backend](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [Blockchain-as-a-Service appok Ethereum és Quorum használatával](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [Elosztott tárhely IPDS és Swarm Ethereum blokklánc alkalmazásokban](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [Mobile Clients: Library-k és Inproc Ethereum csomópontok](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [Native DApps: Go megkötések Ethereum szerződésekre](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Go projektek és eszközök {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum) - _Az Ethereum protokoll hivatalos Go implementációja_
-- [Go Ethereum Code Analysis](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _Go Ethereum forráskód áttekintése és elemzése_
-- [Golem](https://github.com/golemfactory/golem) - _A Golem egy globális piacot teremt a számítási erő számára_
-- [Quorum](https://github.com/jpmorganchase/quorum) - _Egy engedélyköteles Ethereum implementáció, mely támogatja az adatvédelmet_
-- [Prysm](https://github.com/prysmaticlabs/prysm) - _Ethereum 'Serenity' 2.0 Go implementáció_
-- [Eth Tweet](https://github.com/yep/eth-tweet) - _Decentralizált Twitter: Egy microblogging szolgáltatás, mely az Ethereum blokkláncon fut_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma) — _A Minimum Viable Plasma specifikációjának Golang implementációja és kiterjesztése_
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool) - _Egy nyílt forráskódú Ethereum bányász pool_
-- [Ethereum HD Wallet](https://github.com/miguelmota/go-ethereum-hdwallet) - _Ethereum HD Wallet levezetések Go-ban_
-- [Multi Geth](https://github.com/multi-geth/multi-geth) - _Az Ethereum hálózatok több fajtáját támogatja_
-- [Geth Light Client](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _Light Ethereum Subprotocol Geth implementációja_
-
-Még több anyagot keresel? Tekintsd meg a [ethereum.org/developers](/hu/developers/) oldalt
-
-## Go közösségi hozzájárulók {#go-community-contributors}
-
-- [Geth Discord](https://discordapp.com/invite/nthXNEv)
-- [Geth Gist](https://gitter.im/ethereum/go-ethereum)
-- [Gophers Slack](https://invite.slack.golangbridge.org/) - [#ethereum channel](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange - Ethereum](https://ethereum.stackexchange.com/)
-- [Multi Geth Gitter](https://gitter.im/ethoxy/multi-geth)
-- [Ethereum Gitter](https://gitter.im/ethereum/home)
-- [Geth light Client Gitter](https://gitter.im/ethereum/light-client)
-
-## Egyéb összesített lista {#other-aggregated-lists}
-
-- [Awesome Ethereum](https://github.com/btomashvili/awesome-ethereum)
-- [Consensys: A Definitive List of Ethereum Developer Tools](https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [GitHub source](https://github.com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/hu/java/index.md b/src/content/translations/hu/java/index.md
deleted file mode 100644
index dca961cf0d3..00000000000
--- a/src/content/translations/hu/java/index.md
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: Ethereum Java fejlesztőknek
-description: Tanulj meg Ethereumon fejleszteni Java alapú projektek és eszközök használatával
-lang: hu
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum Java fejlesztőknek {#ethereum-for-java-devs}
-
-
-
-## Első lépések az okos szerződésekhez és a Solidity nyelvhez {#getting-started-with-smart-contracts-and-solidity}
-
-**Tedd meg az első lépést, hogy integráld a Python-t Ethereummal**
-
-Szűkséged van egy még kezdetlegesebb alapozóra? Látogasd meg a [ethereum.org/learn](/hu/learn/) oldalt vagy a [ethereum.org/developers](/hu/developers/) oldalt.
-
-- [Blokklánc ismertetése](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Okos Szerződések értelmezése](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Írd meg az első okos szerződésed](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Tanuld meg hogyan kell Solidity-t fordítani és telepíteni](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Cikkek kezdőknek {#beginner-articles}
-
-- [Bevezetés az okos szerződésekbe Vyper-rel](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [Hogyan kell Ethereum szerződést fejleszteni Python Flask használatával?](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Bevezetés Web3.py-ba · Ethereum Python fejlesztőknek](https://www.dappuniversity.com/articles/web3-py-intro)
-- [Hogyan kell egy okos szerződés függvényt meghívni Python és web3.py használatával](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## Haladó cikkek {#intermediate-articles}
-
-- [DApp fejlesztés Python programozóknak](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [Python Ethereum felület létrehozása: Első rész](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [Ethereum okos szerződések Python-ban: egy átfogó útmutató](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [Minden, amit a Trinity Ethereum kliensről tudnod kell](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## Fejlett használati minták {#advanced-use-patterns}
-
-- [Ethereum okos szerződések fordítása, telepítése és hívása Python használatával](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [Solidity okos szerződések elemzése Slitherrel](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Python projektek és eszközök {#python-projects-and-tools}
-
-- [Brownie](https://github.com/iamdefinitelyahuman/brownie) - _Python keretrendszer Ethereum okos szerződések telepítésére, tesztelésére és alkalmazására_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _használati funkciók Ethereumhoz kapcsolódó kódbázisokkal való munkához_
-- [py-evm](https://github.com/ethereum/py-evm) - _az Ethereum virtuális gép implementációja_
-- [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python wrapper a solc solidity fordító köré 0.5.x támogatással_
-- [py-wasm](https://github.com/ethereum/py-wasm) - _a web assembly interpreter Python implementációja_
-- [pydevp2p](https://github.com/ethereum/pydevp2p) - _Az Ethereum P2P stack implementációjak_
-- [pymaker](https://github.com/makerdao/pymaker) - _Python API Maker szerződésekre_
-- [Mamba](https://mamba.black) - _keretrendszer Vyper nyelven írt okos szerződések írására, fordítására és telepítésére_
-- [Trinity](https://github.com/ethereum/trinity) - _Ethereum Python kliens_
-- [Vyper](https://github.com/ethereum/vyper/) - _Pythonikus okos szerződés nyelv az EVM-re_
-- [Web3.py](https://github.com/ethereum/web3.py) - _Python library Ethereummal történő interakciókra_
-
-Még több anyagot keresel? Látogasd meg a [ethereum.org/developers](/hu/developers/) oldalt.
-
-## Python közösségi hozzájárulók {#python-community-contributors}
-
-- [Py-EVM Gitter](https://gitter.im/ethereum/py-evm)
-- [Trinity Gitter](https://gitter.im/ethereum/trinity)
-- [Vyper Gitter](https://gitter.im/ethereum/vyper)
-- [Webpy Gitter](https://gitter.im/ethereum/web3.py)
-
-## Egyéb összesített lista {#other-aggregated-lists}
-
-A Vyper wikinek [elképesztő anyaglistája van Vyper-re.](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources) Python eszközökkel kapcsolatos összesített tartalomért látogasd meg a [py-eth.com](http://py-eth.com/) oldalt.
diff --git a/src/content/translations/hu/rust/index.md b/src/content/translations/hu/rust/index.md
deleted file mode 100644
index 9e0a1f19d24..00000000000
--- a/src/content/translations/hu/rust/index.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: Ethereum Rust fejlesztőknek
-description: Tanulj meg Ethereumra fejleszteni Rust alapú projektek és eszközök használatával
-lang: hu
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum Rust fejlesztőknek {#ethereum-for-rust-devs}
-
-
-
-## Primi passi con gli Smart Contract e il linguaggio Solidity
-
-**Operazioni di base per integrare .NET con Ethereum**
-
-Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/it/learn/) o [ethereum.org/developers](/it/developers/).
-
-- [Cosa sono le blockchain (in inglese)](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendere gli Smart Contract (in inglese)](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrivi il tuo primo Smart Contact (in inglese)](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Impara a compilare e distribuire Solidity (in inglese)](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Riferimenti e link per principianti {#beginner-references-and-links}
-
-**Introduzione alla libreria Nethereum e VS Code Solidity**
-
-- [Nethereum, primi passi (in inglese)](https://docs.nethereum.com/en/latest/getting-started/)
-- [Installazione di Vs Code Solidity (in inglese)](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [Flusso di lavoro dello sviluppatore .NET per creare e chiamare gli Smart Contract di Ethereum (in inglese)](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [Integrazione di Smart Contract con Nethereum (in inglese)](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [Interfacciare .NET e Smart Contract della Blockchain di Ethereum con Nethereum](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933) (in inglese), anche in [中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1)
-- [Nethereum - Una libreria di integrazione .NET open source per la blockchain (in inglese)](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [Scrivere transazioni di Ethereum in Database SQL usando Nethereum (in inglese)](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [Come distribuire facilmente gli Smart Contract di Ethereum usando C# e Visual Studio](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c) (in inglese)
-
-**Vuoi ignorare temporaneamente la configurazione e passare direttamente agli esempi?**
-
-- [Playground](http://playground.nethereum.com/) - Interagire con Ethereum e imparare a utilizzare Nethereum con il browser.
- - Interroga il saldo del conto [C#](http://playground.nethereum.com/csharp/id/1001) [VB.NET](http://playground.nethereum.com/vb/id/2001)
- - Interroga il saldo degli Smart Contract ERC20 [C#](http://playground.nethereum.com/csharp/id/1005) [VB.NET](http://playground.nethereum.com/vb/id/2004)
- - Trasferisci ether in un account [C#](http://playground.nethereum.com/csharp/id/1003) [VB.NET](http://playground.nethereum.com/vb/id/2003)
- - ... e molto altro!
-
-## Articoli intermedi {#intermediate-articles}
-
-- [Elenco di esempi/workbook di Nethereum (in inglese)](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/)
-- [Distribuisci testchain per lo sviluppo (in inglese)](https://github.com/Nethereum/Testchains)
-- [Plugin Codegen VSCode per Solidity (in inglese)](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/)
-- [Unity ed Ethereum: perché e come (in inglese)](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how)
-- [Crea l'API Web Core ASP.NET per le dapp Ethereum (in inglese)](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/)
-- [Usare Nethereum Web3 per implementare un sistema di monitoraggio della catena di distribuzione (in inglese)](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4)
-- [Elaborazione a blocchi di Nethereum](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/), con [esempio Playground di C#](http://playground.nethereum.com/csharp/id/1025) (in inglese)
-- [Streaming del websocket di Nethereum (in inglese)](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/)
-- [Kaleido e Nethereum (in inglese)](https://kaleido.io/kaleido-and-nethereum/)
-- [Quorum e Nethereum (in inglese)](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md)
-
-## Modelli d'uso avanzati {#advanced-use-patterns}
-
-- [Azure Key Vault e Nethereum (in inglese)](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum)
-- [Nethereum.DappHybrid (in inglese)](https://github.com/Nethereum/Nethereum.DappHybrid)
-- [Architettura di riferimento del backend di Nethereum Ujo (in inglese)](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/)
-
-## Progetti, strumenti e altro di .NET {#dot-net-projects-tools-and-other-fun stiff}
-
-- [Playground Nethereum](http://playground.nethereum.com/) - Compila, crea ed esegui frammenti di codice Nethereum nel browser
-- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _Codegen Nethereum con UI in Blazor_
-- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _Navigatore della blockchain leggero e semplice portafoglio in .NET Wasm SPA_
-- [Motore di Regole Aziendali Wonka](https://docs.nethereum.com/en/latest/wonka/) - _Motore di regole aziendali (per la piattaforma .NET e per quella di Ethereum) intrinsecamente guidato da metadati_
-- [Nethermind](https://github.com/NethermindEth/nethermind) - _Client Core .NET di Ethereum per Linux, Windows, macOS_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _Funzioni di utilità per lavorare con le basi di codice legate ad Ethereum_
-- [TestChains](https://github.com/Nethereum/TestChains) - _Catene di sviluppo .NET preconfigurate per risposte veloci (PoA)_
-
-Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers.](/it/developers/)
-
-## Collaboratori della community .NET {#dot-net-community-contributors}
-
-Per Nethereum, scambiamo opinioni per lo più su [Gitter](https://gitter.im/Nethereum/Nethereum), dove tutti possono chiedere o rispondere a domande, cercare aiuto o semplicemente leggere. Fai pure una PR o apri una segnalazione sul [repository GitHub di Nethereum](https://github.com/Nethereum), o semplicemente sfoglia i molti progetti disponibili.
-
-Per Nethermind, mettiamoci in contatto tramite [Gitter](https://gitter.im/nethermindeth/nethermind). Per PR o problemi, dai un'occhiata al [repository GitHub di Nethermind](https://github.com/NethermindEth/nethermind).
-
-## Altri riferimenti {#other-aggregated-lists}
-
-[Sito ufficiale di Nethereum](https://nethereum.com/) [Sito ufficiale di Nethermind](https://nethermind.io/)
diff --git a/src/content/translations/it/golang/index.md b/src/content/translations/it/golang/index.md
deleted file mode 100644
index 8ccdc8a3220..00000000000
--- a/src/content/translations/it/golang/index.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-title: Ethereum per sviluppatori Go
-description: Scopri come sviluppare per Ethereum usando progetti e strumenti basati su Go
-lang: it
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum per sviluppatori Go {#ethereum-for-go-devs}
-
-
-
-## Primi passi con gli Smart Contract e il linguaggio Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Operazioni di base per integrare Go con Ethereum**
-
-Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/it/learn/) o [ethereum.org/developers](/it/developers/).
-
-- [Cosa sono le blockchain (in inglese)](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendere gli Smart Contract (in inglese)](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrivi il tuo primo Smart Contact (in inglese)](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Impara a compilare e distribuire Solidity (in inglese)](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [Tutorial per i contratti (in inglese)](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## Articoli e libri per principianti {#beginner-articles-and-books}
-
-- [Scegliere un client Ethereum (in inglese)](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [Come iniziare con Geth (in inglese)](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [Usare Golang per connettersi a Ethereum (in inglese)](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [Distribuire Smart Contract Ethereum usando Golang (in inglese)](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [Guida passo-passo per testare e distribuire Smart Contract Ethereum in Go (in inglese)](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [eBook: Ethereum Development with Go](https://goethereumbook.org/) - _Sviluppare applicazioni Ethereum con Go_
-
-## Articoli e documenti intermedi {#intermediate-articles-and-docs}
-
-- [Documentazione di Ethereum Go](https://geth.ethereum.org/docs/) - _La documentazione per il Golang ufficiale di Ethereum_
-- [Go Ethereum GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
-- [Creare una DApp in Go con Geth (in inglese)](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [Lavorare con la rete privata di Ethereum con Golang e Geth (in inglese)](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [Contratti Solidity per unit test su Ethereum con Go (in inglese)](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## Pattern per uso avanzato {#advanced-use-patterns}
-
-- [Il Backend Simulato di GETH (in inglese)](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [App Blockchain-as-a-Service usando Ethereum e Quorum (in inglese)](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [Storage IPFS distribuito e Swarm in applicazioni per la blockchain Ethereum (in inglese)](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [Client mobili: librerie e nodi Ethereum Inproc (in inglese)](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [DApp native: binding Go a contratti Ethereum (in inglese)](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Progetti e strumenti di Go {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum) - _Implementazione ufficiale di Go del protocollo di Ethereum_
-- [Analisi del codice di Ethereum Go](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _Controllo e analisi del codice sorgente di Ethereum Go_
-- [Golem](https://github.com/golemfactory/golem) - _Golem sta creando un mercato globale per l'informatica_
-- [Quorum](https://github.com/jpmorganchase/quorum) - _Implementazione con permessi di Ethereum a supporto della privacy dei dati_
-- [Prysm](https://github.com/prysmaticlabs/prysm) - _Implementazione Go di 'Serenity' 2.0 per Ethereum_
-- [Eth Tweet](https://github.com/yep/eth-tweet) - _Twitter decentralizzato: un servizio di microblogging sulla blockchain di Ethereum_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma) - _Implementazione di Golang ed estensione della specifica di Minimum Viable Plasma_-
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool) - _Un pool di mining open source di Ethereum_
-- [Ethereum HD Wallet](https://github.com/miguelmota/go-ethereum-hdwallet) - _Derivazioni del portafoglio HD di Ethereum in Go_
-- [Multi Geth](https://github.com/multi-geth/multi-geth) - _Supporto per molti tipi di reti Ethereum_
-- [Geth Light Client](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _Implementazione Geth light del sottoprotocollo Ethereum_
-
-Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers](/it/developers/)
-
-## Collaboratori della community Go {#go-community-contributors}
-
-- [Geth Discord](https://discordapp.com/invite/nthXNEv)
-- [Geth Sgist](https://gitter.im/ethereum/go-ethereum)
-- [Gophers Slack](https://invite.slack.golangbridge.org/) - [Canale #ethereum](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange - Ethereum](https://ethereum.stackexchange.com/)
-- [Multi Geth Gitter](https://gitter.im/ethoxy/multi-geth)
-- [Ethereum Gitter](https://gitter.im/ethereum/home)
-- [Geth light Client Gitter](https://gitter.im/ethereum/light-client)
-
-## Altra documentazione {#other-aggregated-lists}
-
-- [Awesome Ethereum](https://github.com/btomashvili/awesome-ethereum)
-- [Consensys: A Definitive List of Ethereum Developer Tools](https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [Fonte GitHub](https://github.com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/it/java/index.md b/src/content/translations/it/java/index.md
deleted file mode 100644
index a40eb8ed733..00000000000
--- a/src/content/translations/it/java/index.md
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: Ethereum per sviluppatori Java
-description: Scopri come sviluppare per Ethereum usando progetti e strumenti basati su Java
-lang: it
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum per sviluppatori Java {#ethereum-for-java-devs}
-
-
-
-## Primi passi con gli Smart Contract e il linguaggio Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Operazioni di base per integrare Python con Ethereum**
-
-Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/it/learn/) o [ethereum.org/developers](/it/developers/).
-
-- [Cosa sono le blockchain (in inglese)](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Comprendere gli Smart Contract (in inglese)](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrivi il tuo primo Smart Contact (in inglese)](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Impara a compilare e distribuire Solidity (in inglese)](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Articoli per principianti {#beginner-articles}
-
-- [Introduzione agli Smart Contract con Vyper (in inglese)](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [Come sviluppare un contratto Ethereum usando Python Flask (in inglese)](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Introduzione a Web3.py · Ethereum per sviluppatori Python (in inglese)](https://www.dappuniversity.com/articles/web3-py-intro)
-- [Come chiamare la funzione di uno Smart Contract usando Python e web3.py (in inglese)](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## Articoli di livello intermedio {#intermediate-articles}
-
-- [Sviluppo DApp per programmatori Python (in inglese)](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [Creare un'interfaccia Ethereum con Python: parte 1 (in inglese)](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [Gli Smart Contract di Ethereum in Python: una guida (quasi) completa (in inglese)](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [Tutto ciò che devi sapere sul client Ethereum Trinity (in inglese)](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## Pattern per uso avanzato {#advanced-use-patterns}
-
-- [Compilazione, distribuzione e chiamata degli Smart Contract Ethereum con Python (in inglese)](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [Analizzare gli Smart Contract Solidity con Slither (in inglese)](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Progetti e strumenti di Python {#python-projects-and-tools}
-
-- [Brownie](https://github.com/eth-brownie/brownie) - _Framework Python per distribuire, testare gli Smart Contract Ethereum e interagirvi_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _Funzioni di utilità per lavorare con le basi di codice Ethereum_
-- [py-evm](https://github.com/ethereum/py-evm) - _Implementazione della macchina virtuale Ethereum_
-- [py-solc-x](https://pypi.org/project/py-solc-x/) - _Wrapper Python per il compilatore Solidity solc con supporto per 0.5.x_
-- [py-wasm](https://github.com/ethereum/py-wasm) - _Implementazione Python dell'interprete di assembly web_
-- [pydevp2p](https://github.com/ethereum/pydevp2p) - _Implementazione dello stack P2P di Ethereum_
-- [pymaker](https://github.com/makerdao/pymaker) - _API Python per i contratti Maker_
-- [Mamba](https://mamba.black) - _Framework per scrivere, compilare e distribuire Smart Contract scritti in linguaggio Vyper_
-- [Trinity](https://github.com/ethereum/trinity) - _Il client Python di Ethereum_
-- [Vyper](https://github.com/ethereum/vyper/) - _Linguaggio Python per Smart Contract per l'EVM_
-- [Web3.py](https://github.com/ethereum/web3.py) - _Libreria Python per interagire con Ethereum_
-
-Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers.](/it/developers/)
-
-## Collaboratori della community Python {#python-community-contributors}
-
-- [Py-EVM Gitter](https://gitter.im/ethereum/py-evm)
-- [Trinity Gitter](https://gitter.im/ethereum/trinity)
-- [Vyper Gitter](https://gitter.im/ethereum/vyper)
-- [Webpy Gitter](https://gitter.im/ethereum/web3.py)
-
-## Altra documentazione {#other-aggregated-lists}
-
-La wiki di Vyper contiene un [incredibile elenco di risorse per Vyper](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources). Per una fonte compilata degli strumenti relativi a Python, dai un'occhiata a [py-eth.com](http://py-eth.com/).
diff --git a/src/content/translations/it/rust/index.md b/src/content/translations/it/rust/index.md
deleted file mode 100644
index 91c4c3886f2..00000000000
--- a/src/content/translations/it/rust/index.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: Ethereum per sviluppatori Rust
-description: Impara a sviluppare per Ethereum usando progetti e strumenti basati su Rust
-lang: it
-sidebar: true
-sidebarDepth: 1
----
-
-# Ethereum per sviluppatori Rust {#ethereum-for-rust-devs}
-
-
-
-## Primii pași în contracte smart și limbajul Solidity
-
-**Fă primii pași în integrarea .NET cu Ethereum**
-
-Ai nevoie de o scurtă introducere? Accesează [ethereum.org/learn](/ro/learn/) sau [ethereum.org/developers](/ro/developers/).
-
-- [Blockchainul explicat](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Ce sunt contractele smart](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrie primul tău contract smart](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Cum să compilezi și să implementezi Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Resurse și linkuri pentru începători {#beginner-references-and-links}
-
-**Introducere în biblioteca Nethereum și VS Code Solidity**
-
-- [Primii pași în Nethereum](https://docs.nethereum.com/en/latest/getting-started/)
-- [Cum să instalezi VS Code Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [Fluxul de lucru al unui programator .NET pentru crearea și apelarea contractelor smart Ethereum](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [Integrarea contractelor smart cu Nethereum](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [Interfațarea .NET și contractelor smart Ethereum cu Nethereum](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933), și în [中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1)
-- [Nethereum - O bibliotecă open-source .NET pentru integrare cu blockchain](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [Cum să scrii tranzacții Ethereum în baze de date SQL folosind Nethereum](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [Află cum să implementezi ușor contracte smart Ethereum folosind C# și VisualStudio](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)
-
-## Primii pași în contracte smart și limbajul Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Fă primii tăi pași în integrarea Go cu Ethereum**
-
-Ai nevoie de o scurtă introducere? Accesează [ethereum.org/learn](/ro/learn/) sau [ethereum.org/developers](/ro/developers/).
-
-- [Blockchainul explicat](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Ce sunt contractele smart](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrie primul tău contract smart](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Cum să compilezi și să implementezi Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [Tutorial de contract](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## Articole și cărți pentru începători {#beginner-articles-and-books}
-
-- [Cum să alegi un client Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [Primii pași cu Geth](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [Cum să folosești Golang pentru conectare cu Ethereum](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [Implementarea contractelor smart Ethereum cu Golang](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [Un ghid pas cu pas pentru testarea și implementarea contractelor smart Ethereum în Go](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [eBook: Ethereum Development with Go](https://goethereumbook.org/) - _Programează aplicații Ethereum cu Go_
-
-## Articole și documentații de nivel intermediar {#intermediate-articles-and-docs}
-
-- [Go Ethereum Documentation](https://geth.ethereum.org/docs/) - _Documentația oficială pentru Ethereum Golang_
-- [Go Ethereum GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
-- [Crearea unei dapp în Go cu Geth](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [Utilizarea unei rețele private Ethereum cu Golang și Geth](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [Testarea modulară a contractelor Solidity pe Ethereum cu Go](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## Modele avansate de utilizare {#advanced-use-patterns}
-
-- [Backendul simulat Geth](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [Aplicații blockchain-as-a-service folosind Ethereum și Quorum](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [Stocarea distribuită IPFS și Swarm în aplicațiile de blockchain Ethereum](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [Clienți mobili: biblioteci și noduri inproc Ethereum](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [Dapps native: conexiuni Go cu contracte Ethereum](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Proiecte și instrumente Go {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum) - _Implementarea oficială Go a protocolului Ethereum_
-- [Go Ethereum Code Analysis](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _Evaluarea și analiza codului sursă Go Ethereum_
-- [Golem](https://github.com/golemfactory/golem) - _Golem construiește o piață globală pentru puterea de calcul_
-- [Quorum](https://github.com/jpmorganchase/quorum) - _O implementare Ethereum cu sistem de permisiuni și suport pentru confidențialitatea datelor_
-- [Prysm](https://github.com/prysmaticlabs/prysm) - _Implementare Go Ethereum „Serenity” 2.0_
-- [Eth Tweet](https://github.com/yep/eth-tweet) - _Twitter descentralizat: un serviciu de microblogging care rulează pe blockchainul Ethereum_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma) — _Implementare Golang și extensie a specificațiilor Minimum Viable Plasma_
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool) - _Un pool de mining Ethereum open-source_
-- [Ethereum HD Wallet](https://github.com/miguelmota/go-ethereum-hdwallet) - _Derivații ale Ethereum HD Wallet în Go_
-- [Multi Geth](https://github.com/multi-geth/multi-geth) - _Suport pentru mai multe tipuri de rețele Ethereum_
-- [Geth Light Client](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _Implementarea Geth a subprotocolului Light Ethereum_
-
-Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/)
-
-## Contributori ai comunității Go {#go-community-contributors}
-
-- [Geth Discord](https://discordapp.com/invite/nthXNEv)
-- [Geth Gist](https://gitter.im/ethereum/go-ethereum)
-- [Gophers Slack](https://invite.slack.golangbridge.org/) - [canalul #ethereum](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange - Ethereum](https://ethereum.stackexchange.com/)
-- [Multi Geth Gitter](https://gitter.im/ethoxy/multi-geth)
-- [Ethereum Gitter](https://gitter.im/ethereum/home)
-- [Geth light Client Gitter](https://gitter.im/ethereum/light-client)
-
-## Alte liste agregate {#other-aggregated-lists}
-
-- [Awesome Ethereum](https://github.com/btomashvili/awesome-ethereum)
-- [Consensys: A Definitive List of Ethereum Developer Tools](https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [Sursa GitHub](https://github.com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/ro/java/index.md b/src/content/translations/ro/java/index.md
deleted file mode 100644
index 25e50063d42..00000000000
--- a/src/content/translations/ro/java/index.md
+++ /dev/null
@@ -1,60 +0,0 @@
----
-title: Ethereum pentru programatori Java
-description: Învață să programezi pentru Ethereum folosind proiecte și instrumente Java
-lang: ro
-sidebar: true
----
-
-# Ethereum pentru programatori Java {#ethereum-for-java-devs}
-
-
-
-## Primii pași în contracte smart și limbajul Solidity {#getting-started-with-smart-contracts-and-solidity}
-
-**Fă primii tăi pași în integrarea Python cu Ethereum**
-
-Ai nevoie de o scurtă introducere? Accesează [ethereum.org/learn](/ro/learn/) sau [ethereum.org/developers](/ro/developers/).
-
-- [Blockchainul explicat](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [Ce sunt contractele smart](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [Scrie primul tău contract smart](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [Cum să compilezi și implementezi Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## Articole pentru începători {#beginner-articles}
-
-- [Introducere în contracte smart cu Vyper](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [Cum programezi contracte Ethereum folosind Python Flask?](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Introducere în Web3.py - Ethereum pentru programatori Python](https://www.dappuniversity.com/articles/web3-py-intro)
-- [Cum să apelezi o funcție de contract smart folosind Python și Web3.py](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## Articole de nivel intermediar {#intermediate-articles}
-
-- [Dezvoltarea dapp-urilor pentru programatori Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [Crearea unei interfețe Ethereum cu Python: partea 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [Contracte smart Ethereum în Python: un ghid (aproape) complet](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [Tot ce trebuie să știi despre clientul Ethereum Trinity](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## Modele avansate de utilizare {#advanced-use-patterns}
-
-- [Compilarea, implementarea și apelarea contractelor smart Ethereum cu Python](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [Analiza contractelor smart Solidity cu Slither](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Proiecte și instrumente Python {#python-projects-and-tools}
-
-- [Brownie](https://github.com/eth-brownie/brownie) - _framework Python pentru implementarea, testarea și interacțiunea cu contracte smart Ethereum_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _funcții utilitare pentru lucrul cu baze de cod Ethereum_
-- [py-evm](https://github.com/ethereum/py-evm) - _implementarea mașinii virtuale Ethereum_
-- [py-solc-x](https://pypi.org/project/py-solc-x/) - _wrapper Python pentru compilatorul Solc Solidity, cu suport 0.5.x_
-- [py-wasm](https://github.com/ethereum/py-wasm) - _implementare Python pentru interpretorul Web Assembly_
-- [pydevp2p](https://github.com/ethereum/pydevp2p) - _implementarea stivei P2P Ethereum_
-- [pymaker](https://github.com/makerdao/pymaker) - _API Python pentru contracte Maker_
-- [Mamba](https://mamba.black) - _framework pentru scrierea, compilarea și implementarea contractelor smart scrise în limbajul Vyper_
-- [Trinity](https://github.com/ethereum/trinity) - _client Python Ethereum_
-- [Vyper](https://github.com/ethereum/vyper/) - _limbaj Python pentru contracte smart în EVM_
-- [Web3.py](https://github.com/ethereum/web3.py) - _bibliotecă Python pentru interacțiuni cu Ethereum_
-
-Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/)
-
-## Contributori ai comunității Python {#python-community-contributors}
-
-- [Py-EVM Gitter](https://gitter.im/ethereum/py-evm)
-- [Trinity Gitter](https://gitter.im/ethereum/trinity)
-- [Vyper Gitter](https://gitter.im/ethereum/vyper)
-- [Webpy Gitter](https://gitter.im/ethereum/web3.py)
-
-## Alte liste agregate {#other-aggregated-lists}
-
-Wiki-ul Vyper are o [listă incredibilă de resurse pentru Vyper](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources) Pentru o compilație de instrumente Python accesează [py-eth.com](http://py-eth.com/).
diff --git a/src/content/translations/ro/rust/index.md b/src/content/translations/ro/rust/index.md
deleted file mode 100644
index 73e1f17e912..00000000000
--- a/src/content/translations/ro/rust/index.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: Ethereum pentru programatori Rust
-description: Învață să programezi pentru Ethereum folosind proiecte și instrumente Rust
-lang: ro
-sidebar: true
----
-
-# Ethereum pentru programatori Rust {#ethereum-for-rust-devs}
-
-
-
-## 智能合约和 Solidity 语言入门
-
-**迈出集成 .NET 与以太坊的第一步**
-
-需要更基础的入门知识? 请查看 [ethereum.org/learn](/zh/learn/) 或者 [ethereum.org/developers](/zh/developers/)。
-
-- [区块链详解](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [理解智能合约](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [编写您的第一个智能合约](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [学习如何编译和部署 Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## 初学者参考文献和链接 {#beginner-references-and-links}
-
-**介绍 Nethereum 库和 VS Code Solidity**
-
-- [开始了解 Nethereum](https://docs.nethereum.com/en/latest/getting-started/)
-- [安装 VS Code Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
-- [.NET 开发者创建和调用以太坊智能合约的工作流](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
-- [智能合约与 Nethereum 的集成](https://kauri.io/article/b54334b0695342c1bbe161c4c4467b50/smart-contracts-integration-with-nethereum)
-- [使用 Nethereum 连接 .NET 和以太坊区块链智能合约](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933),也可参考此[中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1)
-- [Nethereum——开源的区块链 .NET 集成库](https://kauri.io/article/d15dfd4903f149cdb84b3ce666103b52/v1/nethereum-an-open-source-.net-integration-library-for-blockchain)
-- [使用 Nethereum 将以太坊交易写入 SQL 数据库](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
-- [了解如何轻松地使用 C# 和 VisualStudio 来部署以太坊智能合约](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)
-
-## 智能合约和 Solidity 语言入门 {#getting-started-with-smart-contracts-and-solidity}
-
-**迈出集成 Go 与以太坊的第一步**
-
-需要更基础的入门知识? 请查看 [ethereum.org/learn](/zh/learn/) 或者 [ethereum.org/developers](/zh/developers/)。
-
-- [区块链详解](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [理解智能合约](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [编写您的第一个智能合约](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [学习如何编译和部署 Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-- [智能合约教程](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)
-
-## 初学者文章和书籍 {#beginner-articles-and-books}
-
-- [选择一个以太坊客户端](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
-- [开始使用 Geth](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
-- [使用 Golang 连接到以太坊](https://www.youtube.com/watch?v=-7uChuO_VzM)
-- [使用 Golang 部署以太坊智能合约](https://www.youtube.com/watch?v=pytGqQmDslE)
-- [一步步教您测试和部署以太坊 Go 语言智能合约](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
-- [电子书:使用 Go 开发以太坊](https://goethereumbook.org/) - _使用 Go 开发以太坊应用程序_
-
-## 中级文章和文档 {#intermediate-articles-and-docs}
-
-- [Go 以太坊相关文档](https://geth.ethereum.org/docs/) - _官方以太坊 Golang 相关文档_
-- [Go 以太坊 GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
-- [在 Geth 上使用 Go 创建一个去中心化应用程序](https://kauri.io/article/60a36c1b17d645939f63415218dc24f9/creating-a-dapp-in-go-with-geth)
-- [用 Golang 和 Geth 使用以太坊专用网络](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
-- [使用 Go 对以太坊上的 Solidity 合约进行单元测试](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
-
-## 高级使用模式 {#advanced-use-patterns}
-
-- [使用 GETH 模拟后端搭建](https://kauri.io/article/6285c9692883411aa041b6b970405a17/v1/the-geth-simulated-backend)
-- [基于以太坊和 Quorum 的区块链即服务应用程序](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
-- [以太坊区块链应用程序中的分布式存储 IPFS 和 Swarm](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
-- [移动客户端:各种库和 Inproc 以太坊节点](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
-- [本地去中心化应用程序:绑定以太坊合约](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)
-
-## Go 项目和工具 {#go-projects-and-tools}
-
-- [Geth / Go Ethereum](https://github.com/ethereum/go-ethereum) - _以太坊协议的官方 Go 实现_
-- [Go Ethereum Code Analysis](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _审查和分析 Go 以太坊源代码_
-- [Golem](https://github.com/golemfactory/golem) - _Golem 正在创建一个算力全球市场_
-- [Quorum](https://github.com/jpmorganchase/quorum) - _支持数据隐私的许可型以太坊实现_
-- [Prysm](https://github.com/prysmaticlabs/prysm) - _以太坊 ‘Serenity’2.0 Go 实现_
-- [Eth Tweet](https://github.com/yep/eth-tweet) - _去中心化 Twitter:运行在以太坊区块链上的微博客服务_
-- [Plasma MVP Golang](https://github.com/kyokan/plasma) — _Golang 实现以及最小可执行 Plasma 规范拓展_
-- [Open Ethereum Mining Pool](https://github.com/sammy007/open-ethereum-pool) - _以太坊开源矿池_
-- [Ethereum HD Wallet](https://github.com/miguelmota/go-ethereum-hdwallet) - _使用 Go 的以太坊硬件钱包衍生品_
-- [Multi Geth](https://github.com/multi-geth/multi-geth) - _支持多种以太坊网络_
-- [Geth Light Client](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _轻量级以太坊子协议的 Geth 实现_
-
-想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。
-
-## Go 社区贡献者 {#go-community-contributors}
-
-- [Geth Discord](https://discordapp.com/invite/nthXNEv)
-- [Geth Gist](https://gitter.im/ethereum/go-ethereum)
-- [Gophers Slack](https://invite.slack.golangbridge.org/) - [#ethereum 频道](https://https:/gophers.slack.com/messages/C9HP1S9V2)
-- [StackExchange - 以太坊](https://ethereum.stackexchange.com/)
-- [Multi Geth Gitter](https://gitter.im/ethoxy/multi-geth)
-- [Ethereum Gitter](https://gitter.im/ethereum/home)
-- [Geth light Client Gitter](https://gitter.im/ethereum/light-client)
-
-## 其他汇总列表 {#other-aggregated-lists}
-
-- [Awesome Ethereum](https://github.com/btomashvili/awesome-ethereum)
-- [Consensys: A Definitive List of Ethereum Developer Tools](https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [GitHub source](https://github.com/ConsenSys/ethereum-developer-tools-list)
diff --git a/src/content/translations/zh/java/index.md b/src/content/translations/zh/java/index.md
deleted file mode 100644
index c29407b6180..00000000000
--- a/src/content/translations/zh/java/index.md
+++ /dev/null
@@ -1,60 +0,0 @@
----
-title: 面向 Java 开发者的以太坊资源
-description: 学习如何使用并通过基于 Java 的项目及工具参与以太坊的开发
-lang: zh
-sidebar: true
----
-
-# 面向 Java 开发者的以太坊资源 {#ethereum-for-java-devs}
-
-
-
-## 智能合约和 Solidity 语言入门 {#getting-started-with-smart-contracts-and-solidity}
-
-**迈出第一步,将 Python 与以太坊集成**
-
-需要更基础的入门知识? 请查看 [ethereum.org/learn](/zh/learn/) 或者 [ethereum.org/developers](/zh/developers/)。
-
-- [区块链详解](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
-- [理解智能合约](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
-- [编写您的第一个智能合约](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
-- [学习如何编译和部署 Solidity](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
-
-## 初学者文章 {#beginner-articles}
-
-- [基于 Vyper 的智能合约简介](https://kauri.io/#collections/Getting%20Started/an-introduction-to-smart-contracts-with-vyper/)
-- [如何使用 Python Flask 开发 Ethereum 合约?](https://medium.com/coinmonks/how-to-develop-ethereum-contract-using-python-flask-9758fe65976e)
-- [Web3.py 简介 · 面向 Python 开发者的以太坊资源](https://www.dappuniversity.com/articles/web3-py-intro)
-- [如何通过 Python 和 web3.py 调用智能合约函数?](https://stackoverflow.com/questions/57580702/how-to-call-a-smart-contract-function-using-python-and-web3-py)
-
-## 中级文章 {#intermediate-articles}
-
-- [面向 Python 程序员的去中心化应用程序开发](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28)
-- [创建 Python 以太坊接口: 第 1 部分](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d)
-- [基于 Python 的以太坊智能合约开发:完整 (入门) 教程](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988)
-- [您需要知道的关于以太坊客户端的一切](https://medium.com/@pipermerriam/everything-you-need-to-know-about-the-trinity-ethereum-client-b093c756d1de)
-
-## 高级使用模式 {#advanced-use-patterns}
-
-- [使用 Python 编译、部署和调用 Ethereum 智能合约](https://yohanes.gultom.id/2018/11/28/compiling-deploying-and-calling-ethereum-smartcontract-using-python/)
-- [使用 Slither 分析 Solidity 智能合约](https://kauri.io/#collections/DevOps/analyze-solidity-smart-contracts-with-slither/#analyze-solidity-smart-contracts-with-slither)
-
-## Python 项目和工具 {#python-projects-and-tools}
-
-- [Brownie](https://github.com/eth-brownie/brownie) - _一个用于部署、测试和与 Ethereum 智能合约交互的 Python 框架_
-- [eth-utils](https://github.com/ethereum/eth-utils/) - _使用以太坊相关代码库的实用函数工具_
-- [py-evm](https://github.com/ethereum/py-evm) - _Python 实现的以太坊虚拟机_
-- [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python 封装的 solidity 0.5.x 编译器_
-- [py-wasm](https://github.com/ethereum/py-wasm) - _Web 汇编解释器的 Python 实现_
-- [pydevp2p](https://github.com/ethereum/pydevp2p) - _P2P 协议栈的 Python 实现_
-- [pymaker](https://github.com/makerdao/pymaker) - _Maker 合约的 Python API _
-- [Mamba](https://mamba.black) - _一个用 Vyper 语言编写、编译和部署智能合约的框架_
-- [Trinity](https://github.com/ethereum/trinity) - _以太坊的 Python 客户端_
-- [Vyper](https://github.com/ethereum/vyper/) - _一个具有 Python 风格的以太坊智能合约编程语言_
-- [Web3.py](https://github.com/ethereum/web3.py) - _用于与 Ethereum 交互的 Python 库_
-
-想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。
-
-## Python 社区贡献者 {#python-community-contributors}
-
-- [Py-EVM Gitter](https://gitter.im/ethereum/py-evm)
-- [Trinity Gitter](https://gitter.im/ethereum/trinity)
-- [Vyper Gitter](https://gitter.im/ethereum/vyper)
-- [Webpy Gitter](https://gitter.im/ethereum/web3.py)
-
-## 其他汇总列表 {#other-aggregated-lists}
-
-Vyper wiki 有一个[关于 Vyper 的有趣的资源列表](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources) 有关 Python 相关工具的编译源代码,请访问 [py-eth.com](http://py-eth.com/)。
diff --git a/src/content/translations/zh/rust/index.md b/src/content/translations/zh/rust/index.md
deleted file mode 100644
index 57650c15d8a..00000000000
--- a/src/content/translations/zh/rust/index.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-title: 面向 Rust 开发者的以太坊资源
-description: 学习如何使用并通过基于 rust 的项目及工具参与以太坊的开发
-lang: zh
-sidebar: true
----
-
-# 面向 Rust 开发者的以太坊资源 {#ethereum-for-rust-devs}
-
-