Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
b4ed5ba
Update broken link
minimalsm Dec 2, 2021
5905495
Fix link
minimalsm Dec 2, 2021
f10e3ec
Remove consensys erc20 from deprecated software page
minimalsm Dec 2, 2021
1914977
fix: remove fragmented strings outlined in notion card
corwintines Dec 2, 2021
f81709e
Remove broken Oasis links
minimalsm Dec 3, 2021
91185eb
Update src/intl/en/page-developers-tutorials.json
corwintines Dec 3, 2021
7b94ed8
Update sharding date
minimalsm Dec 3, 2021
73c2cdc
Remove redundant files from translated languages
minimalsm Dec 3, 2021
7c84254
fix: change from <b> to <strong>
corwintines Dec 6, 2021
9322781
fix: add missing <strong> in english tutorials json
corwintines Dec 6, 2021
a46d4bd
Fix Magyar broken images
minimalsm Dec 6, 2021
66ead99
Fix French broken images
minimalsm Dec 6, 2021
8c106fa
Fix Spanish broken images
minimalsm Dec 6, 2021
116269a
Fix Italian broken images
minimalsm Dec 6, 2021
d941953
Fix Polish broken images
minimalsm Dec 6, 2021
251b12c
Fix Romanian broken image
minimalsm Dec 6, 2021
f2f5582
Remove en paths
minimalsm Dec 6, 2021
0641b0d
Remove more en paths
minimalsm Dec 6, 2021
32c70cf
Implement true randomness on consensus client list
minimalsm Dec 7, 2021
50f7b57
fix: caught missing https://ethereum.org or /en/
corwintines Dec 7, 2021
b40310a
Bump semver-regex from 3.1.2 to 3.1.3
dependabot[bot] Dec 8, 2021
de053b9
Add pos FAQ link
samajammin Dec 8, 2021
51f5472
Update src/content/developers/docs/consensus-mechanisms/pos/index.md
minimalsm Dec 9, 2021
4a7c086
feat(tutorials): setup remark-reading-time
nikkhielseath Dec 3, 2021
7966d70
feat(tutorial): use remark-reading-time #4083
nikkhielseath Dec 3, 2021
e771092
Merge pull request #4612 from ethereum/updateBrokenOasisSDKLink
wackerow Dec 10, 2021
2901a92
Merge pull request #4616 from ethereum/fixItalianLink
wackerow Dec 10, 2021
818d117
Merge branch 'dev' into removeConsensysDeprecatedSoftware
wackerow Dec 10, 2021
07415fc
Merge pull request #4618 from ethereum/removeConsensysDeprecatedSoftware
wackerow Dec 10, 2021
0ab5bce
Merge pull request #4632 from ethereum/removeDeadLinks
wackerow Dec 10, 2021
bd285d9
remove arrow glacier banner
wackerow Dec 10, 2021
1d3d9c8
update arrow glacier history
wackerow Dec 10, 2021
1693f37
update estimated for shard upgrade
wackerow Dec 10, 2021
4ab0ced
Merge branch 'dev' into updateShardingDate
wackerow Dec 10, 2021
40a11af
Merge branch 'dev' into removeRedudantFolders
wackerow Dec 10, 2021
a239392
update shard chain estimated date
wackerow Dec 10, 2021
22aa369
Merge pull request #4638 from ethereum/removeRedudantFolders
wackerow Dec 10, 2021
aef0476
Merge branch 'dev' into fixBrokenImages
wackerow Dec 10, 2021
97426c2
Merge branch 'dev' into removeEnPaths
wackerow Dec 10, 2021
5cdad16
Merge branch 'dev' into refactorEth2ClientList
wackerow Dec 10, 2021
179bbdc
Merge pull request #4682 from ethereum/refactorEth2ClientList
wackerow Dec 10, 2021
07808a6
Merge pull request #4670 from ethereum/fixBrokenImages
wackerow Dec 10, 2021
b51f681
Merge pull request #4671 from ethereum/removeEnPaths
wackerow Dec 10, 2021
1bba4c5
Merge pull request #4637 from ethereum/updateShardingDate
wackerow Dec 10, 2021
f8aec9d
Merge branch 'dev' into fix-string-fragment-issue
wackerow Dec 10, 2021
b989ec0
Merge pull request #4302 from SNikhill/bug/4083-chinese-time
corwintines Dec 10, 2021
644f67c
Merge branch 'dev' into add-pos-link
corwintines Dec 10, 2021
81e31ca
Merge pull request #4694 from ethereum/add-pos-link
corwintines Dec 10, 2021
9d0d750
Merge pull request #4690 from ethereum/dependabot/npm_and_yarn/semver…
corwintines Dec 10, 2021
d41c0bf
Merge pull request #4625 from ethereum/fix-string-fragment-issue
wackerow Dec 10, 2021
009a9b5
Merge pull request #4708 from ethereum/arrow-glacier-complete
corwintines Dec 10, 2021
82797e6
v3.1.1
wackerow Dec 10, 2021
957567c
Merge pull request #4715 from ethereum/v3-1-1
wackerow Dec 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update broken link
  • Loading branch information
