Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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!_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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!_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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!_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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_

_Γνωρίζετε κάποιο πόρο της κοινότητας που σας βοήθησε; Επεξεργαστείτε αυτή τη σελίδα και προσθέστε το!_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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._

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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_

_می‌خواهید در مورد منابع جامعه که به شما کمک کرده بدانید؟ این صفحه را ویرایش و اضافه کنید!_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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)

Expand All @@ -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 !_

Expand Down
Loading