From 55a77f990aa0ca6d46c2842925cc53136e8c0734 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:10:45 +0100 Subject: [PATCH 01/19] docs: fixed broken links to deploy doc --- .../developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/developers/docs/smart-contracts/deploying/index.md b/public/content/developers/docs/smart-contracts/deploying/index.md index cf9d3b30e1a..ab71bed7973 100644 --- a/public/content/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Finally, you'll need to compile your contract before deploying it, so make sure ### Steps to deploy a smart contract {#steps-to-deploy} -The specific steps involved will depend on the development framework in question. For example, you can check out [Hardhat's documentation on deploying your contracts](https://hardhat.org/guides/deploying.html) or [Foundry's documentation on deploying and verifying a smart contract](https://book.getfoundry.sh/forge/deploying). Once deployed, your contract will have an Ethereum address like other [accounts](/developers/docs/accounts/) and can be verified using [source code verification tools](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +The specific steps involved will depend on the development framework in question. For example, you can check out [Hardhat's documentation on deploying your contracts](https://hardhat.org/docs/tutorial/deploying) or [Foundry's documentation on deploying and verifying a smart contract](https://book.getfoundry.sh/forge/deploying). Once deployed, your contract will have an Ethereum address like other [accounts](/developers/docs/accounts/) and can be verified using [source code verification tools](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Related tools {#related-tools} @@ -45,7 +45,7 @@ The specific steps involved will depend on the development framework in question **Hardhat - _A development environment to compile, deploy, test, and debug your Ethereum software_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Docs on deploying your contracts](https://hardhat.org/guides/deploying.html) +- [Docs on deploying your contracts](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ The specific steps involved will depend on the development framework in question ## Further reading {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Deploying your contracts with Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Deploying your contracts with Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Know of a community resource that helped you? Edit this page and add it!_ From 29abb87a595d8f12afc38c388ac3d8866c43fcc5 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:11:36 +0100 Subject: [PATCH 02/19] docs: fixed broken links to deploy doc --- .../tr/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/tr/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/tr/developers/docs/smart-contracts/deploying/index.md index eef273963dd..f01b3076c9c 100644 --- a/public/content/translations/tr/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/tr/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Son olarak, sözleşmenizi dağıtmadan önce onu derlemeniz gerekir, bu yüzden ### Bir akıllı sözleşme dağıtmanın aşamaları {#steps-to-deploy} -İlgili spesifik adımlar, söz konusu geliştirme çerçevesine bağımlı olacaktır. Örneğin [Hardhat'in sözleşme dağıtımıyla ilgili dokümanlarını](https://hardhat.org/guides/deploying.html) ya da [Foundry'nin akıllı sözleşme onaylama ve dağıtma dokümanlarını](https://book.getfoundry.sh/forge/deploying) inceleyebilirsiniz. Dağıtma işlemi gerçekleştiğinde, sözleşmeniz aynı diğer [hesaplar](/developers/docs/accounts/) gibi bir Ethereum adresine sahip olacak ve [kaynak kodu doğrulama araçlarıyla](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) doğrulanabilecektir. +İlgili spesifik adımlar, söz konusu geliştirme çerçevesine bağımlı olacaktır. Örneğin [Hardhat'in sözleşme dağıtımıyla ilgili dokümanlarını](https://hardhat.org/docs/tutorial/deploying) ya da [Foundry'nin akıllı sözleşme onaylama ve dağıtma dokümanlarını](https://book.getfoundry.sh/forge/deploying) inceleyebilirsiniz. Dağıtma işlemi gerçekleştiğinde, sözleşmeniz aynı diğer [hesaplar](/developers/docs/accounts/) gibi bir Ethereum adresine sahip olacak ve [kaynak kodu doğrulama araçlarıyla](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) doğrulanabilecektir. ## İlgili araçlar {#related-tools} @@ -45,7 +45,7 @@ Son olarak, sözleşmenizi dağıtmadan önce onu derlemeniz gerekir, bu yüzden **Hardhat - _Ethereum yazılımınızı derlemeniz, dağıtmanız, test etmeniz ve hatalarından arındırmanız için bir geliştirme ortamı_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Sözleşme dağıtımı üzerine belgeler](https://hardhat.org/guides/deploying.html) +- [Sözleşme dağıtımı üzerine belgeler](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Son olarak, sözleşmenizi dağıtmadan önce onu derlemeniz gerekir, bu yüzden ## Daha fazla bilgi {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Hardhat ile yaptığınız sözleşmeleri dağıtma](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Hardhat ile yaptığınız sözleşmeleri dağıtma](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Size yardımcı olan bir topluluk kaynağı biliyor musunuz? Bu sayfayı düzenleyin ve ekleyin!_ From b3c0c8c70b117b4891729f5dfacd90d057c493d7 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:12:01 +0100 Subject: [PATCH 03/19] docs: fixed broken links to deploy doc --- .../de/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/de/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/de/developers/docs/smart-contracts/deploying/index.md index d9a77e07334..a6170340409 100644 --- a/public/content/translations/de/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/de/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Zu guter letzt muss ein Vertrag vor der Bereitstellung kompiliert werden. Lesen ### Schritte zur Bereitstellung eines Smart Contracts {#steps-to-deploy} -Die spezifischen Schritte hängen vom jeweiligen Entwicklungsframework ab. Zum Beispiel können Sie sich [die Dokumentation von Hardhat zur Bereitstellung Ihrer Contracts](https://hardhat.org/guides/deploying.html) oder [die Dokumentation von Foundry zur Bereitstellung und Verifizierung eines Smart Contract](https://book.getfoundry.sh/forge/deploying) ansehen. Nach Bereitstellung hat Ihr Vertrag wie andere [Konten](/developers/docs/accounts/) eine Ethereum-Adresse und kann mit [Werkzeugen zur Verifizierung des Quellcodes](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) verifiziert werden. +Die spezifischen Schritte hängen vom jeweiligen Entwicklungsframework ab. Zum Beispiel können Sie sich [die Dokumentation von Hardhat zur Bereitstellung Ihrer Contracts](https://hardhat.org/docs/tutorial/deploying) oder [die Dokumentation von Foundry zur Bereitstellung und Verifizierung eines Smart Contract](https://book.getfoundry.sh/forge/deploying) ansehen. Nach Bereitstellung hat Ihr Vertrag wie andere [Konten](/developers/docs/accounts/) eine Ethereum-Adresse und kann mit [Werkzeugen zur Verifizierung des Quellcodes](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) verifiziert werden. ## Verwandte Werkzeuge {#related-tools} @@ -45,7 +45,7 @@ Die spezifischen Schritte hängen vom jeweiligen Entwicklungsframework ab. Zum B **Hardhat – _Eine Entwicklungsumgebung zum Kompilieren, Bereitstellen, Testen und Debuggen Ihrer Ethereum-Software_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Dokumente zur Bereitstellung Ihrer Verträge](https://hardhat.org/guides/deploying.html) +- [Dokumente zur Bereitstellung Ihrer Verträge](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Die spezifischen Schritte hängen vom jeweiligen Entwicklungsframework ab. Zum B ## Weiterführende Informationen {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Ihre Verträge mit Hardhat bereitstellen](https://hardhat.org/guides/deploying.html) – _Nomic Labs_ +- [Ihre Verträge mit Hardhat bereitstellen](https://hardhat.org/docs/tutorial/deploying) – _Nomic Labs_ _Sie kennen Community-Resourcen die Ihnen geholfen haben? Bearbeiten Sie diese Seite und fügen Sie sie hinzu!_ From 88db339d4da42a2388255ed31e7cece81d6e63f6 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:12:32 +0100 Subject: [PATCH 04/19] docs: fixed broken links to deploy doc --- .../ro/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/ro/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/ro/developers/docs/smart-contracts/deploying/index.md index bf9826f3835..83bbc615dc5 100644 --- a/public/content/translations/ro/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/ro/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Implementarea unui contract costă de asemenea ether (ETH), deci ar trebui să v ### Etapele de implementare a un contract inteligent {#steps-to-deploy} -Etapele specificie implicate vor depinde de instrumentele pe care le folosiţi. De exemplu, consultaţi [documentația Hardhat pentru implementarea contractelor dvs.](https://hardhat.org/guides/deploying.html). Acestea sunt două dintre cele mai populare instrumente pentru implementarea contractelor inteligente, care implică redactarea unui script pentru a gestiona etapele de implementare. +Etapele specificie implicate vor depinde de instrumentele pe care le folosiţi. De exemplu, consultaţi [documentația Hardhat pentru implementarea contractelor dvs.](https://hardhat.org/docs/tutorial/deploying). Acestea sunt două dintre cele mai populare instrumente pentru implementarea contractelor inteligente, care implică redactarea unui script pentru a gestiona etapele de implementare. Odată implementat, contractul dvs. va avea o adresă Ethereum ca și alte [conturi](/developers/docs/accounts/). @@ -47,7 +47,7 @@ Odată implementat, contractul dvs. va avea o adresă Ethereum ca și alte [cont **Hardhat - _Un mediu de dezvoltare pentru a compila, implementa, testa și elimina bug-urile din software-ul Ethereum_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentație despre implementarea contractelor dvs.](https://hardhat.org/guides/deploying.html) +- [Documentație despre implementarea contractelor dvs.](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -60,7 +60,7 @@ Odată implementat, contractul dvs. va avea o adresă Ethereum ca și alte [cont ## Referințe suplimentare {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Implementarea contractelor cu Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Implementarea contractelor cu Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Cunoașteți o resursă a comunității care v-a ajutat? Editaţi această pagină și adăugaţi-o!_ From 442636d46c2e5def1285b9ddc17668619c66b615 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:12:57 +0100 Subject: [PATCH 05/19] docs: fixed broken links to deploy doc --- .../fr/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/fr/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/fr/developers/docs/smart-contracts/deploying/index.md index b4ed48ab499..e7170331a13 100644 --- a/public/content/translations/fr/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/fr/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Enfin, comme vous devrez compiler votre contrat avant de le déployer, assurez-v ### Étapes pour déployer un contrat intelligent {#steps-to-deploy} -Les étapes spécifiques dépendent du cadre de développement en question. Par exemple, vous pouvez consulter la [documentation de Hardhat sur le déploiement de vos contrats](https://hardhat.org/guides/deploying.html) ou [la documentation de Foundry sur le déploiement et la vérification d'un contrat intelligent](https://book.getfoundry.sh/forge/deploying). Une fois déployé, votre contrat aura une adresse Ethereum comme les autres [comptes](/developers/docs/accounts/) et pourra être vérifié à l'aide [d'outils de vérification du code source](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Les étapes spécifiques dépendent du cadre de développement en question. Par exemple, vous pouvez consulter la [documentation de Hardhat sur le déploiement de vos contrats](https://hardhat.org/docs/tutorial/deploying) ou [la documentation de Foundry sur le déploiement et la vérification d'un contrat intelligent](https://book.getfoundry.sh/forge/deploying). Une fois déployé, votre contrat aura une adresse Ethereum comme les autres [comptes](/developers/docs/accounts/) et pourra être vérifié à l'aide [d'outils de vérification du code source](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Outils connexes {#related-tools} @@ -45,7 +45,7 @@ Les étapes spécifiques dépendent du cadre de développement en question. Par **Hardhat - _Un environnement de programmation pour compiler, déployer, tester et débugger vos logiciels Ethereum_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentation sur le déploiement de contrats](https://hardhat.org/guides/deploying.html) +- [Documentation sur le déploiement de contrats](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Les étapes spécifiques dépendent du cadre de développement en question. Par ## Complément d'information {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Déploiement de vos contrats avec Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Déploiement de vos contrats avec Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Une ressource communautaire vous a aidé ? Modifiez cette page et ajoutez-la !_ From 506df1a59c52dc198c36b0359b2a9463a2ab3d7a Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:13:27 +0100 Subject: [PATCH 06/19] docs: fixed broken links to deploy doc --- .../es/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/es/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/es/developers/docs/smart-contracts/deploying/index.md index 79ed0fe7169..833d907ff5c 100644 --- a/public/content/translations/es/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/es/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Finalmente, necesitará compilar su contrato antes de implementarlo, así que as ### Pasos para implementar un contrato inteligente {#steps-to-deploy} -Los pasos específicos involucrados dependerán del marco de desarrollo en cuestión. Por ejemplo, puede consultar la documentación de Hardhat[ sobre la implementación de sus contratos](https://hardhat.org/guides/deploying.html) o la documentación de [Foundry sobre la implementación y verificación de un contrato inteligente](https://book.getfoundry.sh/forge/deploying). Una vez implementado, su contrato tendrá una dirección de Ethereum como otras [cuentas](/developers/docs/accounts/) y se puede verificar utilizando [herramientas de verificación de código fuente](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Los pasos específicos involucrados dependerán del marco de desarrollo en cuestión. Por ejemplo, puede consultar la documentación de Hardhat[ sobre la implementación de sus contratos](https://hardhat.org/docs/tutorial/deploying) o la documentación de [Foundry sobre la implementación y verificación de un contrato inteligente](https://book.getfoundry.sh/forge/deploying). Una vez implementado, su contrato tendrá una dirección de Ethereum como otras [cuentas](/developers/docs/accounts/) y se puede verificar utilizando [herramientas de verificación de código fuente](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Herramientas relacionadas {#related-tools} @@ -45,7 +45,7 @@ Los pasos específicos involucrados dependerán del marco de desarrollo en cuest **Hardhat: _entorno de desarrollo para compilar, implementar, probar y depurar su software de Ethereum_.** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentos sobre cómo implementar sus contratos](https://hardhat.org/guides/deploying.html) +- [Documentos sobre cómo implementar sus contratos](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Los pasos específicos involucrados dependerán del marco de desarrollo en cuest ## Leer más {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Implemente sus contratos con Hardhat:](https://hardhat.org/guides/deploying.html) _Nomic Labs_ +- [Implemente sus contratos con Hardhat:](https://hardhat.org/docs/tutorial/deploying) _Nomic Labs_ _¿Conoce algún recurso de la comunidad que le haya servido de ayuda? Edite esta página y añádalo._ From 0b8c04ddb68e6eb33355e7ee8be48e3ed29d5640 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:13:50 +0100 Subject: [PATCH 07/19] docs: fixed broken links to deploy doc --- .../ga/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/ga/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/ga/developers/docs/smart-contracts/deploying/index.md index 5ab9c74a979..e5bd38f8fca 100644 --- a/public/content/translations/ga/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/ga/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Ar deireadh, beidh ort do chonradh a thiomsú sula n-imscarfar é, mar sin bí c ### Céimeanna chun conradh cliste a imscaradh {#steps-to-deploy} -Braithfidh na céimeanna sonracha ar an gcreat forbartha atá i gceist. Mar shampla, is féidir leat [doiciméid Hardhat a sheiceáil maidir le do chonarthaí a imscaradh](https://hardhat.org/guides/deploying.html) nó [Doiciméid an Teilgcheárta maidir le conradh cliste a imscaradh agus a fhíorú](https://book.getfoundry.sh/forge/deploying). Nuair a bheidh do chonradh imlonnaithe, beidh seoladh Ethereum cosúil le [cuntais eile](/developers/docs/accounts/) ar do chonradh agus is féidir é a fhíorú trí úsáid a bhaint as [uirlisí fíoraithe cód foinse](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Braithfidh na céimeanna sonracha ar an gcreat forbartha atá i gceist. Mar shampla, is féidir leat [doiciméid Hardhat a sheiceáil maidir le do chonarthaí a imscaradh](https://hardhat.org/docs/tutorial/deploying) nó [Doiciméid an Teilgcheárta maidir le conradh cliste a imscaradh agus a fhíorú](https://book.getfoundry.sh/forge/deploying). Nuair a bheidh do chonradh imlonnaithe, beidh seoladh Ethereum cosúil le [cuntais eile](/developers/docs/accounts/) ar do chonradh agus is féidir é a fhíorú trí úsáid a bhaint as [uirlisí fíoraithe cód foinse](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Uirlisí gaolmhara {#related-tools} @@ -45,7 +45,7 @@ Braithfidh na céimeanna sonracha ar an gcreat forbartha atá i gceist. Mar sham **Hardhat - _Timpeallacht forbartha chun do bhogearraí Ethereum a thiomsú, a imscaradh, a thástáil agus a dhífhabhtú_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Doiciméid maidir le do chonarthaí a imscaradh](https://hardhat.org/guides/deploying.html) +- [Doiciméid maidir le do chonarthaí a imscaradh](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Braithfidh na céimeanna sonracha ar an gcreat forbartha atá i gceist. Mar sham ## Tuilleadh léitheoireachta {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Do chonarthaí a imscaradh le Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Do chonarthaí a imscaradh le Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Ar eolas agat ar acmhainn pobail a chabhraigh leat? Cuir an leathanach seo in eagar agus cuir leis!_ From eed317010568e07ea7cebcb5992ec797510733ed Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:14:24 +0100 Subject: [PATCH 08/19] docs: fixed broken links to deploy doc --- .../id/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/id/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/id/developers/docs/smart-contracts/deploying/index.md index 47a51bb3130..ab50e723bee 100644 --- a/public/content/translations/id/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/id/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Akhirnya, Anda hanya perlu mengompilasi kontrak sebelum menggunakannya, jadi pas ### Langkah-langkah untuk menggunakan kontrak pintar {#steps-to-deploy} -Langkah-langkah khusus yang diperlukan akan bergantung pada peralatan yang Anda gunakan. Sebagai contoh, lihat [dokumentasi Hardhat tentang menggunakan kontrak Anda](https://hardhat.org/guides/deploying.html). Ini adalah dua dari peralatan paling populer untuk penggunaan kontrak pintar, yang melibatkan penulisan skrip untuk menangani langkah-langkah penggunaan. +Langkah-langkah khusus yang diperlukan akan bergantung pada peralatan yang Anda gunakan. Sebagai contoh, lihat [dokumentasi Hardhat tentang menggunakan kontrak Anda](https://hardhat.org/docs/tutorial/deploying). Ini adalah dua dari peralatan paling populer untuk penggunaan kontrak pintar, yang melibatkan penulisan skrip untuk menangani langkah-langkah penggunaan. Setelah digunakan, kontrak Anda akan memiliki alamat Ethereum seperti [akun](/developers/docs/accounts/) lainnya. @@ -47,7 +47,7 @@ Setelah digunakan, kontrak Anda akan memiliki alamat Ethereum seperti [akun](/de **Hardhat - _Lingkungan pengembangan untuk mengompilasi, menggunakan, menguji, dan melakukan debug perangkat lunak Ethereum Anda_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Dokumen tentang penyebaran kontrak Anda](https://hardhat.org/guides/deploying.html) +- [Dokumen tentang penyebaran kontrak Anda](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -65,7 +65,7 @@ Setelah digunakan, kontrak Anda akan memiliki alamat Ethereum seperti [akun](/de ## Bacaan lebih lanjut {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Menyebarkan kontrak Anda dengan Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Menyebarkan kontrak Anda dengan Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Tahu tentang referensi komunitas yang membantu Anda? Edit halaman ini dan tambahkan!_ From 486cdb79079f76765f22946d2e1130bad222441f Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:16:22 +0100 Subject: [PATCH 09/19] docs: fixed broken links to deploy doc --- .../cs/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/cs/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/cs/developers/docs/smart-contracts/deploying/index.md index 3438368f625..7170664377f 100644 --- a/public/content/translations/cs/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/cs/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Nakonec budete muset kontrakt před nasazením zkompilovat, takže se ujistěte, ### Kroky k nasazení chytrého kontraktu {#steps-to-deploy} -Konkrétní kroky závisí na daném vývojovém frameworku. Můžete se například podívat do [Hardhat dokumentace o nasazování kontraktů](https://hardhat.org/guides/deploying.html) nebo do [Foundry dokumentace o nasazování a ověřování chytrého kontraktu](https://book.getfoundry.sh/forge/deploying). Po nasazení bude mít váš kontrakt adresu Etherea jako ostatní [účty](/developers/docs/accounts/) a lze jej ověřit pomocí [nástrojů pro ověření zdrojového kódu](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Konkrétní kroky závisí na daném vývojovém frameworku. Můžete se například podívat do [Hardhat dokumentace o nasazování kontraktů](https://hardhat.org/docs/tutorial/deploying) nebo do [Foundry dokumentace o nasazování a ověřování chytrého kontraktu](https://book.getfoundry.sh/forge/deploying). Po nasazení bude mít váš kontrakt adresu Etherea jako ostatní [účty](/developers/docs/accounts/) a lze jej ověřit pomocí [nástrojů pro ověření zdrojového kódu](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Související nástroje {#related-tools} @@ -45,7 +45,7 @@ Konkrétní kroky závisí na daném vývojovém frameworku. Můžete se napří **Hardhat – _vývojové prostředí pro kompilaci, nasazení, testování a ladění Ethereum softwaru_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Dokumentace na nasazování vašich kontraktů](https://hardhat.org/guides/deploying.html) +- [Dokumentace na nasazování vašich kontraktů](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Konkrétní kroky závisí na daném vývojovém frameworku. Můžete se napří ## Další informace {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) – _OpenZeppelin_ -- [Nasazení vašich kontraktů pomocí Hardhat](https://hardhat.org/guides/deploying.html) – _Nomic Labs_ +- [Nasazení vašich kontraktů pomocí Hardhat](https://hardhat.org/docs/tutorial/deploying) – _Nomic Labs_ _Víte o komunitním zdroji, který vám pomohl? Upravte tuto stránku a přidejte ji!_ From 3f1acb2eeff4ed66c7247d1ecda2f9d063a720d3 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:16:44 +0100 Subject: [PATCH 10/19] docs: fixed broken links to deploy doc --- .../hu/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/hu/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/hu/developers/docs/smart-contracts/deploying/index.md index 2e69c8ec918..72824efbeec 100644 --- a/public/content/translations/hu/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/hu/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Végül át kell fordítani a szerződést telepítés előtt, ezért előtte te ### Az okosszerződés telepítésének lépései {#steps-to-deploy} -A konkrét lépések az adott fejlesztői keretrendszertől függenek. Például megtekintheti a [Hardhat dokumentációt a szerződéstelepítésről](https://hardhat.org/guides/deploying.html) vagy a [Foundry dokumentációt az okosszerződések telepítéséről és ellenőrzéséről](https://book.getfoundry.sh/forge/deploying). A telepítés után a szerződésének lesz egy Ethereum-címe, ahogy a többi [számlának](/developers/docs/accounts/) is, és ez a [forráskód-ellenőrző eszközök](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) segítségével lesz ellenőrizhető. +A konkrét lépések az adott fejlesztői keretrendszertől függenek. Például megtekintheti a [Hardhat dokumentációt a szerződéstelepítésről](https://hardhat.org/docs/tutorial/deploying) vagy a [Foundry dokumentációt az okosszerződések telepítéséről és ellenőrzéséről](https://book.getfoundry.sh/forge/deploying). A telepítés után a szerződésének lesz egy Ethereum-címe, ahogy a többi [számlának](/developers/docs/accounts/) is, és ez a [forráskód-ellenőrző eszközök](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) segítségével lesz ellenőrizhető. ## Kapcsolódó eszközök {#related-tools} @@ -45,7 +45,7 @@ A konkrét lépések az adott fejlesztői keretrendszertől függenek. Például **Hardhat – _Fejlesztői környezet Ethereum-szoftverek átfordításához, telepítéséhez, teszteléséhez és a hibakereséshez_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Dokumentáció a szerződéstelepítésről](https://hardhat.org/guides/deploying.html) +- [Dokumentáció a szerződéstelepítésről](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ A konkrét lépések az adott fejlesztői keretrendszertől függenek. Például ## További olvasnivaló {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) – _OpenZeppelin_ -- [Telepítse szerződéseit a Hardhat segítségével](https://hardhat.org/guides/deploying.html) – _Nomic Labs_ +- [Telepítse szerződéseit a Hardhat segítségével](https://hardhat.org/docs/tutorial/deploying) – _Nomic Labs_ _Van olyan közösségi erőforrása, amely segített Önnek? Szerkessze ezt az oldalt, és adja hozzá!_ From 4abec447ee373b4e6eb6d5d264b471b437f98dd1 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:17:05 +0100 Subject: [PATCH 11/19] docs: fixed broken links to deploy doc --- .../zh/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/zh/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/zh/developers/docs/smart-contracts/deploying/index.md index 2055221a55d..d842c3abcb5 100644 --- a/public/content/translations/zh/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/zh/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: zh ### 部署智能合约的步骤 {#steps-to-deploy} -具体步骤将取决于使用的开发框架。 例如,你可以查看[安全帽提供的合约部署文档](https://hardhat.org/guides/deploying.html)或 [Foundry 提供 的智能合约部署与验证文档](https://book.getfoundry.sh/forge/deploying)。 如同其他[帐户](/developers/docs/accounts/)一样,部署后,你的合约将有一个以太坊地址,并且可以使用[源代码验证工具](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)来验证。 +具体步骤将取决于使用的开发框架。 例如,你可以查看[安全帽提供的合约部署文档](https://hardhat.org/docs/tutorial/deploying)或 [Foundry 提供 的智能合约部署与验证文档](https://book.getfoundry.sh/forge/deploying)。 如同其他[帐户](/developers/docs/accounts/)一样,部署后,你的合约将有一个以太坊地址,并且可以使用[源代码验证工具](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)来验证。 ## 相关工具 {#related-tools} @@ -45,7 +45,7 @@ lang: zh **安全帽 - _用于编译、部署、测试和调试你的以太坊软件的开发环境_** - [hardhat.org](https://hardhat.org/getting-started/) -- [关于部署合约的文档](https://hardhat.org/guides/deploying.html) +- [关于部署合约的文档](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: zh ## 延伸阅读 {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [使用安全帽部署合约](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [使用安全帽部署合约](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _还有哪些社区资源对你有所帮助? 请编辑本页面并添加!_ From ea13d2c5fd512006483b26193d5258bbcb8a0b5d Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:17:25 +0100 Subject: [PATCH 12/19] docs: fixed broken links to deploy doc --- .../it/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/it/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/it/developers/docs/smart-contracts/deploying/index.md index 1603e2bf04d..ca0bcaab34a 100644 --- a/public/content/translations/it/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/it/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Infine, dovrai compilare il tuo contratto prima di distribuirlo, quindi, assicur ### Passaggi per distribuire un contratto intelligente {#steps-to-deploy} -I passaggi specifici richiesti dipenderanno dal quadro di sviluppo in questione. Ad esempio, puoi consultare la [documentazione di Hardhat sulla distribuzione dei tuoi contratti](https://hardhat.org/guides/deploying.html) o la [documentazione di Foundry sulla distribuzione e verifica di un contratto intelligente](https://book.getfoundry.sh/forge/deploying). Una volta distribuito, il tuo contratto avrà un indirizzo di Ethereum, come gli altri [conti](/developers/docs/accounts/), e potrà essere verificato utilizzando gli [strumenti di verifica del codice sorgente](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +I passaggi specifici richiesti dipenderanno dal quadro di sviluppo in questione. Ad esempio, puoi consultare la [documentazione di Hardhat sulla distribuzione dei tuoi contratti](https://hardhat.org/docs/tutorial/deploying) o la [documentazione di Foundry sulla distribuzione e verifica di un contratto intelligente](https://book.getfoundry.sh/forge/deploying). Una volta distribuito, il tuo contratto avrà un indirizzo di Ethereum, come gli altri [conti](/developers/docs/accounts/), e potrà essere verificato utilizzando gli [strumenti di verifica del codice sorgente](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Strumenti correlati {#related-tools} @@ -45,7 +45,7 @@ I passaggi specifici richiesti dipenderanno dal quadro di sviluppo in questione. **Hardhat - _Un ambiente di sviluppo per compilare, distribuire, testare ed effettuare il debug del tuo software di Ethereum_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentazione sulla distribuzione dei tuoi contratti](https://hardhat.org/guides/deploying.html) +- [Documentazione sulla distribuzione dei tuoi contratti](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ I passaggi specifici richiesti dipenderanno dal quadro di sviluppo in questione. ## Letture consigliate {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Distribuire i tuoi contratti Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Distribuire i tuoi contratti Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Conosci una risorsa della comunità che ti è stata utile? Modifica questa pagina e aggiungila!_ From 70a78a1194c1f1c972ae5810ba8fe5aeb080e5b4 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:17:55 +0100 Subject: [PATCH 13/19] docs: fixed broken links to deploy doc --- .../developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/pt-br/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/pt-br/developers/docs/smart-contracts/deploying/index.md index acc0e90d437..88aa1119212 100644 --- a/public/content/translations/pt-br/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/pt-br/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Finalmente, você precisará compilar seu contrato antes de implantá-lo, então ### Como implantar um contrato inteligente {#steps-to-deploy} -Os passos específicos envolvidos dependerão do framework de desenvolvimento em questão. Por exemplo, confira [a documentação do Hardhat sobre como implementar seu contrato](https://hardhat.org/guides/deploying.html) ou [a documentação do Foundry sobre como implementar e verificar um contrato inteligente](https://book.getfoundry.sh/forge/deploying). Uma vez implementado, seu contrato terá um endereço Ethereum igual qualquer outra [conta](/developers/docs/accounts/) e poderá ser verificado usando [ferramentas de verificação de código-fonte](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Os passos específicos envolvidos dependerão do framework de desenvolvimento em questão. Por exemplo, confira [a documentação do Hardhat sobre como implementar seu contrato](https://hardhat.org/docs/tutorial/deploying) ou [a documentação do Foundry sobre como implementar e verificar um contrato inteligente](https://book.getfoundry.sh/forge/deploying). Uma vez implementado, seu contrato terá um endereço Ethereum igual qualquer outra [conta](/developers/docs/accounts/) e poderá ser verificado usando [ferramentas de verificação de código-fonte](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Ferramentas relacionadas {#related-tools} @@ -45,7 +45,7 @@ Os passos específicos envolvidos dependerão do framework de desenvolvimento em **Hardhat - _Um ambiente de desenvolvimento para compilar, implantar, testar e depurar seu software de Ethereum_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentos na implantação de seus contratos](https://hardhat.org/guides/deploying.html) +- [Documentos na implantação de seus contratos](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ Os passos específicos envolvidos dependerão do framework de desenvolvimento em ## Leia mais {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Implementando seus contratos com Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Implementando seus contratos com Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Conhece um recurso da comunidade que te ajudou? Edite essa página e adicione!_ From 1e2180f8069f33a5596bcb12a5dce06b1ba6b700 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:18:49 +0100 Subject: [PATCH 14/19] docs: fixed broken links to deploy doc --- .../developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/zh-tw/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/zh-tw/developers/docs/smart-contracts/deploying/index.md index 326d36d3ec0..3538cca8356 100644 --- a/public/content/translations/zh-tw/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/zh-tw/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: zh-tw ### 部署智慧型合約的步驟 {#steps-to-deploy} -所涉具體步驟仰賴所用的開發框架。 例如,你可以查看 [Hardhat 有關部署合約的文件](https://hardhat.org/guides/deploying.html)或 [Foundry 有關部署和驗證智慧型合約的文件](https://book.getfoundry.sh/forge/deploying)。 部署後,你的合約會跟其他[帳戶](/developers/docs/accounts/)一樣擁有以太坊地址,並且可以使用[原始程式碼驗證工具](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)進行驗證。 +所涉具體步驟仰賴所用的開發框架。 例如,你可以查看 [Hardhat 有關部署合約的文件](https://hardhat.org/docs/tutorial/deploying)或 [Foundry 有關部署和驗證智慧型合約的文件](https://book.getfoundry.sh/forge/deploying)。 部署後,你的合約會跟其他[帳戶](/developers/docs/accounts/)一樣擁有以太坊地址,並且可以使用[原始程式碼驗證工具](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)進行驗證。 ## 相關工具 {#related-tools} @@ -45,7 +45,7 @@ lang: zh-tw **Hardhat - _用於編譯、部署、測試和偵錯以太坊軟體的開發環境_** - [hardhat.org](https://hardhat.org/getting-started/) -- [合約部署文件](https://hardhat.org/guides/deploying.html) +- [合約部署文件](https://hardhat.org/docs/tutorial/deploying) - [Github](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: zh-tw ## 衍生閱讀 {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [利用 Hardhat 來部署合約](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [利用 Hardhat 來部署合約](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _知道對你有幫助的社群資源嗎? 請編輯此頁面並新增資源!_ From 566fa0e5e460e1f071dd6fdad906e059f2dc2e27 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:19:11 +0100 Subject: [PATCH 15/19] docs: fixed broken links to deploy doc --- .../ja/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/ja/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/ja/developers/docs/smart-contracts/deploying/index.md index d573e460374..5127307dda0 100644 --- a/public/content/translations/ja/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/ja/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: ja ### スマートコントラクトをデプロイする手順 {#steps-to-deploy} -具体的な手順は、使っている開発フレームワークによって異なります。 実例は、[コントラクトのデプロイに関するHardhatのドキュメント](https://hardhat.org/guides/deploying.html)または [スマートコントラクトのデプロイと検証に関するFoundryのドキュメント](https://book.getfoundry.sh/forge/deploying)をご確認ください。 デプロイされると、他の [アカウント](/developers/docs/accounts/)と同様に、コントラクトには、イーサリアムアドレスが設定されます。また、[ソースコード検証ツール](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)を使って検証することができます。 +具体的な手順は、使っている開発フレームワークによって異なります。 実例は、[コントラクトのデプロイに関するHardhatのドキュメント](https://hardhat.org/docs/tutorial/deploying)または [スマートコントラクトのデプロイと検証に関するFoundryのドキュメント](https://book.getfoundry.sh/forge/deploying)をご確認ください。 デプロイされると、他の [アカウント](/developers/docs/accounts/)と同様に、コントラクトには、イーサリアムアドレスが設定されます。また、[ソースコード検証ツール](/developers/docs/smart-contracts/verifying/#source-code-verification-tools)を使って検証することができます。 ## 関連ツール {#related-tools} @@ -45,7 +45,7 @@ lang: ja **Hardhat - _イーサリアムソフトウェアのコンパイル、デプロイ、テスト、デバッグができる開発環境。_** - [hardhat.org](https://hardhat.org/getting-started/) -- [コントラクトのデプロイについてのドキュメント](https://hardhat.org/guides/deploying.html) +- [コントラクトのデプロイについてのドキュメント](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: ja ## 参考文献 {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Hardhatを使用したコントラクトのデプロイ](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Hardhatを使用したコントラクトのデプロイ](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _役に立ったコミュニティリソースがあれば、 ぜひこのページに追加してください。_ From 8009717a3c25ea37a24d6d403c2bd608a79c7cdd Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:19:33 +0100 Subject: [PATCH 16/19] docs: fixed broken links to deploy doc --- .../fa/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/fa/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/fa/developers/docs/smart-contracts/deploying/index.md index 17ced1fd775..e592ced27bc 100644 --- a/public/content/translations/fa/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/fa/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: fa ### گام‌های استقرار یک قرارداد هوشمند {#steps-to-deploy} -مراحل خاص مربوط به چارچوب توسعه مورد نظر بستگی دارد. برای مثال، می‌توانید [ مستندات یا همان اسناد هاردهت در مورد استقرار قراردادهای خود](https://hardhat.org/guides/deploying.html) یا [ مستندات فاندری در مورد استقرار و تأیید قرارداد هوشمند را بررسی کنید](https://book.getfoundry.sh/forge/deploying). پس از استقرار، قرارداد شما مانند سایر [حساب‌ها](/developers/docs/accounts/) دارای یک آدرس اتریوم خواهد بود و می‌توان آن را با استفاده از ابزار تأیید کد منبع[](/developers/docs/smart-contracts/ تأیید کرد. verifying/#source-code-verification-tools). +مراحل خاص مربوط به چارچوب توسعه مورد نظر بستگی دارد. برای مثال، می‌توانید [ مستندات یا همان اسناد هاردهت در مورد استقرار قراردادهای خود](https://hardhat.org/docs/tutorial/deploying) یا [ مستندات فاندری در مورد استقرار و تأیید قرارداد هوشمند را بررسی کنید](https://book.getfoundry.sh/forge/deploying). پس از استقرار، قرارداد شما مانند سایر [حساب‌ها](/developers/docs/accounts/) دارای یک آدرس اتریوم خواهد بود و می‌توان آن را با استفاده از ابزار تأیید کد منبع[](/developers/docs/smart-contracts/ تأیید کرد. verifying/#source-code-verification-tools). ## ابزارهای مرتبط {#related-tools} @@ -45,7 +45,7 @@ lang: fa **Hardhat - _یک محیط توسعه برای کامپایل، استقرار، آزمایش و اشکال زدایی نرم‌افزار اتریوم شما_** - [hardhat.org](https://hardhat.org/getting-started/) -- [مستنداتی بر استقرار قرارداد خودتان](https://hardhat.org/guides/deploying.html) +- [مستنداتی بر استقرار قرارداد خودتان](https://hardhat.org/docs/tutorial/deploying) - [گیت هاب](https://github.com/nomiclabs/hardhat) - [دیسکورد](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: fa ## بیشتر بخوانید {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [استقرار قراردادتان با Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [استقرار قراردادتان با Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _می‌خواهید در مورد منابع جامعه که به شما کمک کرده بدانید؟ این صفحه را ویرایش و اضافه کنید!_ From 2ac66b980a557a7f1b1572c62a065f25fbc23f8d Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:19:58 +0100 Subject: [PATCH 17/19] docs: fixed broken links to deploy doc --- .../el/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/el/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/el/developers/docs/smart-contracts/deploying/index.md index 3432815b3b8..3cd8b9563c3 100644 --- a/public/content/translations/el/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/el/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: el ### Βήματα για την ανάπτυξη ενός έξυπνου συμβολαίου {#steps-to-deploy} -Τα βήματα που απαιτούνται θα εξαρτηθούν από το εν λόγω πλαίσιο ανάπτυξης. Για παράδειγμα, μπορείτε να ελέγξετε την [τεκμηρίωση Hardhat για την ανάπτυξη των συμβολαίων σας](https://hardhat.org/guides/deploying.html) ή την [τεκμηρίωση Foundry για την ανάπτυξη και επαλήθευση ενός έξυπνου συμβολαίου](https://book.getfoundry.sh/forge/deploying). Μόλις αναπτυχθεί, το συμβόλαιό σας θα έχει μια διεύθυνση Ethereum όπως άλλοι [λογαριασμοί](/developers/docs/accounts/) και μπορεί να επαληθευτεί χρησιμοποιώντας [εργαλεία επαλήθευσης πηγαίου κώδικα](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +Τα βήματα που απαιτούνται θα εξαρτηθούν από το εν λόγω πλαίσιο ανάπτυξης. Για παράδειγμα, μπορείτε να ελέγξετε την [τεκμηρίωση Hardhat για την ανάπτυξη των συμβολαίων σας](https://hardhat.org/docs/tutorial/deploying) ή την [τεκμηρίωση Foundry για την ανάπτυξη και επαλήθευση ενός έξυπνου συμβολαίου](https://book.getfoundry.sh/forge/deploying). Μόλις αναπτυχθεί, το συμβόλαιό σας θα έχει μια διεύθυνση Ethereum όπως άλλοι [λογαριασμοί](/developers/docs/accounts/) και μπορεί να επαληθευτεί χρησιμοποιώντας [εργαλεία επαλήθευσης πηγαίου κώδικα](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Σχετικά εργαλεία {#related-tools} @@ -45,7 +45,7 @@ lang: el **Hardhat - _Περιβάλλον ανάπτυξης για τη μεταγλώττιση, ανάπτυξη, δοκιμή και τον εντοπισμό σφαλμάτων για το λογισμικό σας Ethereum_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Έγγραφα για την ανάπτυξη των συμβολαίων σας](https://hardhat.org/guides/deploying.html) +- [Έγγραφα για την ανάπτυξη των συμβολαίων σας](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: el ## Περισσότερες πληροφορίες {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Ανάπτυξη των συμβολαίων σας με Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Ανάπτυξη των συμβολαίων σας με Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Γνωρίζετε κάποιο πόρο της κοινότητας που σας βοήθησε; Επεξεργαστείτε αυτή τη σελίδα και προσθέστε το!_ From 463dd0dd2244f0456505c8845df0b8e996a544ac Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:20:22 +0100 Subject: [PATCH 18/19] docs: fixed broken links to deploy doc --- .../hi/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/hi/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/hi/developers/docs/smart-contracts/deploying/index.md index da9d8c16309..f5d51cfdee9 100644 --- a/public/content/translations/hi/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/hi/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ lang: hi ### स्मार्ट अनुबंध परिनियोजित करने के चरण {#steps-to-deploy} -इसमें शामिल विशिष्ट चरण प्रश्नगत विकास ढांचे पर निर्भर करेंगे। उदाहरण के लिए, आप [अपने अनुबंधों को परिनियोजित करने पर Hardhat का प्रलेखन](https://hardhat.org/guides/deploying.html) या [स्मार्ट अनुबंध को परिनियोजित करने और सत्यापित करने के लिए फाउंड्री का प्रलेखन](https://book.getfoundry.sh/forge/deploying) देख सकते हैं। एक बार परिनियोजित होने के बाद, आपके अनुबंध में अन्य [खातों](/developers/docs/accounts/) की तरह एक एथेरियम पता होगा और [स्रोत कोड सत्यापन उपकरण](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) का उपयोग करके इसे सत्यापित किया जा सकता है। +इसमें शामिल विशिष्ट चरण प्रश्नगत विकास ढांचे पर निर्भर करेंगे। उदाहरण के लिए, आप [अपने अनुबंधों को परिनियोजित करने पर Hardhat का प्रलेखन](https://hardhat.org/docs/tutorial/deploying) या [स्मार्ट अनुबंध को परिनियोजित करने और सत्यापित करने के लिए फाउंड्री का प्रलेखन](https://book.getfoundry.sh/forge/deploying) देख सकते हैं। एक बार परिनियोजित होने के बाद, आपके अनुबंध में अन्य [खातों](/developers/docs/accounts/) की तरह एक एथेरियम पता होगा और [स्रोत कोड सत्यापन उपकरण](/developers/docs/smart-contracts/verifying/#source-code-verification-tools) का उपयोग करके इसे सत्यापित किया जा सकता है। ## संबंधित उपकरण {#related-tools} @@ -45,7 +45,7 @@ lang: hi **Hardhat - _आपके एथेरियम सॉफ़्टवेयर को संकलित, परिनियोजित, परीक्षण और डीबग करने का विकास परिवेश_** - [hardhat.org](https://hardhat.org/getting-started/) -- [अपने अनुबंधों को परिनियोजित करने पर डॉक्स](https://hardhat.org/guides/deploying.html) +- [अपने अनुबंधों को परिनियोजित करने पर डॉक्स](https://hardhat.org/docs/tutorial/deploying) - [GitHub](https://github.com/nomiclabs/hardhat) - [कलह](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ lang: hi ## अग्रिम पठन {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Hardhat के साथ अपने अनुबंधों को परिनियोजित करना](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Hardhat के साथ अपने अनुबंधों को परिनियोजित करना](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _एक सामुदायिक संसाधन के बारे में जानें जिसने आपकी मदद की? इस पृष्ठ को संपादित करें और इसे जोड़ें!_ From fe04332bd8c24036c903ca4978c276ce00662922 Mon Sep 17 00:00:00 2001 From: Isaac Izard Date: Wed, 17 Dec 2025 15:20:49 +0100 Subject: [PATCH 19/19] docs: fixed broken links to deploy doc --- .../nl/developers/docs/smart-contracts/deploying/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/nl/developers/docs/smart-contracts/deploying/index.md b/public/content/translations/nl/developers/docs/smart-contracts/deploying/index.md index f9773be93e5..049cdca8826 100644 --- a/public/content/translations/nl/developers/docs/smart-contracts/deploying/index.md +++ b/public/content/translations/nl/developers/docs/smart-contracts/deploying/index.md @@ -27,7 +27,7 @@ Ten slotte moet u uw contract compileren voordat u het inzet, dus zorg ervoor da ### Stappen om een smart contract in te zetten {#steps-to-deploy} -De specifieke stappen zijn afhankelijk van het ontwikkelingskader in kwestie. U kunt bijvoorbeeld [Hardhat's documentatie over het inzetten van uw contracten](https://hardhat.org/guides/deploying.html) of [Foundry's documentatie over het inzetten en verifiëren van een smart contract bekijken](https://book.getfoundry.sh/forge/deploying). Eens ingezet, zal uw contract een Ethereum-adres hebben zoals andere [accounts](/developers/docs/accounts/) en kan het geverifieerd worden met [verificatietools voor de broncode](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). +De specifieke stappen zijn afhankelijk van het ontwikkelingskader in kwestie. U kunt bijvoorbeeld [Hardhat's documentatie over het inzetten van uw contracten](https://hardhat.org/docs/tutorial/deploying) of [Foundry's documentatie over het inzetten en verifiëren van een smart contract bekijken](https://book.getfoundry.sh/forge/deploying). Eens ingezet, zal uw contract een Ethereum-adres hebben zoals andere [accounts](/developers/docs/accounts/) en kan het geverifieerd worden met [verificatietools voor de broncode](/developers/docs/smart-contracts/verifying/#source-code-verification-tools). ## Gerelateerde tools {#related-tools} @@ -45,7 +45,7 @@ De specifieke stappen zijn afhankelijk van het ontwikkelingskader in kwestie. U **Hardhat - _Een ontwikkelomgeving om uw Ethereum-software te compileren, in te zetten, te testen en te debuggen_** - [hardhat.org](https://hardhat.org/getting-started/) -- [Documentatie over het inzetten van uw contracten](https://hardhat.org/guides/deploying.html) +- [Documentatie over het inzetten van uw contracten](https://hardhat.org/docs/tutorial/deploying) - [Github](https://github.com/nomiclabs/hardhat) - [Discord](https://discord.com/invite/TETZs2KK4k) @@ -70,7 +70,7 @@ De specifieke stappen zijn afhankelijk van het ontwikkelingskader in kwestie. U ## Verder lezen {#further-reading} - [https://docs.openzeppelin.com/learn/deploying-and-interacting](https://docs.openzeppelin.com/learn/deploying-and-interacting) - _OpenZeppelin_ -- [Deploying your contracts with Hardhat](https://hardhat.org/guides/deploying.html) - _Nomic Labs_ +- [Deploying your contracts with Hardhat](https://hardhat.org/docs/tutorial/deploying) - _Nomic Labs_ _Weet je van een community resource die je heeft geholpen? Bewerk deze pagina en voeg het toe!_