minimalsm committed Dec 2, 2021
commit b4ed5ba33a506b2c3592e86f2e7fc48e3cfe61de
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
- [The Rust Ethereum Client](https://openethereum.github.io/) \* **Note that OpenEthereum [has been deprecated](https://medium.com/openethereum/gnosis-joins-erigon-formerly-turbo-geth-to-release-next-gen-ethereum-client-c6708dd06dd) and is no longer being maintained.** Use it with caution and preferably switch to another client implementation.
- [Sending Transaction to Ethereum Using Rust](https://kauri.io/#collections/A%20Hackathon%20Survival%20Guide/sending-ethereum-transactions-with-rust/)
- [An Introduction to Smart Contracts with Parity Ethereum Client](https://wiki.parity.io/Smart-Contracts)
- [Setting up your Oasis SDK dev environment](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/ar/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sidebar: true
- [عميل إيثريوم على Rust](https://wiki.parity.io/Setup)
- [إرسال معاملة إلى إثيريوم باستخدام Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [مقدمة إلى العقود الذكية باستخدام عميل بارتي إيثريوم](https://wiki.parity.io/Smart-Contracts)
- [إعداد بيئة Oasis SDK dev الخاصة بك](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [إعداد بيئة Oasis SDK dev الخاصة بك](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [درس خطوة بخطوة عن كيفية كتابة العقود في قعسف ًشسة لـKovan](https://github.com/paritytech/pwasm-tutorial)

## مقالات وسيطة {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/bn/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sidebar: true
- [রাস্ট ইথেরিয়াম ক্লায়েন্ট](https://wiki.parity.io/Setup)
- [রাস্ট ব্যবহার করে ইথেরিয়ামে লেনদেন পাঠানো](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [প্যারিটি ইথেরিয়াম ক্লায়েন্টের সাথে স্মার্ট কন্ট্র্যাক্টের একটি ভূমিকা](https://wiki.parity.io/Smart-Contracts)
- [আপনার ওয়েসিস SDK ডেভ এনভায়রনমেন্ট সেট আপ করা](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [আপনার ওয়েসিস SDK ডেভ এনভায়রনমেন্ট সেট আপ করা](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [কোভান-এর জন্য রাস্ট Wasm-এ কীভাবে কন্ট্র্যাক্ট লিখতে হয় তার একটি ধাপে ধাপে নির্দেশিকা](https://github.com/paritytech/pwasm-tutorial)

## মধ্যবর্তী পর্যায়ের প্রবন্ধ {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/cs/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Potřebujete nejdříve úplně základní informace? Podívejte se na [ethereum
- [Ethereum klient v Rustu](https://wiki.parity.io/Setup)
- [Odesílání transakce do sítě Ethereum s použitím Rustu](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Úvod do chytrých kontraktů s klientem Parity Ethereum](https://wiki.parity.io/Smart-Contracts)
- [Nastavení vývojového prostředí Oasis SDK](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Nastavení vývojového prostředí Oasis SDK](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Postupný návod, jak psát kontrakty v Rustu a Wasm pro Kovan](https://github.com/paritytech/pwasm-tutorial)

## Články pro mírně pokročilé {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/de/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Brauchst du zuerst einen grundsätzlichen Einstieg? Schaue dir [ethereum.org/lea
- [Der Rust Ethereum-Client](https://wiki.parity.io/Setup)
- [Sende Transaktion an Ethereum mit Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Eine Einführung in Smart Contracts mit dem Parity Ethereum-Client](https://wiki.parity.io/Smart-Contracts)
- [Oasis SDK-Entwicklungsumgebung einrichten](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Oasis SDK-Entwicklungsumgebung einrichten](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Ein Schritt-für-Schritt-Tutorial, wie man Verträge in Rust Wasm für Kovan verfassen kann](https://github.com/paritytech/pwasm-tutorial)

## Artikel für Fortgeschrittene {#intermediate-articles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov
- [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/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/es/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov
- [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/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/fi/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tarvitsetko perusteellisempaa aloitusta? Katso [ethereum.org/fi/learn](/learn/)
- [Rust Ethereum -asiakasohjelma](https://wiki.parity.io/Setup)
- [Liiketapahtuman lähettäminen Ethereumiin käyttäen Rustia](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Opastus älysopimuksiin Parity Ethereum -asiakasohjelmalla](https://wiki.parity.io/Smart-Contracts)
- [Oman Oasis SDK-kehitysympäristön luominen](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Oman Oasis SDK-kehitysympäristön luominen](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Vaiheittainen ohje sopimusten kirjoittamiseen Rust Wasmilla Kovaniin](https://github.com/paritytech/pwasm-tutorial)

## Keskitason artikkelit {#intermediate-articles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/en
- [The Rust Ethereum Client](https://wiki.parity.io/Setup)
- [Sending Transaction to Ethereum Using Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [An Introduction to Smart Contracts with Parity Ethereum Client](https://wiki.parity.io/Smart-Contracts)
- [Setting up your Oasis SDK dev environment](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [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)

## Articles de niveau intermédiaire {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/fr/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Besoin d’une approche plus élémentaire&nbsp;? Jetez un oeil à [ethereum.org
- [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/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Szükséged van egy méginkább kezdőknek szóló alapozóra? Tekintsd meg az [
- [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 okosszerző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/quickstart.html#set-up-the-oasis-sdk)
- [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)

## Középhaladó cikkek {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/hu/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Szűkséged van egy még kezdetlegesebb alapozóra? Tekintsd meg a [ethereum.org
- [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/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/id/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Perlu penjelasan yang lebih mendasar? Kunjungi [ethereum.org/learn](/id/learn/)
- [Client Ethereum untuk Rust](https://wiki.parity.io/Setup)
- [Mengirimkan transaksi Ethereum menggunakan Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Sebuah Perkenalan mengenai Smart Contract dengan Client Ethereum Parity](https://wiki.parity.io/Smart-Contracts)
- [Mengatur SDK OASIS development environment](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Mengatur SDK OASIS development environment](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Tutorial detail mengenai cara menulis smart contract di Rust WebAssembly untuk Kovan](https://github.com/paritytech/pwasm-tutorial)

## Artikel Tingkat Menengah {#intermediate-articles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Hai prima bisogno di nozioni di base? Dai un'occhiata a [ethereum.org/learn](/en
- [The Rust Ethereum Client](https://wiki.parity.io/Setup)
- [Sending Transaction to Ethereum Using Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [An Introduction to Smart Contracts with Parity Ethereum Client](https://wiki.parity.io/Smart-Contracts)
- [Setting up your Oasis SDK dev environment](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [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)

## Articoli di livello intermedio {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/it/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/it/
- [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/quickstart.html#set-up-the-oasis-sdk)
- [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}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/ja/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebarDepth: 1
- [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/quickstart.html#set-up-the-oasis-sdk)
- [Oasis SDK 開発環境のセットアップ](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Kovan のために Rust の Wasm でコントラクトを書く手法のステップバイステップ・チュートリアル](https://github.com/paritytech/pwasm-tutorial)

## 中級記事 {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/ko/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebarDepth: 1
- [러스트 이더리움 클라이언트](https://wiki.parity.io/Setup)
- [러스트를 사용하여 이더리움에 트랜잭션 보내기](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [패리티이더리움 클라이언트를 사용한 스마트 컨트랙트 소개](https://wiki.parity.io/Smart-Contracts)
- [오아시스 SDK (Oasis SDK) 개발 환경 설정하기](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [오아시스 SDK (Oasis SDK) 개발 환경 설정하기](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Kovan용 Wasm의 컨트랙트를 러스트로 작성하는 방법에 대한 단계별 가이드](https://github.com/paritytech/pwasm-tutorial)

## 중급 사용자용 참고 자료 {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/lt/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Norėtumėte pradėti nuo ko nors paprastesnio? Apsilankykite [ethereum.org/lear
- [Rust Ethereum klientas](https://wiki.parity.io/Setup)
- [Sandorio siuntimas į Ethereum naudojant Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Įvadas į išmaniąsias sutartis su Parity Ethereum klientu](https://wiki.parity.io/Smart-Contracts)
- [Oasis SDK kūrimo aplinkos nustatymas](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Oasis SDK kūrimo aplinkos nustatymas](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Nuosekli mokomoji programa apie Kovan skirtų sutarčių kūrimą su Rust Wasm](https://github.com/paritytech/pwasm-tutorial)

## Vidutinio sudėtingumo straipsniai {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/ml/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sidebar: true
- [റസ്റ്റ് Ethereum ക്ലയൻറ്](https://wiki.parity.io/Setup)
- [റസ്റ്റ് ഉപയോഗിച്ച് Ethereum-ലേക്ക് ഇടപാട് അയയ്ക്കുന്നു](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [പാരിറ്റി Ethereum ക്ലയന്റുമായുള്ള സ്മാർട്ട് കരാറുകളുടെ ഒരു ആമുഖം](https://wiki.parity.io/Smart-Contracts)
- [നിങ്ങളുടെ ഒയാസിസ് SDK dev പരിസ്ഥിതി സജ്ജമാക്കുന്നു](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [നിങ്ങളുടെ ഒയാസിസ് SDK dev പരിസ്ഥിതി സജ്ജമാക്കുന്നു](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [കോവന് വേണ്ടി റസ്ര്റ് വാസമില്‍ എങ്ങനെ കരാറുകൾ എഴുതാം എന്നതിനെക്കുറിച്ചുള്ള ഒരു ഘട്ടം ഘട്ടമായുള്ള ട്യൂട്ടോറിയൽ](https://github.com/paritytech/pwasm-tutorial)

## ഇന്റർമീഡിയറ്റ് ലേഖനങ്ങൾ {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/nb/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Trenger du en mer grunnleggende informasjon først? Sjekk ut [ethereum.org/learn
- [Rust - Ethereum klient](https://wiki.parity.io/Setup)
- [Sender transaksjonen til Ethereum ved å bruke Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [En introduksjon til Smart Kontrakt med Parity Ethereum klient](https://wiki.parity.io/Smart-Contracts)
- [Sette opp miljøet til Oasis SDK](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Sette opp miljøet til Oasis SDK](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [En trinnvis veiledning om hvordan du skriver kontrakter i rust Wasm for Kovan](https://github.com/paritytech/pwasm-tutorial)

## Mellomstadie-artikler {#intermediate-articles}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Potrzebujesz bardziej podstawowych informacji? Sprawdź na [ethereum.org/learn](
- [Klient Ethereum Rust](https://wiki.parity.io/Setup)
- [Wysyłanie transakcji do Ethereum za pomocą Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Wprowadzenie do inteligentnych kontraktów z klientem Parity Ethereum](https://wiki.parity.io/Smart-Contracts)
- [Konfigurowanie środowiska deweloperskiego Oasis SDK](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Konfigurowanie środowiska deweloperskiego Oasis SDK](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Samouczek krok po kroku, jak pisać umowy w Rust Wasm dla Kovan](https://github.com/paritytech/pwasm-tutorial)

## Artykuły dla średniozaawansowanych {#intermediate-articles}
Expand Down
2 changes: 1 addition & 1 deletion src/content/translations/pt-br/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth
- [Cliente Rust Ethereum](https://wiki.parity.io/Setup)
- [Enviando uma transação para Ethereum usando Rust](https://kauri.io/article/97c85229c66445759bb0ce642224d364/sending-ethereum-transactions-with-rust)
- [Uma Introdução a Smart Contracts com o Cliente Parity Ethereum](https://wiki.parity.io/Smart-Contracts)
- [Configurando seu ambiente de desenvolvimento do SDK Oasis](https://docs.oasis.dev/quickstart.html#set-up-the-oasis-sdk)
- [Configurando seu ambiente de desenvolvimento do SDK Oasis](https://docs.oasis.dev/oasis-sdk/guide/getting-started)
- [Um tutorial passo a passo sobre como criar contratos em Rust Wasm para Kovan](https://github.com/paritytech/pwasm-tutorial)

## Artigos para Intermediários {#intermediate-articles}
Expand Down
Loading