diff --git a/public/content/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index fba0aeb87d1..7e289e84012 100644 --- a/public/content/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -183,7 +183,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -I wrote this using the [Hardhat development environment](https://hardhat.org/), which allows us to have [console output from Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) while developing. +I wrote this using the [Hardhat development environment](https://hardhat.org/), which allows us to have [console output from Solidity](https://hardhat.org/docs/cookbook/debug-logs) while developing. ```solidity diff --git a/public/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 4172c5e2d18..7685a0ef819 100644 --- a/public/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -7,7 +7,7 @@ skill: beginner lang: en published: 2020-11-04 source: Alchemy docs -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- This is a beginner friendly guide to sending Ethereum transactions using Web3. There are three main steps in order to send a transaction to the Ethereum blockchain: create, sign, and broadcast. We’ll go through all three, hopefully answering any questions you might have! In this tutorial, we'll be using [Alchemy](https://www.alchemy.com/) to send our transactions to the Ethereum chain. You can [create a free Alchemy account here](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/es/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/es/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index c0b55391e78..e208403f147 100644 --- a/public/content/translations/es/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/es/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -Escribí esto usando el [entorno de desarrollo Hardhat](https://hardhat.org/), que nos permite tener [resultados de la consola desde Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) mientras desarrollamos. +Escribí esto usando el [entorno de desarrollo Hardhat](https://hardhat.org/), que nos permite tener [resultados de la consola desde Solidity](https://hardhat.org/docs/cookbook/debug-logs) mientras desarrollamos. ```solidity diff --git a/public/content/translations/es/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/es/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 2d2a9b940b9..5bd0b492992 100644 --- a/public/content/translations/es/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/es/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: es published: 2020-11-04 source: Documentos de Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- Esta es un guia apta para principiantes sobre cómo enviar transacciones de Ethereum usando la Web3. Hay tres pasos esenciales para enviar una transacción a la cadena de bloques de Ethereum, que son: crear, firmar y emitir. Explicaremos los tres pasos y esperamos responder a cualquier duda que puedas tener. En este tutorial, usaremos [Alchemy](https://www.alchemy.com/) para enviar nuestras transacciones a la red de Ethereum. Puede [crear una cuenta de Alchemy aquí](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/fr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/fr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index 488ee1be62a..0da5ee8fa9f 100644 --- a/public/content/translations/fr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/fr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -J'ai écrit ceci en utilisant l'environnement de développement [Hardhat](https://hardhat.org/) qui nous permet d'avoir [une sortie console de Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) durant le développement. +J'ai écrit ceci en utilisant l'environnement de développement [Hardhat](https://hardhat.org/) qui nous permet d'avoir [une sortie console de Solidity](https://hardhat.org/docs/cookbook/debug-logs) durant le développement. ```solidity diff --git a/public/content/translations/fr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/fr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 6835e9d7111..500ad8c7eb4 100644 --- a/public/content/translations/fr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/fr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: fr published: 2020-11-04 source: Documentation Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- Voici un guide à l'attention des débutants qui explique comment envoyer des transactions Ethereum en utilisant le Web3. Il y a trois étapes principales pour envoyer une transaction sur la blockchain Ethereum : créer, signer et diffuser. Nous allons passer en revue les trois en espérant répondre à toutes les questions que vous pourriez vous poser ! Dans ce tutoriel, nous utiliserons [Alchemy](https://www.alchemy.com/) pour envoyer nos transactions sur la chaîne Ethereum. Vous pouvez [créer gratuitement un compte sur Alchemy ici](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/id/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/id/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index f11a86175f1..fea3574343c 100644 --- a/public/content/translations/id/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/id/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -176,7 +176,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -Saya menulis ini menggunakan [lingkungan pengembangan Hardhat](https://hardhat.org/), sehingga kita dapat memiliki [output konsol dari Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) ketika mengembangkan. +Saya menulis ini menggunakan [lingkungan pengembangan Hardhat](https://hardhat.org/), sehingga kita dapat memiliki [output konsol dari Solidity](https://hardhat.org/docs/cookbook/debug-logs) ketika mengembangkan. ```solidity diff --git a/public/content/translations/id/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/id/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 26d2e343ecd..314d3157a83 100644 --- a/public/content/translations/id/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/id/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: id published: 2020-11-04 source: Dokumen Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- This is a beginner friendly guide to sending Ethereum transactions using web3. Ada tiga langkah utama untuk mengirim transaksi ke blockchain ethereum: buat, tandatangani, dan siarkan. Kita akan membahas ketiganya, dengan harapan menjawab pertanyaan apa pun yang Anda miliki! In this tutorial, we'll be using [Alchemy](https://www.alchemy.com/) to send our transactions to the Ethereum chain. You can [create a free Alchemy account here](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/it/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/it/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index 2ef4ec5e9ea..eb020f647c1 100644 --- a/public/content/translations/it/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/it/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -L'ho scritto usando l'[ambiente di sviluppo Hardhat](https://hardhat.org/), che ci consente di avere l'[output della console da Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) durante lo sviluppo. +L'ho scritto usando l'[ambiente di sviluppo Hardhat](https://hardhat.org/), che ci consente di avere l'[output della console da Solidity](https://hardhat.org/docs/cookbook/debug-logs) durante lo sviluppo. ```solidity diff --git a/public/content/translations/it/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/it/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 93bb4b5e540..ac548d8aaa8 100644 --- a/public/content/translations/it/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/it/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: it published: 2020-11-04 source: documentazione Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- Questa è una guida per principianti per inviare transazioni di Ethereum usando Web3. Esistono tre passaggi principali per poter inviare una transazione alla blockchain di Ethereum: creare, firmare e trasmettere. Le vedremo tutte e tre, sperando di rispondere a tutte le domande che potreste avere! In questo tutorial, useremo [Alchemy](https://www.alchemy.com/) per inviare le nostre transazioni alla catena di Ethereum. Puoi [creare qui un conto gratuito di Alchemy](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/ja/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/ja/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index cf22ed1b7d4..cfb8d93b96c 100644 --- a/public/content/translations/ja/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/ja/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -コードの作成には、[Hardhat開発環境](https://hardhat.org/)を使用しました。この環境では、開発している間も[Solidityからコンソール出力](https://hardhat.org/tutorial/debugging-with-hardhat-network.html)を得ることができます。 +コードの作成には、[Hardhat開発環境](https://hardhat.org/)を使用しました。この環境では、開発している間も[Solidityからコンソール出力](https://hardhat.org/docs/cookbook/debug-logs)を得ることができます。 ```solidity diff --git a/public/content/translations/ja/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/ja/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index f57edef9a45..02126c1e112 100644 --- a/public/content/translations/ja/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/ja/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: ja published: 2020-11-04 source: Alchemy ドキュメント -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- このガイドでは、初心者向けに、Web3を使ってイーサリアムのトランザクションを送信する方法を学びます。 イーサリアムのブロックチェーンでは、作成、署名、およびブロードキャストという主に3つのステップを通じてトランザクションを送信します。 これら3つのステップを説明することで、皆さんの疑問が氷解することを願っています! 以下のチュートリアルでは、 [Alchemy](https://www.alchemy.com/)を使って、イーサリアムチェーンにトランザクションを送信します。 [こちらで、Alchemyの無料アカウントを作成してください](https://auth.alchemyapi.io/signup) 。 diff --git a/public/content/translations/pt-br/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/pt-br/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index f0a29036ae2..791dfeb56ef 100644 --- a/public/content/translations/pt-br/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/pt-br/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -Escrevi isso usando o [ambiente de desenvolvimento de hardware](https://hardhat.org/), que nos permite ter [saída do console do Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) em desenvolvimento. +Escrevi isso usando o [ambiente de desenvolvimento de hardware](https://hardhat.org/), que nos permite ter [saída do console do Solidity](https://hardhat.org/docs/cookbook/debug-logs) em desenvolvimento. ```solidity diff --git a/public/content/translations/pt-br/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/pt-br/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 5f6790796c2..a5ddc240c36 100644 --- a/public/content/translations/pt-br/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/pt-br/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: intermediate lang: pt-br published: 2020-11-04 source: Documentação do Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- Este é um guia amigável para iniciantes enviarem transações Ethereum usando web3. Existem três etapas principais para enviar uma transação para a blockchain Ethereum: criar, assinar e transmitir. Analisaremos todas as três, esperamos responder a quaisquer perguntas que você possa ter! Neste tutorial, estaremos usando [Alchemy](https://www.alchemy.com/) para enviar as nossas transações para a cadeia Ethereum. Você pode [criar uma conta Alchemy grátis aqui](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/ro/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/ro/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index c91ebd1491e..945e44677ab 100644 --- a/public/content/translations/ro/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/ro/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -176,7 +176,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -Am scris codul folosind [mediul de dezvoltare Hardhat](https://hardhat.org/), care ne permite să avem o [ieșire de consolă din Solidity](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) în timp ce dezvoltăm. +Am scris codul folosind [mediul de dezvoltare Hardhat](https://hardhat.org/), care ne permite să avem o [ieșire de consolă din Solidity](https://hardhat.org/docs/cookbook/debug-logs) în timp ce dezvoltăm. ```solidity diff --git a/public/content/translations/ro/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/ro/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 31f570237e5..80dbbc11061 100644 --- a/public/content/translations/ro/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/ro/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: ro published: 2020-11-04 source: Documentație Alchemy -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- This is a beginner friendly guide to sending Ethereum transactions using web3. Există trei etape principale pentru a trimite o tranzacție în blockchain-ul Ethereum: crearea, semnarea și difuzarea. Le vom parcurge pe toate trei, în speranța că vom răspunde tuturor întrebărilor pe care le puteți avea! In this tutorial, we'll be using [Alchemy](https://www.alchemy.com/) to send our transactions to the Ethereum chain. You can [create a free Alchemy account here](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/tr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/tr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index cd776bd5682..1e281b1c0df 100644 --- a/public/content/translations/tr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/tr/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -Bunu, [Hardhat geliştirme ortamını kullanarak yazdım](https://hardhat.org/). Bu, geliştirme yaparken [Solidity'den konsol çıktısına](https://hardhat.org/tutorial/debugging-with-hardhat-network.html) sahip olmamızı sağlar. +Bunu, [Hardhat geliştirme ortamını kullanarak yazdım](https://hardhat.org/). Bu, geliştirme yaparken [Solidity'den konsol çıktısına](https://hardhat.org/docs/cookbook/debug-logs) sahip olmamızı sağlar. ```solidity diff --git a/public/content/translations/tr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/tr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index 548a940e84f..4604d2b9138 100644 --- a/public/content/translations/tr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/tr/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: tr published: 2020-11-04 source: Alchemy belgeleri -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- Bu, web3 kullanarak Ethereum işlemlerini göndermek için yeni başlayanlara uygun bir rehberdir. Ethereum blok zincirine bir işlem göndermek için üç ana adım vardır: oluşturma, imzalama ve yayınlama. Üçünü de gözden geçirerek aklınızdaki soruları cevaplamayı umuyoruz! Bu öğreticide, işlemlerimizi Ethereum zincirine göndermek için [Alchemy](https://www.alchemy.com/) kullanacağız. [Buradan ücretsiz bir Alchemy hesabı oluşturabilirsiniz](https://auth.alchemyapi.io/signup). diff --git a/public/content/translations/zh/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md b/public/content/translations/zh/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md index 6b874fe3699..87804dd5f7f 100644 --- a/public/content/translations/zh/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md +++ b/public/content/translations/zh/developers/tutorials/merkle-proofs-for-offline-data-integrity/index.md @@ -174,7 +174,7 @@ pragma solidity ^0.8.0; import "hardhat/console.sol"; ``` -编写此代码时,我使用的是[安全帽开发环境](https://hardhat.org/),它使我们在开发过程中可以获得 [Solidity 的控制台输出](https://hardhat.org/tutorial/debugging-with-hardhat-network.html)。 +编写此代码时,我使用的是[安全帽开发环境](https://hardhat.org/),它使我们在开发过程中可以获得 [Solidity 的控制台输出](https://hardhat.org/docs/cookbook/debug-logs)。 ```solidity diff --git a/public/content/translations/zh/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md b/public/content/translations/zh/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md index a0a4b0b99da..c57b540f4d7 100644 --- a/public/content/translations/zh/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md +++ b/public/content/translations/zh/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md @@ -10,7 +10,7 @@ skill: beginner lang: zh published: 2020-11-04 source: Alchemy 文档 -sourceUrl: https://docs.alchemy.com/alchemy/tutorials/sending-txs +sourceUrl: https://www.alchemy.com/docs/how-to-send-transactions-on-ethereum --- 本文是面向初学者的指南,介绍如何用 Web3 发送以太坊交易。 向以太坊区块链发送交易主要有三个步骤:创建、签署和广播。 我们将对这三个方面进行讨论,希望能回答你可能遇到的所有问题! 在本教程中,我们将使用 [Alchemy](https://www.alchemy.com/) 将我们的交易发送到以太坊链。 可以[点击此处创建一个免费 Alchemy 帐户](https://auth.alchemyapi.io/signup)。