---
title: "ایتھیریم برائے ⁦Go⁩ ڈیولپرز"
description: "⁦Go⁩ پر مبنی پروجیکٹس اور ٹولنگ کا استعمال کرتے ہوئے ایتھیریم کے لیے ڈیولپ کرنا سیکھیں"
lang: ur
incomplete: true
---

<FeaturedText>Go پر مبنی پروجیکٹس اور ٹولنگ کا استعمال کرتے ہوئے ایتھیریم کے لیے ڈیولپ کرنا سیکھیں</FeaturedText>

ایتھیریم کا استعمال غیر مرکزی ایپلی کیشنز (یا "dapps") بنانے کے لیے کریں۔ یہ dapps قابل اعتماد ہو سکتی ہیں، جس کا مطلب ہے کہ ایک بار جب انہیں ایتھیریم پر تعینات کر دیا جاتا ہے، تو وہ ہمیشہ پروگرام کے مطابق چلیں گی۔ وہ لامركزی ہیں، جس کا مطلب ہے کہ وہ ایک پیئر ٹو پیئر نیٹ ورک پر چلتی ہیں اور ان میں ناکامی کا کوئی واحد نقطہ نہیں ہے۔ کوئی واحد ادارہ یا شخص انہیں کنٹرول نہیں کرتا اور انہیں سنسر کرنا تقریباً ناممکن ہے۔ وہ نئی قسم کی ایپلی کیشنز بنانے کے لیے ڈیجیٹل اثاثوں کو کنٹرول کر سکتی ہیں۔

## سمارٹ کنٹریکٹس اور Solidity زبان کے ساتھ شروعات کرنا {#getting-started-with-smart-contracts-and-solidity}

**ایتھیریم کے ساتھ Go کو مربوط کرنے کے لیے اپنے پہلے قدم اٹھائیں**

کیا پہلے مزید بنیادی معلومات کی ضرورت ہے؟ [<span dir="ltr">ethereum.org/learn</span>](/learn/) یا [<span dir="ltr">ethereum.org/developers</span>](/developers/) دیکھیں۔

