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} - - - -Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que utilicen los beneficios de la tecnología de criptomonedas y blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar activos digitales con el fin de crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - -Construye aplicaciones descentralizadas sobre Ethereum e interactúa con contratos inteligentes usando herramientas y lenguajes del stack de tecnología de Microsoft , compatibles con C#, # Visual Basic .NET, F#, sobre herramientas como VSCode y Visual Studio, a través de .NET Framework/.NET Core/.NET Standard. Implementa una blockchain de Ethereum en Azure mediante Microsoft Azure Blockchain en tan solo unos minutos. Aplica tu amor por .NET a Ethereum. - - - -## 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} - - - -Utilice Ethereum para crear aplicaciones no centralizadas (ó "dapps"), que aprovechan los beneficios de las tecnologías de criptomonedas y blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar activos digitales con el fin de crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - - - -## 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} - - - -Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps") mediante los beneficios de las criptomonedas y la tecnología de blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar los activos digitales para crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - - - -## Comenzar con los contratos inteligentes y el lenguage de Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Da los primeros pasos para integrar Java 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) - -## Uso de Web3J y Hyperledger Besu (anteriormente denominado Pantheon, cliente de Java Ethereum) {#using-web3-and-hyperledger-besu} - -- [Conexión a un cliente de Ethereum con Java, Eclipse y Web3J](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [Administrar una cuenta de Ethereum con Java y Web3j](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [Generar un contenedor Java a partir de tu contrato inteligente](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [Interacción con un contrato inteligente de Ethereum](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [Escuchar eventos de contratos inteligentes de Ethereum](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [Uso de Besu (Pantheon), el cliente de Java Ethereum con Linux](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [Ejecución de un nodo Besu (Pantheon) de Hyperledger en las pruebas de integración de Java](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## Artículos de nivel intermedio {#intermediate-articles} - -- [Gestión del almacenamiento en una aplicación de Java con IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [Administrar tokens de tipo ERC20 en Java con Web3j](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Administradores de transacciones Web3j](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## Patrones de uso avanzado {#advanced-use-patterns} - -- [Uso de Eventeum para construir una caché de datos de contratos inteligentes de Java](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Proyectos y herramientas de Java {#java-projects-and-tools} - -- [Besu de Hiperledger (Pantheon) (cliente de Ethereum)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (biblioteca para interactuar con los clientes de Ethereum)](https://github.com/web3j/web3j) -- [Evento (Event Listener)](https://github.com/ConsenSys/eventeum) -- [Mahuta (herramientas de Dev para IPFS)](https://github.com/ConsenSys/mahuta) - -¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/) - -## Colaboradores de la comunidad de Java {#java-community-contributors} - -- [Creadores de E/S](https://io.builders) -- [Kauri](https://kauri.io) -- [Chat de Besu HL](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/es/javascript/index.md b/src/content/translations/es/javascript/index.md deleted file mode 100644 index bcf24c803bd..00000000000 --- a/src/content/translations/es/javascript/index.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Ethereum para desarrolladores de JavaScript -description: Aprende cómo desarrollar para Ethereum mediante proyectos y herramientas basados en JavaScript -lang: es -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum para desarrolladores de JavaScript {#ethereum-for-javascript-devs} - - - -Usa Ethereum para crear aplicaciones descentralizadas (o "dapps") mediante los beneficios de las criptomonedas y la tecnología de blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar activos digitales con el fin de crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - -## Comenzar con los contratos inteligentes y el lenguage de Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Da los primeros pasos para integrar JavaScript con Ethereum** - -¿Necesitas una introducción más básica para empezar? Visita [ethereum.org/learn](/learn/) o [ethereum.org/developers](/developers/) - -- [Ethereum para desarrolladores Web](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [Aprende a programar con Solidity](https://cryptozombies.io/) - -## Artículos de nivel intermedio {#intermediate-articles} - -- [Tutorial de Ethereum Dapp de stack completa de votación de "Hola, Mundo"](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## Proyectos y herramientas de JavaScript {#javascript-project-and-tools} - -**Solidity:** **_el lenguaje más popular de Ethereum, inspirado en Javascript._** - -- [Documentación](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Sala de chat de Gitter sobre Solidity](https://gitter.im/ethereum/solidity/) - -**Truffle:** **_un entorno de desarrollo y un entorno de trabajo de pruebas construido con Node._** - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js:** **_API de Javascript de Ethereum._** - -- [Documentación](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js:** **_completa implementación de la cartera de Ethereum y utilidades en JavaScript y TypeScript._** - -- [Documentación](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm: ** **_la máquina virtual de Ethereum implementada en JavaScript_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/) - -## Colaboradores de la comunidad de JavaScript {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/es/python/index.md b/src/content/translations/es/python/index.md deleted file mode 100644 index afcd504fa64..00000000000 --- a/src/content/translations/es/python/index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Ethereum para desarrolladores de Python -description: Aprende cómo desarrollar para Ethereum mediante proyectos y herramientas basados en Python -lang: es -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum para desarrolladores de Python {#ethereum-for-python-devs} - - - -Usa Ethereum para crear aplicaciones descentralizadas (o "dapps") mediante los beneficios de las criptomonedas y la tecnología de blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar los activos digitales para crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - - - -## 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} - - - -Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprovechan las ventajas de las criptomonedas y la tecnología de blockchain. Estas dapps pueden ser fiables, lo que significa que, una vez implementadas en Ethereum, siempre se ejecutan tal y como se programaron. Pueden controlar los activos digitales para crear nuevos tipos de aplicaciones financieras. Estas aplicaciones pueden ser descentralizadas, lo que significa que ninguna entidad o persona las controla y, por lo tanto, son prácticamente imposibles de censurar. - -## Comenzar con los contratos inteligentes y el lenguage de Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Da los primeros pasos para integrar Rust 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) - -## Artículos para principiantes {#beginner-articles} - -- [Seleccionar a un cliente de Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [El cliente de Ethereum basado en Rust](https://wiki.parity.io/Setup) -- [Enviar una transacción a Ethereum mediante Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Una introducción a los contratos inteligentes con el cliente de Parity Ethereum](https://wiki.parity.io/Smart-Contracts) -- [Configurar un entorno de desarrollo de Oasis SDK](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [Un tutorial paso a paso sobre cómo escribir contratos en Rust Wasm para Kovan](https://github.com/paritytech/pwasm-tutorial) - -## Artículos de nivel intermedio {#intermediate-articles} - -- [Documentación de Rust-Web3](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Ejemplos de trabajo de Rust-Web3](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## Patrones de uso avanzado {#advanced-use-patterns} - -- [Biblioteca externa pwasm_ethereum para interactuar con redes similares a Ethereum](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [Construir un chat descentralizado mediante JavaScript y Rust](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [Crear una aplicación descentralizada de tareas con Vue.js & Rust ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [Introducción a Enigma: un lenguaje de programación de Rust](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [Una introducción a los contratos secretos](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [Implementación de contratos de Solidity en Oasis (compuesto)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Proyectos y herramientas de Rust {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Colección de recursos externos para interactuar con redes similares a Ethereum._ -- [WebAssembly de Ethereum](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/): _referencia de la API de OASIS_ -- [eth-utils](https://github.com/ethereum/eth-utils/): _funciones de utilidad para trabajar con bases de código relacionadas con Ethereum_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm): _implementación de máquina virtual de Ethereum_ -- [Paridad](https://github.com/paritytech/parity-ethereum): _cliente de Ethereum basado en Rust_ -- [rust-web3:](https://github.com/tomusdrw/rust-web3) _implementación en Rust de la biblioteca de Web3.js_ -- [Wavelet:](https://wavelet.perlin.net/docs/smart-contracts) _contrato inteligente de Wavelet en Rust_ - -¿Buscas más recursos? Echa un vistazo a [ethereum.org/developers.](/developers/) - -## Colaboradores de la comunidad de Rust {#rust-community-contributors} - -- [WebAssembly de Ethereum](https://gitter.im/ewasm/Lobby) -- [Gitter de Oasis](https://gitter.im/Oasis-official/Lobby) -- [Gitter de Parity](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY) diff --git a/src/content/translations/fr/dot-net/index.md b/src/content/translations/fr/dot-net/index.md deleted file mode 100644 index 0f64ee9c55b..00000000000 --- a/src/content/translations/fr/dot-net/index.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: Ethereum pour les développeurs .NET -description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur .NET -lang: fr -sidebar: true ---- - -# Ethereum pour les développeurs .NET {#ethereum-for-dot-net-devs} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - -Construisez des applications décentralisées sur Ethereum et interagissez avec des smart contracts en utilisant des outils et des langages de la pile technologique Microsoft - Support C#, # Visual Basic .NET, F#, sur les outils tels que VSCode et Visual Studio, à travers .NET Framework/.NET Core/.NET Standard. Déployer une blockchain Ethereum sur Azure en utilisant Microsoft Azure Blockchain en quelques minutes. Apportez l'amour du .NET à Ethereum! - - - -## 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} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - - - -## 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} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - - - -## Se lancer avec les contrats intelligents et le langage Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Commencez à intégrer Java 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) - -## Using Web3J and Hyperledger Besu (Formerly Named Pantheon, Java Ethereum Client) {#using-web3-and-hyperledger-besu} - -- [Connecting to an Ethereum client with Java, Eclipse, and Web3J](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [Manage an Ethereum account with Java and Web3j](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [Generate a Java Wrapper from your Smart Contract](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [Interacting with an Ethereum Smart Contract](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [Listening for Ethereum Smart Contract Events](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [Using Besu (Pantheon), the Java Ethereum Client with Linux](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [Running a Hyperledger Besu (Pantheon) Node in Java Integration Tests](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## Intermediate Articles {#intermediate-articles} - -- [Managing storage in a Java application with IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [Manage ERC20 tokens in Java with Web3j](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Web3j Transaction Managers](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## Modèles d'utilisation avancés {#advanced-use-patterns} - -- [Using Eventeum to build a Java smart contract data cache](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Projets et Outils Java {#java-projects-and-tools} - -- [Hyperledger Besu (Pantheon) (Ethereum Client)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (Library for Interacting with Ethereum Clients)](https://github.com/web3j/web3j) -- [Eventeum (Event Listener)](https://github.com/ConsenSys/eventeum) -- [Mahuta (IPFS Dev Tools)](https://github.com/ConsenSys/mahuta) - -Vous cherchez davantage de ressources ? Consultez [ethereum.org/developers.](/fr/developers/) - -## Java Community Contributors {#java-community-contributors} - -- [IO Builders](https://io.builders) -- [Kauri](https://kauri.io) -- [Besu HL chat](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/fr/javascript/index.md b/src/content/translations/fr/javascript/index.md deleted file mode 100644 index fc7d7196f18..00000000000 --- a/src/content/translations/fr/javascript/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Ethereum pour les développeurs JavaScript -description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur JavaScript -lang: fr -sidebar: true ---- - -# Ethereum pour les développeurs JavaScript {#ethereum-for-javascript-devs} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - -## Se lancer avec les contrats intelligents et le langage Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Commencez à intégrer JavaScript avec Ethereum** - -Besoin d’une approche plus élémentaire ? Jetez un oeil à [ethereum.org/learn](/fr/learn/) ou [ethereum.org/developers](/fr/developers/) - -- [Ethereum pour les développeurs Web](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [Apprenez à coder avec Solidity](https://cryptozombies.io/fr/solidity) - -## Intermediate Articles {#intermediate-articles} - -- [Full Stack Hello World Voting Ethereum Dapp Tutorial](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## Projets et Outils JavaScript {#javascript-project-and-tools} - -**Solidity -** **_Le langage le plus populaire sur Ethereum, inspiré par JavaScript._** - -- [Documentation](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Chatroom Gitter Solidity](https://gitter.im/ethereum/solidity/) - -**Truffle -** **_A development environment and testing framework built with Node._** - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js -** **_Ethereum JavaScript API._** - -- [Documentation](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js -** **_Complete Ethereum wallet implementation and utilities in JavaScript and TypeScript._** - -- [Documentation](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm -** **_The Ethereum VM implemented in JavaScript_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -Vous cherchez davantage de ressources ? Consultez [ethereum.org/developers.](/fr/developers/) - -## JavaScript Community Contributors {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/fr/python/index.md b/src/content/translations/fr/python/index.md deleted file mode 100644 index ad29d294d0f..00000000000 --- a/src/content/translations/fr/python/index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Ethereum pour les développeurs Python -description: Apprenez à développer sur Ethereum avec des projets et des outils reposant sur Python -lang: fr -sidebar: true ---- - -# Ethereum pour les développeurs Python {#ethereum-for-python-devs} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - - - -## 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} - -
- -Utilisez Ethereum pour créer des applications décentralisées (ou « dapps ») qui bénéficient des avantages des technologies des crypto-monnaies et de la blockchain. Ces dapps sont dignes de confiance, ce qui signifie que dès qu'elles sont déployées sur Ethereum, elles fonctionnent toujours comme prévu. Elles peuvent contrôler les actifs numériques afin de créer de nouveaux types d'applications financières. Elles peuvent être décentralisées, ce qui signifie qu'aucune entité ou personne ne les contrôle et qu'il est pratiquement impossible de les censurer. - -## Se lancer avec les contrats intelligents et le langage Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Commencez à intégrer Rust 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 débutants {#beginner-articles} - -- [Choisir un client Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [Le client Ethereum sous Rust](https://wiki.parity.io/Setup) -- [Envoyer une transaction sur Ethereum en utilisant Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Introduction aux contrats intelligents avec le client Ethereum Parity](https://wiki.parity.io/Smart-Contracts) -- [Setting up your Oasis SDK dev environment](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [A step-by-step tutorial on how to write contracts in rust Wasm for Kovan](https://github.com/paritytech/pwasm-tutorial) - -## Intermediate Articles {#intermediate-articles} - -- [Documentation Rust-Web3](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Rust-Web3 Working Examples](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## Modèles d'utilisation avancés {#advanced-use-patterns} - -- [pwasm_ethereum externs library to interact with Ethereum-like network](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [Build A Decentralized Chat Using JavaScript and Rust](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [Build a Decentralized Todo App Using Vue.js & Rust ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [Getting Started with Enigma - In Rust Programming Language](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [An Intro to Secret Contracts](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [Deploying Solidity Contracts on Oasis (Compound)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Projets et Outils Rust {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Collection of externs to interact with ethereum-like network._ -- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API reference_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _utility functions for working with Ethereum related codebases_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Rust Ethereum Virtual Machine Implementation_ -- [Parity](https://github.com/paritytech/parity-ethereum) - _Client Ethereum sous Rust_ -- [rust-web3](https://github.com/tomusdrw/rust-web3) - _Rust implementation of Web3.js library_ -- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Les contrats intelligents Wavelet sous Rust_ - -Vous cherchez davantage de ressources ? Consultez [ethereum.org/developers.](/fr/developers/) - -## Rust Community Contributors {#rust-community-contributors} - -- [Ethereum WebAssembly](https://gitter.im/ewasm/Lobby) -- [Oasis Gitter](https://gitter.im/Oasis-official/Lobby) -- [Parity Gitter](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY) diff --git a/src/content/translations/hu/dot-net/index.md b/src/content/translations/hu/dot-net/index.md deleted file mode 100644 index efd895c6368..00000000000 --- a/src/content/translations/hu/dot-net/index.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: Ethereum .NET fejlesztőknek -description: Tanulj meg Ethereumon fejleszteni .NET-alapú projektek és eszközök használatával -lang: hu -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum .NET fejlesztőknek {#ethereum-for-dot-net-devs} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer "feltöltötték" az Ethereumba, akkor örökké úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehet, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - -Építs decentralizált alkalmazásokat Ethereumra és lépj kapcsolatba okos szerződésekkel a Microsoft tech stack használatával, mely támogatja a C#, # Visual Basic .NET, F# nyelveket VSCode és Visual Studio eszközökkel a .NET Framework/.NET Core/.NET Standard-on keresztül. Telepíts percek alatt egy Ethereum blokkláncot Azure-ra a Microsoft Azure Blockchain használatával. Hozd el a .NET szeretét Ethereumra! - - - -## 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} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer telepítették az Ethereumba, akkor mindig úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehetnek, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - - - -## 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} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer telepítették az Ethereumba, akkor mindig úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehetnek, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - - - -## 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 Java-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) - -## Web3J és Hyperledger Besu használata (korábban Pantheon, Java Ethereum Client) {#using-web3-and-hyperledger-besu} - -- [Egy Ethereum klienshez való csatlakozás Java-val, Eclipse-szel és Web3J-vel](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [Egy Ethereum számla kezelése Java-val és Web3J-vel](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [Generálj egy Java Wrappert az okos szerződésedből](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [Kapcsolódás egy Ethereum okos szerződéshez](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [Ethereum okos szerződés esemyények hallgatása](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [Besu (Pantheon) használata, a Java Ethereum kliens Linux-szal](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [Egy Hyperledger Besu (Pantheon) csomópont futtatása Java integrációs teszteken](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## Haladó cikkek {#intermediate-articles} - -- [Tárhely kezelés Java alkalmazásokban IPFS-szel](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [ERC20 tokenek kezelése Java-ban Web3j-vel](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Web3j tranzakció kezelők](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## Fejlett használati minták {#advanced-use-patterns} - -- [Ethereum használata Java okos szerződés adat cache építésére](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Java projektek és eszközök {#java-projects-and-tools} - -- [Hyperledger Besu (Pantheon) (Ethereum kliens)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (Library Ethereum kliensekkel való interakcióhoz)](https://github.com/web3j/web3j) -- [Eventeum (Event Listener)](https://github.com/ConsenSys/eventeum) -- [Mahuta (IPFS Fejlesztői Eszközök)](https://github.com/ConsenSys/mahuta) - -Még több anyagot keresel? Tekintsd meg a [ethereum.org/developers](/hu/developers/) oldalt. - -## Java közösségi hozzájárulók {#java-community-contributors} - -- [IO Builders](https://io.builders) -- [Kauri](https://kauri.io) -- [Besu HL chat](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/hu/javascript/index.md b/src/content/translations/hu/javascript/index.md deleted file mode 100644 index a80658fa361..00000000000 --- a/src/content/translations/hu/javascript/index.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Ethereum JavaScript fejlesztőknek -description: Tanulj meg Ethereumon fejleszteni JavaScript alapú projektek és eszközök használatával -lang: hu -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum JavaScript fejlesztőknek {#ethereum-for-javascript-devs} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer telepítették az Ethereumba, akkor mindig úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehetnek, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - -## 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 JavaScript-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 - -- [Ethereum web fejlesztőknek](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [Tanulj meg Solidity-ben programozni](https://cryptozombies.io/) - -## Haladó cikkek {#intermediate-articles} - -- [Full Stack Hello World Szavazó Dapp Ethereum útmutató](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## JavaScript projektek és eszközök {#javascript-project-and-tools} - -**Solidity -** **_A legnépszerűbb Ethereumon használt nyelv, melyet a JavaScript inspirált._** - -- [Dokumentáció](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter Chatszoba](https://gitter.im/ethereum/solidity/) - -**Truffle -** **_Egy fejlesztői környezet és testing keretrendszer Node-dal felépítve._** - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js -** **_Ethereum JavaScript API._** - -- [Dokumentáció](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js -** **_Teljes Ethereum tárca implementáció és segédprogramok JavaScript-ben és TypeScript-ben._** - -- [Dokumentáció](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm -** **_Az Ethereum VM JavaScript-ben implementálva_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -Még több anyagot keresel? Tekintsd meg a [ethereum.org/developers](/hu/developers/) oldalt. - -## JavaScript közösségi hozzájárulók {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/hu/python/index.md b/src/content/translations/hu/python/index.md deleted file mode 100644 index 1f8fc8c620d..00000000000 --- a/src/content/translations/hu/python/index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Ethereum Python fejlesztőknek -description: Tanulj meg Ethereumra fejleszteni Python alapú projektek és eszközök használatával -lang: hu -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum Python fejlesztőknek {#ethereum-for-python-devs} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer telepítették az Ethereumba, akkor mindig úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehetnek, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - - - -## 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} - - - -Használj Ethereumot decentralizált alkalmazások (vagy "dappok") fejlesztésére, melyek kihasználják a kriptovaluta és a blokklánc technológia nyújtotta előnyöket. Ezek az appok megbízhatóak, ami azt jelenti, hogyha egyszer telepítették az Ethereumba, akkor mindig úgy fognak futni, ahogy programozták őket. Digitális vagyontárgyakat irányíthatnak, lehetőséget teremtve ezzel újfajta pénzügyi alkalmazások létrejöveteléhez. Decentralizáltak lehetnek, mely azt jelenti, hogy semmilyen entitás vagy személy nem irányítja őket és közel lehetetlen őket cenzúrázni. - -## 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 Rust-ot 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) - -## Cikkek kezdőknek {#beginner-articles} - -- [Ethereum kliens kiválasztása](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [A Rust Ethereum kliens](https://wiki.parity.io/Setup) -- [Tranzakció küldése Ethereumra Rust használatával](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Bevezetés az okos szerződésekbe a Parity Ethereum klienssel](https://wiki.parity.io/Smart-Contracts) -- [Oasis SDK fejlesztői környezet beállítása](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [Útmutató arról, hogyan lehet szerződéseket írni Rust Wasm-ben Kovanra, lépésről lépésre](https://github.com/paritytech/pwasm-tutorial) - -## Haladó cikkek {#intermediate-articles} - -- [Rust-Web3 dokumentáció](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Rust-Web3 működő példák](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## Fejlett használati minták {#advanced-use-patterns} - -- [pwasm_ethereum externs library Ethereum-szerű hálózatokkal való interakciókhoz](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [Építsd egy decentralizált chat-et JavaScript és Rust használatával](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [Építsd egy decentralizált To-Do alkalmazást Vue.js-szel & Rust-tal ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [Enigma első lépések - Rust programozási nyelven](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [Bevezetés a titkos szerződésekbe](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [Solidity szerződések telepítése Oasis-ba (Compound)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Rust projektek és eszközök {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Külső elemek gyűjteménye az ethereum-szerű hálózattal való interakcióhoz._ -- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API hivatkozás_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _használati funkciók Ethereumhoz kapcsolódó kódbázisokkal való munkához_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Rust Ethereum virtuális gép implementáció_ -- [Parity](https://github.com/paritytech/parity-ethereum) - _Ethereum Rust kliens_ -- [rust-web3](https://github.com/tomusdrw/rust-web3) - _A Web3.js könyvtár Rust implementációja_ -- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Wavelet okos szerződés Rust-ban_ - -Még több anyagot keresel? Látogasd meg a [ethereum.org/developers](/hu/developers/) oldalt. - -## Rust közösségi hozzájárulók {#rust-community-contributors} - -- [Ethereum WebAssembly](https://gitter.im/ewasm/Lobby) -- [Oasis Gitter](https://gitter.im/Oasis-official/Lobby) -- [Parity Gitter](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY) diff --git a/src/content/translations/it/dot-net/index.md b/src/content/translations/it/dot-net/index.md deleted file mode 100644 index 656f7b5e3fe..00000000000 --- a/src/content/translations/it/dot-net/index.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: Ethereum per sviluppatori .NET -description: Impara a sviluppare su Ethereum usando progetti e strumenti basati su .NET -lang: it -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum per sviluppatori .NET {#ethereum-for-dot-net-devs} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare beni digitali per creare nuovi tipi di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - -Crea applicazioni decentralizzate su Ethereum e interagisci con Smart Contract utilizzando strumenti e linguaggi Microsoft. Supporta C#, Visual Basic .NET, F#, con strumenti come VSCode e Visual Studio, in .NET Framework/.NET Core/.NET Standard. Distribuisci una blockchain Ethereum su Azure usando Microsoft Azure Blockchain in pochi minuti. Porta .NET su Ethereum! - - - -## 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} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare beni digitali per creare nuovi tipi di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - - - -## 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} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare risorse digitali per poter creare nuove tipologie di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - - - -## Primi passi con gli Smart Contract e il linguaggio Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Operazioni di base per integrare Java 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) - -## Usare Web3K e Hyperledger Besu (precedentemente noti come Pantheon, Java Ethereum Client) {#using-web3-and-hyperledger-besu} - -- [Connettersi a un client Ethereum con Java, Eclipse e Web3J (in inglese)](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [Gestire un account Ethereum con Java e Web3j (in inglese)](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [Generare un wrapper Java dal tuo Smart Contract (in inglese)](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [Interagire con uno Smart Contract di Ethereum (in inglese)](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [Ascoltare gli eventi degli Smart Contract di Ethereum (in inglese)](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [Usare Besu (Pantheon), il client Ethereum Java con Linux (in inglese)](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [Eseguire un nodo di Hyperledger Besu (Pantheon) nei test di integrazione Java (in inglese)](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## Articoli di livello intermedio {#intermediate-articles} - -- [Gestire lo storage in un'applicazione Java con IPFS (in inglese)](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [Gestire i token ERC20 in Java con Web3j (in inglese)](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Gestori di transazioni Web3j (in inglese)](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## Pattern per uso avanzato {#advanced-use-patterns} - -- [Usare Eventeum per creare una cache di dati in Java per gli Smart Contract (in inglese)](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Progetti e strumenti di Java {#java-projects-and-tools} - -- [Hyperledger Besu (Pantheon) (client Ethereum) (in inglese)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (libreria per interagire con i client Ethereum) (in inglese)](https://github.com/web3j/web3j) -- [Eventeum (listener di eventi) (in inglese)](https://github.com/ConsenSys/eventeum) -- [Mahuta (strumenti di sviluppo IPFS) (in inglese)](https://github.com/ConsenSys/mahuta) - -Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers.](/it/developers/) - -## Collaboratori della community Java {#java-community-contributors} - -- [IO Builders](https://io.builders) -- [Kauri](https://kauri.io) -- [Chat di Besu HL](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/it/javascript/index.md b/src/content/translations/it/javascript/index.md deleted file mode 100644 index 6fa0fc80fd9..00000000000 --- a/src/content/translations/it/javascript/index.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Ethereum per sviluppatori JavaScript -description: Impara a sviluppare per Ethereum usando progetti e strumenti basati su JavaScript -lang: it -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum per sviluppatori JavaScript {#ethereum-for-javascript-devs} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare risorse digitali per poter creare nuove tipologie di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - -## Primi passi con gli Smart Contract e il linguaggio Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Operazioni di base per integrare JavaScript con Ethereum** - -Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/it/learn/) o [ethereum.org/developers.](/it/developers/) - -- [Ethereum per sviluppatori Web (in inglese)](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [Impara a programmare con Solidity (in inglese)](https://cryptozombies.io/en/solidity) - -## Articoli intermedi {#intermediate-articles} - -- [Tutorial per dapp di Ethereum - Hello World (in inglese)](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## Progetti e strumenti di JavaScript {#javascript-project-and-tools} - -**Solidity -** **_Il linguaggio più popolare su Ethereum, ispirato a JavaScript_** - -- [Documentazione](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Chat Solidity Gitter](https://gitter.im/ethereum/solidity/) - -**Truffle -** **_Ambiente di sviluppo e framework di test creato con Node_** - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js -** **_API JavaScript Ethereum_** - -- [Documentazione](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js -** **_Implementazione completa del portafoglio di Ethereum e utilità in JavaScript e TypeScript_** - -- [Documentazione](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm -** **_La VM di Ethereum implementata in JavaScript_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers.](/it/developers/) - -## Collaboratori della community JavaScript {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/it/python/index.md b/src/content/translations/it/python/index.md deleted file mode 100644 index c5de56ea4a5..00000000000 --- a/src/content/translations/it/python/index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: Ethereum per sviluppatori Python -description: Impara a sviluppare per Ethereum usando progetti e strumenti basati su Python -lang: it -sidebar: true -sidebarDepth: 1 ---- - -# Ethereum per sviluppatori Python {#ethereum-for-python-devs} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare risorse digitali per creare nuove tipologie di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - - - -## 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} - - - -Usa Ethereum per creare applicazioni decentralizzate (dette "dapp") che sfruttano i vantaggi delle criptovalute e della tecnologia blockchain. Queste dapp sono attendibili perché, una volta distribuite su Ethereum, vengono eseguite sempre come programmato. Possono controllare risorse digitali per poter creare nuove tipologie di applicazioni finanziarie. Possono essere decentralizzate, pertanto nessuna entità singola o individuo le controlla e sono quasi impossibili da censurare. - -## Primi passi con gli Smart Contract e il linguaggio Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Operazioni di base per integrare Rust 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} - -- [Scegliere un client Ethereum (in inglese)](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [Il client Ethereum in Rust (in inglese)](https://wiki.parity.io/Setup) -- [Inviare transazioni a Ethereum usando Rust (in inglese)](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Introduzione agli Smart Contract con il client Ethereum Parity (in inglese)](https://wiki.parity.io/Smart-Contracts) -- [Configurare un ambiente di sviluppo Oasis SDK (in inglese)](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [Tutorial passo-passo per scrivere contratti in rust Wasm per Kovan (in inglese)](https://github.com/paritytech/pwasm-tutorial) - -## Articoli di livello intermedio {#intermediate-articles} - -- [Documentazione Rust-Web3 (in inglese)](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Esempi di lavoro in Rust-Web3 (in inglese)](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## Pattern per uso avanzato {#advanced-use-patterns} - -- [Libreria pwasm_ethereum esterna per interagire con reti di tipo Ethereum (in inglese)](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [Creare una chat decentralizzata usando JavaScript e Rust (in inglese)](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [Creare un'app decentralizzata Todo usando Vue.js e Rust (in inglese) ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [Primi passi con Enigma - in linguaggio di programmazione Rust (in inglese)](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [Introduzione ai contratti segreti (in inglese)](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [Distribuire i contratti Solidity su Oasis (composto) (in inglese)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Progetti e strumenti di Rust {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Raccolta di risorse esterne per interagire con una rete di tipo Ethereum_ -- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _Riferimento API di OASIS_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _Funzioni di utilità per lavorare con basi di codice relative a Ethereum_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Implementazione della macchina virtuale Ethereum in Rust_ -- [Parity](https://github.com/paritytech/parity-ethereum) - _Client Rust per Ethereum_ -- [rust-web3](https://github.com/tomusdrw/rust-web3) - _Implementazione della libreria di Web3.js in Rust_ -- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Smart Contract Wavelet in Rust_ - -Cerchi altre risorse? Dai un'occhiata a [ethereum.org/developers.](/it/developers/) - -## Collaboratori della community Rust {#rust-community-contributors} - -- [Ethereum WebAssembly](https://gitter.im/ewasm/Lobby) -- [Oasis Gitter](https://gitter.im/Oasis-official/Lobby) -- [Parity Gitter](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY) diff --git a/src/content/translations/ro/dot-net/index.md b/src/content/translations/ro/dot-net/index.md deleted file mode 100644 index 122f6caa93a..00000000000 --- a/src/content/translations/ro/dot-net/index.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: Ethereum pentru programatori .NET -description: Învață să programezi pentru Ethereum folosind proiecte și instrumente .NET -lang: ro -sidebar: true ---- - -# Ethereum pentru programatori .NET {#ethereum-for-dot-net-devs} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - -Dezvoltă aplicații descentralizate pe Ethereum și interacționează cu contracte smart folosind instrumente și limbaje de programare din stiva de tehnologie Microsoft - acceptă C#, # Visual Basic .NET, F#, pe instrumente ca VSCode și Visual Studio, în .NET Framework/ .NET Core/ .NET Standard. Implementează în câteva minute un blockchain Ethereum pe Azure folosind Microsoft Azure Blockchain. Adu pasiunea pentru .NET pe Ethereum! - - - -## 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)
- -**Vrei să sari peste pașii inițiali și să mergi direct la exemple concrete?** - -- [Playground](http://playground.nethereum.com/) - Interacționează cu Ethereum și învață să folosești Nethereum prin browser. - - Interogarea soldului unui cont [C#](http://playground.nethereum.com/csharp/id/1001) [VB.NET](http://playground.nethereum.com/vb/id/2001) - - Interogarea soldului unui contract smart ERC20 [C#](http://playground.nethereum.com/csharp/id/1005) [VB.NET](http://playground.nethereum.com/vb/id/2004) - - Transferă ether într-un cont [C#](http://playground.nethereum.com/csharp/id/1003) [VB.NET](http://playground.nethereum.com/vb/id/2003) - - ... Și altele! - -## Articole de nivel intermediar {#intermediate-articles} - -- [Nethereum workbook/listă de exemple](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/) -- [Implementează propriile tale testchainuri de programare](https://github.com/Nethereum/Testchains) -- [Pluginul VSCode Codegen pentru Solidity](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/) -- [Unity și Ethereum: de ce și cum](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how) -- [Generează API ASP.NET Core Web pentru dapps Ethereum](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/) -- [Cum să utilizezi Nethereum Web3 pentru monitorizarea unui lanț de aprovizionare](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4) -- [Procesarea blocurilor Nethereum](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/), cu [un exemplu C# Playground](http://playground.nethereum.com/csharp/id/1025) -- [Nethereum Websocket Streaming](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/) -- [Kaleido și Nethereum](https://kaleido.io/kaleido-and-nethereum/) -- [Quorum și Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md) - -## Modele avansate de utilizare {#advanced-use-patterns} - -- [Azure Key Vault și Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum) -- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid) -- [Ujo - Arhitectura backend Nethereum de referință](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/) - -## Proiecte.NET, instrumente și alte lucruri distractive {#dot-net-projects-tools-and-other-fun stiff} - -- [Nethereum Playground](http://playground.nethereum.com/) - _Compilează, creează și rulează secvențe de cod Nethereum în browser_ -- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _Generator de cod Nethereum cu UI în Blazor_ -- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _Un explorer de blockchain simplu .NET Wasm SPA și un portofel simplu_ -- [Wonka Business Rules Engine](https://docs.nethereum.com/en/latest/wonka/) - _Un motor de reguli business (pentru platformele .NET și Ethereum) bazat inerent pe metadate_ -- [Nethermind](https://github.com/NethermindEth/nethermind) - _Un client core Ethereum.NET pentru Linux, Windows, MacOs_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _funcții utilitare pentru lucrul cu baze de cod Ethereum_ -- [TestChains](https://github.com/Nethereum/TestChains) - _Devchain-uri .NET preconfigurate pentru viteze mari de răspuns (PoA)_ - -Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/) - -## Contributori ai comunității .NET {#dot-net-community-contributors} - -De obicei, cei de la Nethereum pot fi găsiți pe [Gitter](https://gitter.im/Nethereum/Nethereum), unde toată lumea poate să pună întrebări și să dea răspunsuri, să primească ajutor sau pur și simplu să se relaxeze. Poți să faci un PR sau să dechizi un tichet în [Nethereum GitHub repository](https://github.com/Nethereum) sau să descoperi numeroasele noastre proiecte secundare/de test. - -La Nethermind, te invităm să ne contactezi prin [Gitter](https://gitter.im/nethermindeth/nethermind). Pentru PR sau tichete accesează [Nethermind GitHub repository](https://github.com/NethermindEth/nethermind). - -## Alte liste agregate {#other-aggregated-lists} - -[Site-ul oficial Nethereum](https://nethereum.com/) [Site-ul oficial Nethermind](https://nethermind.io/) diff --git a/src/content/translations/ro/golang/index.md b/src/content/translations/ro/golang/index.md deleted file mode 100644 index c00366bcbce..00000000000 --- a/src/content/translations/ro/golang/index.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: Ethereum pentru programatori Go -description: Învață să programezi pentru Ethereum folosind proiecte și instrumente Go -lang: ro -sidebar: true ---- - -# Ethereum pentru programatori Go {#ethereum-for-go-devs} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - - - -## 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} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - - - -## Primii pași în contracte smart și limbajul Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Fă primii tăi pași în integrarea Java 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) - -## Cum să folosești Web3J și Hyperledger Besu (numit anterior Pantheon, client Java Ethereum) {#using-web3-and-hyperledger-besu} - -- [Conectarea la un client Ethereum cu Java, Eclipse și Web3J](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [Administrarea unui cont Ethereum cu Java si Web3J](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [Generarea unui Java Wrapper din contractul smart](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [Interacțiunea cu un contract smart Ethereum](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [Monitorizarea evenimentelor de contracte smart Ethereum](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [Utilizarea Besu (Pantheon), clientul Java Ethereum, cu Linux](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [Rularea unui nod Hyperledger Besu (Pentheon) în teste de integrare Java](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## Articole de nivel intermediar {#intermediate-articles} - -- [Administrarea stocării într-o aplicație Java cu IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [Administrarea tokenurilor ERC20 în Java cu Web3J](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Manageri de tranzacții Web3j](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## Modele avansate de utilizare {#advanced-use-patterns} - -- [Utilizarea Eventeum pentru crearea unui cache de date pentru contracte smart Java](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Proiecte și instrumente Java {#java-projects-and-tools} - -- [Hyperledger Besu (Pantheon) (client Ethereum)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (bibliotecă de interacțiuni cu clienți Ethereum)](https://github.com/web3j/web3j) -- [Eventeum (monitorizare de evenimente)](https://github.com/ConsenSys/eventeum) -- [Mahuta (instrumente de dezvoltare IPFS)](https://github.com/ConsenSys/mahuta) - -Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/) - -## Contributori ai comunității Java {#java-community-contributors} - -- [IO Builders](https://io.builders) -- [Kauri](https://kauri.io) -- [Chat Besu HL](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/ro/javascript/index.md b/src/content/translations/ro/javascript/index.md deleted file mode 100644 index 018ff300a93..00000000000 --- a/src/content/translations/ro/javascript/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Ethereum pentru programatori JavaScript -description: Învață să programezi pentru Ethereum folosind proiecte și instrumente JavaScript -lang: ro -sidebar: true ---- - -# Ethereum pentru programatori JavaScript {#ethereum-for-javascript-devs} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - -## Primii pași în contracte smart și limbajul Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Fă primii tăi pași în integrarea JavaScript cu Ethereum** - -Ai nevoie de o scurtă introducere? Accesează [ethereum.org/learn](/ro/learn/) sau [ethereum.org/developers](/ro/developers/) - -- [Ethereum pentru programatori web](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [Învață să programezi în Solidity](https://cryptozombies.io/en/solidity) - -## Articole de nivel intermediar {#intermediate-articles} - -- [Tutorial stivă completă pentru dapp Ethereum - „Hello World Voting”](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## Proiecte și instrumente JavaScript {#javascript-project-and-tools} - -**Solidity -** **_Cel mai popular limbaj pe Ethereum, inspirat din JavaScript._** - -- [Documentație](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Chatroom Solidity Gitter](https://gitter.im/ethereum/solidity/) - -**Truffle-\*\***_Un mediu de dezvoltare și framework de testare dezvoltat cu Node._\*\* - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js -** **_API JavaScript Ethereum._** - -- [Documentație](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js -** **_Implementare completă de portofel Ethereum și utilitare, în JavaScript și TypeScript._** - -- [Documentație](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm -** **_Implementare Ethereum VM în JavaScript_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/) - -## Contributori ai comunității JavaScript {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/ro/python/index.md b/src/content/translations/ro/python/index.md deleted file mode 100644 index 7d70dcef64e..00000000000 --- a/src/content/translations/ro/python/index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Ethereum pentru programatori Python -description: Învață să programezi pentru Ethereum folosind proiecte și instrumente Python -lang: ro -sidebar: true ---- - -# Ethereum pentru programatori Python {#ethereum-for-python-devs} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - - - -## 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} - -
- -Folosește Ethereum pentru a crea aplicații descentralizate („dapps”) care valorifică avantajele criptovalutelor și ale tehnologiei blockchain. Aceste dapps pot fi demne de încredere, întrucât, odată implementate pe Ethereum, vor rula întotdeauna așa cum au fost programate. Pot controla active digitale pentru a crea noi tipuri de aplicații financiare. Pot fi descentralizate, astfel încât nu pot fi controlate de către o singură entitate sau persoană și sunt aproape imposibil de cenzurat. - -## Primii pași în contracte smart și limbajul Solidity {#getting-started-with-smart-contracts-and-solidity} - -**Fă primii tăi pași în integrarea Rust 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} - -- [Cum să alegi un client Ethereum](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [Clientul Rust pentru Ethereum](https://wiki.parity.io/Setup) -- [Trimiterea tranzacțiilor în Ethereum cu Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Introducere în contracte smart cu clientul Parity pentru Ethereum](https://wiki.parity.io/Smart-Contracts) -- [Setarea mediului de dezvoltare Oasis SDK](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [Tutorial pas-cu-pas de dezvoltare a contractelor smart în Rust Wasm pentru Kovan](https://github.com/paritytech/pwasm-tutorial) - -## Articole de nivel intermediar {#intermediate-articles} - -- [Documentația Rust-Web3](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Exemple practice de Rust-Web3](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## Modele avansate de utilizare {#advanced-use-patterns} - -- [pwasm_ethereum bibliotecă pentru interacțiuni cu rețele ca Ethereum](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [Creează un chat descentralizat folosind JavaScript și Rust](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [Dezvoltă o aplicație Todo descentralizată folosind Vue.js și Rust ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [Primii pași cu Enigma - Limbaj de programare în Rust](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [Introducere în contracte secrete](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [Implementarea contractelor Solidity pe Oasis (Compound)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Proiecte și instrumente Rust {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Colecție de biblioteci pentru interacțiuni cu rețele ca Ethereum._ -- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _Referință API OASIS_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _funcții utilitare pentru lucrul cu baze de cod Ethereum_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Implementare Rust a mașinii virtuale Ethereum_ -- [Parity](https://github.com/paritytech/parity-ethereum) - _Client Rust Ethereum_ -- [rust-web3](https://github.com/tomusdrw/rust-web3) - _Implementare Rust a bibliotecii Web3.js_ -- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Contract smart Wavelet în Rust_ - -Cauți mai multe resurse? Accesează [ethereum.org/developers.](/ro/developers/) - -## Contributori ai comunității Rust {#rust-community-contributors} - -- [Ethereum WebAssembly](https://gitter.im/ewasm/Lobby) -- [Oasis Gitter](https://gitter.im/Oasis-official/Lobby) -- [Parity Gitter](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY) diff --git a/src/content/translations/zh/dot-net/index.md b/src/content/translations/zh/dot-net/index.md deleted file mode 100644 index 5d30dfd4d9b..00000000000 --- a/src/content/translations/zh/dot-net/index.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -title: 面向 .NET 开发者的以太坊资源 -description: 学习如何使用并通过基于 .NET 的项目及工具参与以太坊的开发 -lang: zh -sidebar: true ---- - -# 面向 .NET 开发者的以太坊资源 {#ethereum-for-dot-net-devs} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - -使用 Microsoft 技术堆栈中的工具和语言在以太坊上搭建去中心化应用程序和与智能合约交互 —— .NET Framework/.NET Core/.NET Standard 支持 VSCode 和 Visual Studio 等工具上的 C#、# Visual Basic .NET、F#。 使用 Microsoft Azure 区块链在 Azure 上部署一条以太坊区块链,几分钟即可完成。 将人们对 .NET 的喜爱带到以太坊上! - - - -## 智能合约和 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)
- -**现在想要跳过设置,直接跳转到样本?** - -- [训练场](http://playground.nethereum.com/) - 与以太坊进行交互,学习如何通过浏览器使用 Nethereum。 - - 查询账户余额[C#](http://playground.nethereum.com/csharp/id/1001)[VB.NET](http://playground.nethereum.com/vb/id/2001) - - 查询 ERC20 智能合约余额[C#](http://playground.nethereum.com/csharp/id/1005)[VB.NET](http://playground.nethereum.com/vb/id/2004) - - 将 ETH 转移至某个账户[C#](http://playground.nethereum.com/vb/id/2003)[VB.NET](http://playground.nethereum.com/vb/id/2003) - - ... 以及更多! - -## 中级文章 {#intermediate-articles} - -- [Nethereum 练习册/样本列表](http://docs.nethereum.com/en/latest/Nethereum.Workbooks/docs/) -- [部署您自己的开发测试链](https://github.com/Nethereum/Testchains) -- [Solidity 的 VSCode Codegen 插件](https://docs.nethereum.com/en/latest/nethereum-codegen-vscodesolidity/) -- [Unity 和以太坊:为何以及如何?](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how) -- [为以太坊 dapp 创建 ASP.NET Core Web API](https://tech-mint.com/create-asp-net-core-web-api-for-ethereum-dapps/) -- [使用 Nethereum Web3 来实现一个供应链追踪系统](http://blog.pomiager.com/post/using-nethereum-web3-to-implement-a-supply-chain-traking-system4) -- [Nethereum 区块处理](https://nethereum.readthedocs.io/en/latest/nethereum-block-processing-detail/),包含了[C# 操作样本](http://playground.nethereum.com/csharp/id/1025) -- [Nethereum Websocket Streaming](https://nethereum.readthedocs.io/en/latest/nethereum-subscriptions-streaming/) -- [Kaleido 和 Nethereum](https://kaleido.io/kaleido-and-nethereum/) -- [Quorum 和 Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md) - -## 高级使用模式 {#advanced-use-patterns} - -- [Azure Key Vault 和 Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum) -- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid) -- [Ujo Nethereum 后端参考架构](https://docs.nethereum.com/en/latest/nethereum-ujo-backend-sample/) - -## .NET 项目、工具以及其他有趣的 Stuff {#dot-net-projects-tools-and-other-fun stiff} - -- [Nethereum 训练场](http://playground.nethereum.com/) - _在浏览器中编译、创建和运行 Nethereum 代码片段_ -- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _在 Blazor 中具有 UI 的 Nethereum 代码生成_ -- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _.NET Wasm SPA 轻区块链浏览器和简单钱包_ -- [Wonka Business Rules Engine](https://docs.nethereum.com/en/latest/wonka/) - _业务规则引擎 (同时适用于 .NET 平台和以太坊平台),本质上是由元数据驱动的_ -- [Nethermind](https://github.com/NethermindEth/nethermind) - _.NET 核心以太坊客户端,适用于 Linux,Windows 和 MacOs_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _用于处理与以太坊相关的代码库的实用函数_ -- [TestChains](https://github.com/Nethereum/TestChains) - _预先配置的 .NET devchains,用于快速回应 (PoA)_ - -想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。 - -## .NET 社区贡献者 {#dot-net-community-contributors} - -在 Nethereum,我们主要活跃于 [Gitter](https://gitter.im/Nethereum/Nethereum) 上,任何人都可以前来提问/回答问题,获得帮助或者前来逛逛。 您可以自由地在 [Nethereum GitHub 库](https://github.com/Nethereum)上提交 PR 或者开启问题。或者只是前来浏览我们已有的许多小项目/样本项目。 - -在 Nethermind,让我们通过 [Gitter](https://gitter.im/nethermindeth/nethermind) 取得联系。 关于 PR 或者问题,请查看 [Nethermind GitHub 库](https://github.com/NethermindEth/nethermind)。 - -## 其他汇总列表 {#other-aggregated-lists} - -[官方 Nethereum 网站](https://nethereum.com/) [官方 Nethereum 网站](https://nethermind.io/) diff --git a/src/content/translations/zh/golang/index.md b/src/content/translations/zh/golang/index.md deleted file mode 100644 index b60f2796f7d..00000000000 --- a/src/content/translations/zh/golang/index.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: 面向 Go 开发者的以太坊资源 -description: 学习如何使用基于 Go 的项目和工具参与以太坊的开发 -lang: zh -sidebar: true ---- - -# 面向 Go 开发者的以太坊资源 {#ethereum-for-go-devs} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - - - -## 智能合约和 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} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - - - -## 智能合约和 Solidity 语言入门 {#getting-started-with-smart-contracts-and-solidity} - -**迈出第一步,将 Java 与以太坊进行集成** - -需要更基础的入门知识? 请查看 [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) - -## 使用 Web3J 和 Hyperledger Besu (旧称 Pantheon、Java 以太坊客户端) {#using-web3-and-hyperledger-besu} - -- [使用 Java 、Eclipse 和 Web3J 连接以太坊客户端](https://kauri.io/article/b9eb647c47a546bc95693acc0be72546/connecting-to-an-ethereum-client-with-java-eclipse-and-web3j) -- [使用 Java 和 Web3j 管理以太坊账户](https://kauri.io/article/925d923e12c543da9a0a3e617be963b4/manage-an-ethereum-account-with-java-and-web3j) -- [从智能合约中生成 Java 包装器](https://kauri.io/article/84475132317d4d6a84a2c42eb9348e4b/generate-a-java-wrapper-from-your-smart-contract) -- [与以太坊智能合约互动](https://kauri.io/article/14dc434d11ef4ee18bf7d57f079e246e/interacting-with-an-ethereum-smart-contract-in-java) -- [监听以太坊智能合约事件](https://kauri.io/article/760f495423db42f988d17b8c145b0874/listening-for-ethereum-smart-contract-events-in-java) -- [使用 Besu (Pantheon), Linux 下的 Java Ethereum 客户端](https://kauri.io/article/276dd27f1458443295eea58403fd6965/using-pantheon-the-java-ethereum-client-with-linux) -- [在 Java 集成测试中运行一个 Hyperledger Besu (Pantheon) 节点](https://kauri.io/article/7dc3ecc391e54f7b8cbf4e5fa0caf780/running-a-pantheon-node-in-java-integration-tests) - -## 中级文章 {#intermediate-articles} - -- [使用 IPFS 在 Java 应用程序中管理存储](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926/managing-storage-in-a-java-application-with-ipfs) -- [使用 Web3j 在 Java 中管理 ERC20 代币](https://kauri.io/article/d13e911bbf624108b1d5718175a5e0a0/manage-erc20-tokens-in-java-with-web3j) -- [Web3j 交易管理器](https://kauri.io/article/4cb780bb4d0846438d11885a25b6d7e7/web3j-transaction-managers) - -## 高级使用模式 {#advanced-use-patterns} - -- [使用 Eventeum 构建 Java 智能合约数据缓存](https://kauri.io/article/fe81ee9612eb4e5a9ab72790ef24283d/using-eventeum-to-build-a-java-smart-contract-data-cache) - -## Java 项目和工具 {#java-projects-and-tools} - -- [Hyperledger Besu (Pantheon) (以太坊客户端)](https://docs.pantheon.pegasys.tech/en/stable/) -- [Web3J (与以太坊客户端交互的库)](https://github.com/web3j/web3j) -- [Eventeum(事件侦听器)](https://github.com/ConsenSys/eventeum) -- [Mahuta (IPFS 开发者工具)](https://github.com/ConsenSys/mahuta) - -想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。 - -## Java 社区贡献者 {#java-community-contributors} - -- [IO Builders](https://io.builders) -- [Kauri](https://kauri.io) -- [Besu HL 聊天室](https://chat.hyperledger.org/channel/besu) diff --git a/src/content/translations/zh/javascript/index.md b/src/content/translations/zh/javascript/index.md deleted file mode 100644 index 6ca71f7b45a..00000000000 --- a/src/content/translations/zh/javascript/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: 面向 JavaScript 开发者的以太坊资源 -description: 学习如何使用并通过基于 JavaScript 的项目及工具参与以太坊的开发 -lang: zh -sidebar: true ---- - -# 面向 JavaScript 开发者的以太坊资源 {#ethereum-for-javascript-devs} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - -## 智能合约和 Solidity 语言入门 {#getting-started-with-smart-contracts-and-solidity} - -**迈出第一步,将 JavaScript 与以太坊进行集成** - -需要更基础的入门知识? 请查看 [ethereum.org/learn](/zh/learn/) 或者 [ethereum.org/developers](/zh/developers/)。 - -- [面向 Web 开发者的以太坊资源](https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c) -- [学习编写 Solidity](https://cryptozombies.io/en/solidity) - -## 中级文章 {#intermediate-articles} - -- [全栈 Hello World 投票以太坊去中心化应用程序教程](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) - -## JavaScript 项目和工具 {#javascript-project-and-tools} - -**Solidity -** **_以太坊上最受欢迎的智能合约语言,灵感来自 Javascript_** - -- [相关文档](https://solidity.readthedocs.io) -- [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter 聊天室](https://gitter.im/ethereum/solidity/) - -**Truffle -** **_使用节点构建的开发环境和测试框架。_** - -- [trufflesuite.com](https://www.trufflesuite.com/) -- [GitHub](https://github.com/trufflesuite/truffle) - -**Web3.js -** **_以太坊 JavaScript API。_** - -- [相关文档](https://web3js.readthedocs.io/en/1.0/) -- [GitHub](https://github.com/ethereum/web3.js/) - -**Ethers.js -** **_JavaScript 和 TypeScript 中完整的以太坊钱包实现和实用工具。_** - -- [相关文档](https://docs.ethers.io/) -- [GitHub](https://github.com/ethers-io/ethers.js/) - -**ethereumjs-vm -** **_在 JavaScript 中实现以太坊虚拟机(VM)_** - -- [GitHub](https://github.com/ethereumjs/ethereumjs-vm) - -想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。 - -## JavaScript 社区贡献者 {#javascript-community-contributors} - -- [EthereumJS](https://ethereumjs.github.io) diff --git a/src/content/translations/zh/python/index.md b/src/content/translations/zh/python/index.md deleted file mode 100644 index 7a133c000e5..00000000000 --- a/src/content/translations/zh/python/index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: 面向 Python 开发者的以太坊资源 -description: 学习如何使用并通过基于 Python 的项目及工具参与以太坊的开发 -lang: zh -sidebar: true ---- - -# 面向 Python 开发者的以太坊资源 {#ethereum-for-python-devs} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - - - -## 智能合约和 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} - -
- -使用以太坊来创建去中心化应用程序 (或称“dapp”),发挥加密货币和区块链技术的优势。 这些 dapp 可以是值得信赖的,也即一旦被部署到以太坊上,它们将总是按程序运行。 这些应用程序可以控制数字资产,以便创造新的金融应用; 它们可以是去中心化的,也即没有任何单一实体或个人能够控制它们,而且它们几乎是不可能被审查的。 - -## 智能合约和 Solidity 语言入门 {#getting-started-with-smart-contracts-and-solidity} - -**迈出第一步,将 Rust 与以太坊进行集成** - -需要更基础的入门知识? 请查看 [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} - -- [选择以太坊客户端](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client) -- [Rust 以太坊客户端](https://wiki.parity.io/Setup) -- [使用 Rust 向以太坊发送交易](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust) -- [Parity 以太坊客户端智能合约简介](https://wiki.parity.io/Smart-Contracts) -- [设置 Oasis SDK 开发环境](https://docs.oasis.dev/oasis-sdk/guide/getting-started) -- [一步步教您如何用 Rust 为 Kovan 编写 Wasm 合约](https://github.com/paritytech/pwasm-tutorial) - -## 中级文章 {#intermediate-articles} - -- [Rust-Web3 相关文档](https://tomusdrw.github.io/rust-web3/web3/index.html) -- [Rust-Web3 工作示例](https://github.com/tomusdrw/rust-web3/blob/master/examples) - -## 高级使用模式 {#advanced-use-patterns} - -- [pwasm_ethereum 外部库与类以太坊网络交互](https://paritytech.github.io/pwasm-ethereum/pwasm_ethereum/) -- [使用 JavaScript 和 Rust 搭建去中心化聊天室](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52) -- [使用 Vue.js 和 Rust 构建一个去中心化待办事项应用程序 ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb) -- [从 Enigma 开始 - 用 Rust 编程语言](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15) -- [Secret Contracts 介绍](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2) -- [在 Oasis (Compound) 上部署 Solidity 合约](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle) - -## Rust 项目和工具 {#rust-projects-and-tools} - -- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _与类以太坊网络交互的外部库集合_ -- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) -- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API 参考_ -- [eth-utils](https://github.com/ethereum/eth-utils/) - _使用以太坊相关代码库的实用函数工具_ -- [Solaris](https://github.com/paritytech/sol-rs) -- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Rust 以太坊虚拟机实现_ -- [Parity](https://github.com/paritytech/parity-ethereum) - _以太坊 Rust 客户端_ -- [rust-web3](https://github.com/tomusdrw/rust-web3) - _Web3.js 库 Rust 语言实现_ -- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Rust 语言的 Wavelet 智能合约_ - -想要获取更多的资源? 请浏览 [ethereum.org/developers](/zh/developers/)。 - -## Rust 社区贡献者 {#rust-community-contributors} - -- [Ethereum WebAssembly](https://gitter.im/ewasm/Lobby) -- [Oasis Gitter](https://gitter.im/Oasis-official/Lobby) -- [Parity Gitter](https://gitter.im/paritytech/parity) -- [Enigma](https://discord.gg/SJK32GY)