Skip to content

Commit e4d79bc

Browse files
committed
chore: revert deprecated product reversions
1 parent 2e07582 commit e4d79bc

File tree

27 files changed

+13
-115
lines changed

27 files changed

+13
-115
lines changed

public/content/translations/de/developers/docs/development-networks/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ Sie _könnten_ [einen Knoten betreiben](/developers/docs/nodes-and-clients/#runn
2828

2929
**Hinweis**: Die meisten [Entwicklerframeworks](/developers/docs/frameworks/) enthalten ein integriertes Entwicklungsnetzwerk. Wir empfehlen Ihnen, mit einem Framework für die Einrichtung [Ihrer lokalen Entwicklungsumgebung](/developers/local-environment/) zu beginnen.
3030

31-
### Ganache {#ganache}
32-
33-
Führen Sie kurzerhand eine persönliche Ethereum-Blockchain aus, die Sie zum Ausführen von Tests und Befehlen und zur Prüfung des Status verwenden können, während Sie die Funktionsweise der Chain kontrollieren.
34-
35-
Ganache bietet sowohl eine Desktop-Anwendung (Ganache UI), als auch ein Befehlszeilentool (`ganache-cli`). Es ist Teil der Truffel-Toolsuite.
36-
37-
- [Website](https://www.trufflesuite.com/ganache)
38-
- [GitHub](https://github.com/trufflesuite/ganache)
39-
- [Dokumentation](https://www.trufflesuite.com/docs/ganache/overview)
40-
4131
### Hardhat Network {#hardhat-network}
4232

4333
Ein lokales Ethereum-Netzwerk, das für die Entwicklung konzipiert ist. Die können darin Ihre Contracts bereitstellen, Tests durchführen und Ihren Code debuggen.

public/content/translations/de/developers/docs/frameworks/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ Bevor Sie sich mit Frameworks beschäftigen, empfehlen wir, dass Sie sich mit de
105105
- [GitHub](https://github.com/eth-brownie/brownie)
106106
- **Brownie wird derzeit nicht gewartet**
107107

108-
**Truffle –** **_Entwicklungsumgebung, Test-Framework, Build-Pipeline und weitere Tools._**
109-
110-
- [trufflesuite.com](https://www.trufflesuite.com/)
111-
- [GitHub](https://github.com/trufflesuite/truffle)
112-
- **Die Entwicklung von Truffle ist beendet**[mehr erfahren](https://twitter.com/trufflesuite/status/1704946902393860589?t=NlIWeLTbBSAaJmS5uUAhSA&s=19)
113-
114108
**OpenZeppelin SDK –** **_das ultimative Smart-Contract-Toolkit: eine Suite an Tools, die Ihnen helfen, zu entwickeln, zu kompilieren, zu aktualisieren, bereitzustellen und mit Smart Contracts zu interagieren._**
115109

116110
- [OpenZeppelin SDK](https://openzeppelin.com/sdk/)

public/content/translations/de/developers/docs/programming-languages/dart/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ incomplete: true
1010
## Tutorials {#tutorials}
1111

1212
- [Flutter und Blockchain – Hello World Dapp](https://www.geeksforgeeks.org/flutter-and-blockchain-hello-world-dapp/) führt Sie durch die ersten Schritte:
13-
1. [Truffle-Entwicklungssuite](https://www.trufflesuite.com/) installieren
14-
2. Smart Contract in [Solidity](https://soliditylang.org/) schreiben
15-
3. Benutzeroberfläche in Dart schreiben
13+
1. Smart Contract in [Solidity](https://soliditylang.org/) schreiben
14+
2. Benutzeroberfläche in Dart schreiben
1615
- Eine [mobile dApp mit Flutter zu erstellen](https://medium.com/dash-community/building-a-mobile-dapp-with-flutter-be945c80315a) ist wesentlich kürzer und empfehlenswert für alle, die mit den Grundlagen bereits vertraut sind
1716
- Wenn Sie es vorziehen, durch ein Video zu lernen, können Sie sich [Build Your First Blockchain Flutter App](https://www.youtube.com/watch?v=3Eeh3pJ6PeA) (Erstellen Sie Ihre erste Blockchain-Flutter-App) ansehen, das ungefähr eine Stunde dauert
1817
- Für Ungeduldige ist [Bau einer dezentralen Blockchain-Anwendung mit Flutter und Dart auf Ethereum](https://www.youtube.com/watch?v=jaMFEOCq_1s) empfehlenswert, denn die Dauer beträgt nur etwa zwanzig Minuten.
1918
- [Integrating MetaMask in Flutter application with Web3Modal by WalletConnect](https://www.youtube.com/watch?v=v_M2buHCpc4) (MetaMask in Flutter-Anwendung mit Web3Modal von WalletConnect integrieren) – dieses kurze Video führt Sie durch die Schritte zur Integration von MetaMask in Ihre Flutter-Anwendungen mit der [Web3Modal](https://pub.dev/packages/web3modal_flutter)-Bibliothek von WalletConnect
20-
- [Flutter Dapp Simple Wallet](https://youtu.be/JMfIBpuAhKA) (Flutter-sApp – einfache Wallet) und [First Flutter DApp - Solidity, Truffle, Ganache](https://youtu.be/bHw2gQZxJ_s) (Erste Flutter-dApp – Solidity, Truffle, Ganache) – diese Videos zeigen, wie man einfache dApps in Flutter mit Truffle und Ganache erstellt
2119
- [Mobile Blockchain Developer Bootcamp Course With Solidity & Flutter](https://youtube.com/playlist?list=PL4V4Unlk5luhQ26ERO6hWEbcUwHDSSmVH) (Bootcamp-Kurs für mobile Blockchain-Entwickler mit Solidity und Flutter) – Playlist für den Kurs für mobile Blockchain-Entwickler mit vollem Stack
2220

2321
## Mit Ethereum Clients arbeiten {#working-with-ethereum-clients}

public/content/translations/de/developers/docs/programming-languages/golang/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic
2323

2424
## Artikel und Bücher für Einsteiger {#beginner-articles-and-books}
2525

26-
- [Einen Ethereum-Client wählen](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
2726
- [Erste Schritte mit Geth](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
2827
- [Golang für die Verbindung mit Ethereum verwenden](https://www.youtube.com/watch?v=-7uChuO_VzM)
2928
- [Ethereum-Smart Contracts mit Golang bereitstellen](https://www.youtube.com/watch?v=pytGqQmDslE)

public/content/translations/de/developers/docs/programming-languages/rust/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic
2222

2323
## Informationen für Einsteiger {#beginner-articles}
2424

25-
- [Einen Ethereum-Client wählen](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
2625
- [Der Rust-Ethereum-Client](https://openethereum.github.io/) \* **Beachten Sie, dass OpenEthereum [veraltet](https://medium.com/openethereum/gnosis-joins-erigon-formerly-turbo-geth-to-release-next-gen-ethereum-client-c6708dd06dd) ist und nicht mehr gepflegt wird.** Nutzen Sie es mit Vorsicht und wechseln Sie besser zu einer anderen Client-Implementierung.
2726
- [Transaktion mit Rust an Ethereum senden](https://kauri.io/#collections/A%20Hackathon%20Survival%20Guide/sending-ethereum-transactions-with-rust/)
2827
- [Ein Schritt-für-Schritt-Tutorial dazu, wie Sie Contracts in Rust Wasm für Kovan verfassen können](https://github.com/paritytech/pwasm-tutorial)

public/content/translations/fa/developers/docs/bridges/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ lang: fa
103103

104104
### استقرار یک dapp در چندین زنجیره {#deploying-a-dapp-on-multiple-chains}
105105

106-
برای استقرار یک dapp در چندین زنجیره، توسعه‌دهندگان می‌توانند از پلتفرم‌های توسعه مانند [Alchemy](https://www.alchemy.com/)، [Hardhat](https://hardhat.org/)، [Truffle](https://trufflesuite.com/)، [Moralis](https://moralis.io/) ، و غیره استفاده کنند. به طور معمول، این پلتفرم‌ها با پلاگین‌های قابل ترکیبی عرضه می‌شوند که می‌توانند dapp‌ها را قادر به انجام فعالیت بین زنجیره‌ای کنند. به عنوان مثال، توسعه دهندگان می توانند از یک پراکسی استقرار قطعی ارائه شده توسط [افزونه hardhat-deploy](https://github.com/wighawag/hardhat-deploy) استفاده کنند.
106+
To deploy a dapp on multiple chains, developers can use development platforms like [Alchemy](https://www.alchemy.com/), [Hardhat](https://hardhat.org/), [Moralis](https://moralis.io/), etc. به طور معمول، این پلتفرم‌ها با پلاگین‌های قابل ترکیبی عرضه می‌شوند که می‌توانند dapp‌ها را قادر به انجام فعالیت بین زنجیره‌ای کنند. به عنوان مثال، توسعه دهندگان می توانند از یک پراکسی استقرار قطعی ارائه شده توسط [افزونه hardhat-deploy](https://github.com/wighawag/hardhat-deploy) استفاده کنند.
107107

108108
#### مثال ها:
109109

public/content/translations/ja/developers/docs/bridges/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Dappにブリッジやブリッジアグリゲーターを組み込む場合、
103103

104104
### 複数のチェーン上でDappをデプロイする {#deploying-a-dapp-on-multiple-chains}
105105

106-
複数のブロックチェーン上でDappをデプロイするには、[Alchemy](https://www.alchemy.com/)[Hardhat](https://hardhat.org/)、あるいは[Truffle](https://trufflesuite.com/), [Moralis](https://moralis.io/)などの開発プラットフォームを利用することができます。 一般にこれらのプラットフォームには、Dappのクロスチェーン化を実現するコンポーザブルなプラグインが含まれています。 例えば、 [hardhat-deploy plugin](https://github.com/wighawag/hardhat-deploy)で提供される決定論的なデプロイ用プロキシを活用することができます。
106+
To deploy a dapp on multiple chains, developers can use development platforms like [Alchemy](https://www.alchemy.com/), [Hardhat](https://hardhat.org/), [Moralis](https://moralis.io/), etc. 一般にこれらのプラットフォームには、Dappのクロスチェーン化を実現するコンポーザブルなプラグインが含まれています。 例えば、 [hardhat-deploy plugin](https://github.com/wighawag/hardhat-deploy)で提供される決定論的なデプロイ用プロキシを活用することができます。
107107

108108
#### 例:
109109

public/content/translations/ja/developers/docs/frameworks/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ lang: ja
105105
- [GitHub](https://github.com/eth-brownie/brownie)
106106
- **Brownieのメンテナンス終了**
107107

108-
**Truffle -** **_開発環境、テストフレームワーク、ビルドパイプライン、その他のツール。_**
109-
110-
- [trufflesuite.com](https://www.trufflesuite.com/)
111-
- [GitHub](https://github.com/trufflesuite/truffle)
112-
- **Truffle開発の終了** - [詳細について](https://twitter.com/trufflesuite/status/1704946902393860589?t=NlIWeLTbBSAaJmS5uUAhSA&s=19)
113-
114108
**OpenZeppelin SDK -** **_究極のスマートコントラクトツールキット。スマートコントラクトの開発、コンパイル、アップグレード、デプロイ、インタラクションを支援するツール群。_**
115109

116110
- [OpenZeppelin SDK](https://openzeppelin.com/sdk/)

public/content/translations/ja/developers/docs/programming-languages/dart/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ incomplete: true
1010
## チュートリアル {#tutorials}
1111

1212
- [Flutterとブロックチェーン – Hello World dapp](https://www.geeksforgeeks.org/flutter-and-blockchain-hello-world-dapp/)で、開始手順を段階的に説明しています。
13-
1. [Truffle開発スイート](https://www.trufflesuite.com/)をインストールする
14-
2. [Solidity](https://soliditylang.org/)でスマートコントラクトを記述する
15-
3. Dartでユーザーインターフェースを記述する
13+
1. [Solidity](https://soliditylang.org/)でスマートコントラクトを記述する
14+
2. Dartでユーザーインターフェースを記述する
1615
- [Flutterを使用したモバイルdappの構築](https://medium.com/dash-community/building-a-mobile-dapp-with-flutter-be945c80315a)は、より簡潔な説明となっています。すでに基礎を理解している場合は、こちらを参照することをお勧めします。
1716
- ビデオでの学習をご希望の場合は、[初めてのブロックチェーンFlutterアプリの構築](https://www.youtube.com/watch?v=3Eeh3pJ6PeA)をご覧いただけます。このビデオは約1時間です。
1817
- 時間がない場合は、[イーサリアムでのFlutterとDartを使用したブロックチェーンの分散型アプリの構築](https://www.youtube.com/watch?v=jaMFEOCq_1s)をご覧ください。このビデオはわずか20分です。
1918
- [WalletConnectによるFlutterアプリケーションのMetaMaskとWeb3Modalの統合](https://www.youtube.com/watch?v=v_M2buHCpc4) - この短編ビデオでは、WalletConnectの [Web3Modal](https://pub.dev/packages/web3modal_flutter)ライブラリを使用してMetaMaskをFlutterアプリケーションに統合する手順を説明します。
20-
- [Flutter Dappシンプルウォレット](https://youtu.be/JMfIBpuAhKA)[はじめてのFlutter DApp - Solidity、Truffle、Ganache](https://youtu.be/bHw2gQZxJ_s) - これらのビデオは、TruffleとGanacheを使ってFlutterで簡単なDappsを作成する方法を案内します。
2119
- [SolidityとFlutterによるモバイル・ブロックチェーン・デベロッパー・ブートキャンプ・コース](https://youtube.com/playlist?list=PL4V4Unlk5luhQ26ERO6hWEbcUwHDSSmVH) - フルスタック・モバイル・ブロックチェーン・デベロッパー・コースのプレイリスト
2220

2321
## イーサリアムクライアントの操作 {#working-with-ethereum-clients}

public/content/translations/ja/developers/docs/programming-languages/golang/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ incomplete: true
2323

2424
## 初心者向けの記事と書籍 {#beginner-articles-and-books}
2525

26-
- [イーサリアムクライアントの選択](https://www.trufflesuite.com/docs/truffle/reference/choosing-an-ethereum-client)
2726
- [Geth入門](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
2827
- [Golangを使用してイーサリアムに接続する](https://www.youtube.com/watch?v=-7uChuO_VzM)
2928
- [Golangを使用してイーサリアムスマートコントラクトをデプロイする](https://www.youtube.com/watch?v=pytGqQmDslE)

0 commit comments

Comments
 (0)