- [بلاک چین کی وضاحت](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
- [سمارٹ کنٹریکٹس کو سمجھنا](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
- [اپنا پہلا سمارٹ کنٹریکٹ لکھیں](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
- [سیکھیں کہ Solidity کو کیسے مرتب اور تعینات کیا جائے](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)
- [کنٹریکٹ ٹیوٹوریل](https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial)

## ابتدائی مضامین اور کتابیں {#beginner-articles-and-books}

- [گو ایتھیریم (geth) کے ساتھ شروعات کرنا](https://medium.com/@tzhenghao/getting-started-with-geth-c1a30b8d6458)
- [ایتھیریم سے جڑنے کے لیے Golang کا استعمال کریں](https://www.youtube.com/watch?v=-7uChuO_VzM)
- [Golang کا استعمال کرتے ہوئے ایتھیریم سمارٹ کنٹریکٹس تعینات کریں](https://www.youtube.com/watch?v=pytGqQmDslE)
- [Go میں ایتھیریم سمارٹ کنٹریکٹس کی ٹیسٹنگ اور تعینات کرنے کے لیے مرحلہ وار گائیڈ](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
- [ای بک: Go کے ساتھ ایتھیریم ڈیولپمنٹ](https://goethereumbook.org/) - _Go کے ساتھ ایتھیریم ایپلی کیشنز ڈیولپ کریں_

## درمیانی سطح کے مضامین اور دستاویزات {#intermediate-articles-and-docs}

- [گو ایتھیریم (geth) کی دستاویزات](https://geth.ethereum.org/docs) - _آفیشل ایتھیریم Golang کے لیے دستاویزات_
- [ایریگون پروگرامر گائیڈ](https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/guide.md) - _حالت ٹری، ملٹی پروفز، اور ٹرانزیکشن پروسیسنگ سمیت تصویری گائیڈ_
- [ایریگون اور سٹیٹ لیس ایتھیریم](https://youtu.be/3-Mn7OckSus?t=394) - _<span dir="ltr">2020</span> ایتھیریم کمیونٹی کانفرنس (<span dir="ltr">EthCC 3</span>)_
- [ایریگون: ایتھیریم کلائنٹس کو بہتر بنانا](https://www.youtube.com/watch?v=CSpc1vZQW2Q) - _<span dir="ltr">2018 Devcon 4</span>_
- [گو ایتھیریم (geth) GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)
- [گو ایتھیریم (geth) کے ساتھ Go میں ایک غیر مرکزی ایپلی کیشن (dapp) بنانا](https://kauri.io/#collections/A%20Hackathon%20Survival%20Guide/creating-a-dapp-in-go-with-geth/)
- [Golang اور گو ایتھیریم (geth) کے ساتھ ایتھیریم پرائیویٹ نیٹ ورک کے ساتھ کام کریں](https://myhsts.org/tutorial-learn-how-to-work-with-ethereum-private-network-with-golang-with-geth.php)
- [Go کے ساتھ ایتھیریم پر Solidity کنٹریکٹس کی یونٹ ٹیسٹنگ](https://medium.com/coinmonks/unit-testing-solidity-contracts-on-ethereum-with-go-3cc924091281)
- [گو ایتھیریم (geth) کو بطور لائبریری استعمال کرنے کے لیے فوری حوالہ](https://medium.com/coinmonks/web3-go-part-1-31c68c68e20e)

## اعلی درجے کے استعمال کے پیٹرن {#advanced-use-patterns}

- [گو ایتھیریم (geth) کا نقلی بیک اینڈ](https://kauri.io/#collections/An%20ethereum%20test%20toolkit%20in%20Go/the-geth-simulated-backend/#_top)
- [ایتھیریم اور Quorum کا استعمال کرتے ہوئے بلاک چین-ایز-اے-سروس ایپس](https://blockchain.dcwebmakers.com/blockchain-as-a-service-apps-using-ethereum-and-quorum.html)
- [ایتھیریم بلاک چین ایپلی کیشنز میں ڈسٹری بیوٹڈ سٹوریج IPFS اور سوارم](https://blockchain.dcwebmakers.com/work-with-distributed-storage-ipfs-and-swarm-in-ethereum.html)
- [موبائل کلائنٹس: لائبریریاں اور انپروک ایتھیریم نوڈز](https://github.com/ethereum/go-ethereum/wiki/Mobile-Clients:-Libraries-and-Inproc-Ethereum-Nodes)
- [مقامی dapps: ایتھیریم کنٹریکٹس کے لیے Go بائنڈنگز](https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts)

## Go پروجیکٹس اور ٹولز {#go-projects-and-tools}

- [گو ایتھیریم (geth)](https://github.com/ethereum/go-ethereum) - _ایتھیریم پروٹوکول کا آفیشل Go نفاذ_
- [گو ایتھیریم (geth) کوڈ کا تجزیہ](https://github.com/ZtesoftCS/go-ethereum-code-analysis) - _گو ایتھیریم (geth) سورس کوڈ کا جائزہ اور تجزیہ_
- [ایریگون](https://github.com/ledgerwatch/erigon) - _آرکائیو نوڈز پر توجہ کے ساتھ، گو ایتھیریم (geth) کا تیز تر مشتق_
- [گولم (Golem)](https://github.com/golemfactory/golem) - _گولم کمپیوٹنگ پاور کے لیے ایک عالمی مارکیٹ بنا رہا ہے_
- [Quorum](https://github.com/jpmorganchase/quorum) - _ڈیٹا پرائیویسی کو سپورٹ کرنے والا ایتھیریم کا ایک اجازت یافتہ نفاذ_
- [پرزم](https://github.com/prysmaticlabs/prysm) - _ایتھیریم 'Serenity' <span dir="ltr">2.0</span> کا Go نفاذ_
- [Eth Tweet](https://github.com/yep/eth-tweet) - _لامركزی ٹوئٹر: ایتھیریم بلاک چین پر چلنے والی ایک مائیکروبلاگنگ سروس_
- [پلازما MVP Golang](https://github.com/kyokan/plasma) — _کم از کم قابل عمل پلازما (Minimum Viable Plasma) تصریح کا Golang نفاذ اور توسیع_
- [اوپن ایتھیریم مائننگ پول](https://github.com/sammy007/open-ethereum-pool) - _ایک اوپن سورس ایتھیریم کان کنی کا پول_
- [ایتھیریم HD والیٹ](https://github.com/miguelmota/go-ethereum-hdwallet) - _Go میں ایتھیریم HD والیٹ کے مشتقات_
- [ملٹی گو ایتھیریم (geth)](https://github.com/multi-geth/multi-geth) - _ایتھیریم نیٹ ورکس کی کئی اقسام کے لیے سپورٹ_
- [گو ایتھیریم (geth) لائٹ کلائنٹ](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _لائٹ ایتھیریم سب پروٹوکول کا گو ایتھیریم (geth) نفاذ_
- [ایتھیریم Golang SDK](https://github.com/everFinance/goether) - _Golang میں ایک سادہ ایتھیریم والیٹ کا نفاذ اور افادیت_
- [کوویلینٹ Golang SDK](https://github.com/covalenthq/covalent-api-sdk-go) - _<span dir="ltr">200+</span> بلاک چینز کے لیے Go SDK کے ذریعے موثر بلاک چین ڈیٹا تک رسائی_

مزید وسائل تلاش کر رہے ہیں؟ [<span dir="ltr">ethereum.org/developers</span>](/developers/) دیکھیں

## Go کمیونٹی کے معاونین {#go-community-contributors}

- [گو ایتھیریم (geth) ڈسکارڈ](https://discordapp.com/invite/nthXNEv)
- [گو ایتھیریم (geth) گسٹ (Gist)](https://gitter.im/ethereum/go-ethereum)
- [گوفرز سلیک (Gophers Slack)](https://invite.slack.golangbridge.org/) - [<span dir="ltr">#ethereum</span> چینل](https://gophers.slack.com/messages/C9HP1S9V2)
- [سٹیک ایکسچینج (StackExchange) - ایتھیریم](https://ethereum.stackexchange.com/)
- [ملٹی گو ایتھیریم (geth) Gitter](https://gitter.im/ethoxy/multi-geth)
- [ایتھیریم Gitter](https://gitter.im/ethereum/home)
- [گو ایتھیریم (geth) لائٹ کلائنٹ Gitter](https://gitter.im/ethereum/light-client)

## دیگر مجموعی فہرستیں {#other-aggregated-lists}

- [شاندار ایتھیریم (Awesome Ethereum)](https://github.com/btomashvili/awesome-ethereum)
- [کنسینسس: ایتھیریم ڈیولپر ٹولز کی ایک حتمی فہرست](https://web.archive.org/web/2023/https://media.consensys.net/an-definitive-list-of-ethereum-developer-tools-2159ce865974) | [GitHub سورس](https://github.com/ConsenSys/ethereum-developer-tools-list)