---
title: "⁦.NET⁩ డెవలపర్‌ల కోసం ఎథీరియం"
description: "⁦.NET⁩-ఆధారిత ప్రాజెక్ట్‌లు మరియు టూలింగ్‌ని ఉపయోగించి ఎథీరియం కోసం ఎలా డెవలప్ చేయాలో తెలుసుకోండి"
lang: te
incomplete: true
---

<FeaturedText>.NET-ఆధారిత ప్రాజెక్ట్‌లు మరియు టూలింగ్‌ని ఉపయోగించి ఎథీరియం కోసం ఎలా డెవలప్ చేయాలో తెలుసుకోండి</FeaturedText>

క్రిప్టోకరెన్సీ మరియు బ్లాక్‌చైన్ టెక్నాలజీ ప్రయోజనాలను ఉపయోగించుకునే వికేంద్రీకృత అప్లికేషన్‌లను (dapps) సృష్టించడానికి ఎథీరియంను ఉపయోగించండి. ఈ dapps విశ్వసనీయమైనవిగా ఉంటాయి, అంటే అవి ఎథీరియంకు డిప్లాయ్ చేయబడిన తర్వాత, అవి ఎల్లప్పుడూ ప్రోగ్రామ్ చేయబడిన విధంగానే రన్ అవుతాయి. కొత్త రకాల ఆర్థిక అప్లికేషన్‌లను సృష్టించడానికి అవి డిజిటల్ ఆస్తులను నియంత్రించగలవు. అవి వికేంద్రీకృతమై ఉంటాయి, అంటే ఏ ఒక్క సంస్థ లేదా వ్యక్తి వాటిని నియంత్రించలేరు మరియు వాటిని సెన్సార్ చేయడం దాదాపు అసాధ్యం.

మైక్రోసాఫ్ట్ టెక్నాలజీ స్టాక్ నుండి టూల్స్ మరియు భాషలను ఉపయోగించి ఎథీరియం పైన వికేంద్రీకృత అప్లికేషన్‌లను నిర్మించండి మరియు స్మార్ట్ కాంట్రాక్ట్‌లతో ఇంటరాక్ట్ అవ్వండి - .NET Framework/.NET Core/.NET Standard అంతటా VSCode మరియు Visual Studio వంటి టూలింగ్‌పై C#, # Visual Basic .NET, F# లకు మద్దతు ఇస్తుంది. నిమిషాల్లో మైక్రోసాఫ్ట్ Azure Blockchain ఉపయోగించి Azure పై ఎథీరియం బ్లాక్‌చైన్‌ను డిప్లాయ్ చేయండి. .NET పై ఉన్న ప్రేమను ఎథీరియంకు తీసుకురండి!

## స్మార్ట్ కాంట్రాక్ట్‌లు మరియు Solidity భాషతో ప్రారంభించడం {#getting-started-with-smart-contracts-and-the-solidity-language}

**.NET ని ఎథీరియంతో అనుసంధానించడానికి మీ మొదటి అడుగులు వేయండి**

ముందుగా మరింత ప్రాథమిక ప్రైమర్ కావాలా? [ethereum.org/learn](/learn/) లేదా [ethereum.org/developers](/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)

## బిగినర్ రిఫరెన్స్‌లు మరియు లింక్‌లు {#beginner-references-and-links}

**Nethereum లైబ్రరీ మరియు VS Code Solidity పరిచయం**

- [Nethereum, ప్రారంభించడం](https://docs.nethereum.com/docs/getting-started/welcome/)
- [VS Code Solidity ని ఇన్‌స్టాల్ చేయడం](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
- [ఎథీరియం స్మార్ట్ కాంట్రాక్ట్‌లను సృష్టించడానికి మరియు కాల్ చేయడానికి .NET డెవలపర్ వర్క్‌ఫ్లో](https://medium.com/coinmonks/a-net-developers-workflow-for-creating-and-calling-ethereum-smart-contracts-44714f191db2)
- [Nethereum తో స్మార్ట్ కాంట్రాక్ట్‌ల ఇంటిగ్రేషన్](https://kauri.io/#collections/Getting%20Started/smart-contracts-integration-with-nethereum/#smart-contracts-integration-with-nethereumm)
- [Nethereum తో .NET మరియు ఎథీరియం బ్లాక్‌చైన్ స్మార్ట్ కాంట్రాక్ట్‌లను ఇంటర్‌ఫేస్ చేయడం](https://medium.com/my-blockchain-development-daily-journey/interfacing-net-and-ethereum-blockchain-smart-contracts-with-nethereum-2fa3729ac933), [中文版](https://medium.com/my-blockchain-development-daily-journey/%E4%BD%BF%E7%94%A8nethereum%E9%80%A3%E6%8E%A5-net%E5%92%8C%E4%BB%A5%E5%A4%AA%E7%B6%B2%E5%8D%80%E5%A1%8A%E9%8F%88%E6%99%BA%E8%83%BD%E5%90%88%E7%B4%84-4a96d35ad1e1) లో కూడా ఉంది
- [Nethereum - బ్లాక్‌చైన్ కోసం ఒక ఓపెన్ సోర్స్ .NET ఇంటిగ్రేషన్ లైబ్రరీ](https://kauri.io/#collections/a%20hackathon%20survival%20guide/nethereum-an-open-source-.net-integration-library/)
- [Nethereum ఉపయోగించి SQL డేటాబేస్‌కు ఎథీరియం లావాదేవీలను రాయడం](https://medium.com/coinmonks/writing-ethereum-transactions-to-sql-database-using-nethereum-fd94e0e4fa36)
- [C# మరియు VisualStudio ఉపయోగించి ఎథీరియం స్మార్ట్ కాంట్రాక్ట్‌లను సులభంగా ఎలా డిప్లాయ్ చేయాలో చూడండి](https://koukia.ca/deploy-ethereum-smart-contracts-using-c-and-visualstudio-5be188ae928c)

**ప్రస్తుతానికి సెటప్‌ను దాటవేసి, నేరుగా శాంపిల్స్‌కి వెళ్లాలనుకుంటున్నారా?**

- [Nethereum Playground](https://playground.nethereum.com/) - ఎథీరియంతో ఇంటరాక్ట్ అవ్వండి మరియు బ్రౌజర్ ద్వారా Nethereum ని ఎలా ఉపయోగించాలో తెలుసుకోండి.
  - [ఖాతా బ్యాలెన్స్‌ను క్వెరీ చేయండి](https://docs.nethereum.com/docs/core-foundation/guide-query-balance)
  - [ERC-20 స్మార్ట్ కాంట్రాక్ట్ బ్యాలెన్స్‌ను క్వెరీ చేయండి](https://docs.nethereum.com/docs/smart-contracts/erc20)
  - [ఒక ఖాతాకు ఈథర్‌ను బదిలీ చేయండి](https://docs.nethereum.com/docs/core-foundation/guide-send-eth)
  - ... ఇంకా మరెన్నో!
## ఇంటర్మీడియట్ ఆర్టికల్స్ {#intermediate-articles}

- [Nethereum ప్రారంభించడం & మొదటి ప్రాజెక్ట్](https://docs.nethereum.com/docs/getting-started/first-project)
- [మీ స్వంత డెవలప్‌మెంట్ టెస్ట్‌చైన్‌లను డిప్లాయ్ చేయండి](https://github.com/Nethereum/Testchains)
- [Nethereum మరియు VS Code తో కోడ్ జనరేషన్](https://docs.nethereum.com/docs/smart-contracts/code-generation/)
- [Unity మరియు ఎథీరియం: ఎందుకు మరియు ఎలా](https://www.raywenderlich.com/5509-unity-and-ethereum-why-and-how)
- [ఎథీరియం వికేంద్రీకృత అప్లికేషన్‌ల (dapps) కోసం ASP.NET Core Web API ని సృష్టించండి](https://tech-mint.com/blockchain/create-asp-net-core-web-api-for-ethereum-dapps/)
- [స్ట్రక్చర్డ్ ఆన్‌చైన్ అప్లికేషన్‌ల కోసం Nethereum MUD ఫ్రేమ్‌వర్క్](https://docs.nethereum.com/docs/mud-framework/overview/)
- [Nethereum బ్లాక్‌చైన్ ప్రాసెసింగ్](https://docs.nethereum.com/docs/data-and-indexing/guide-blockchain-processing)
- [Nethereum రియల్-టైమ్ స్ట్రీమింగ్](https://docs.nethereum.com/docs/core-foundation/guide-realtime-streaming/)
- [Kaleido మరియు Nethereum](https://kaleido.io/kaleido-and-nethereum/)
- [Quorum మరియు Nethereum](https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Quorum/README.md)
## అడ్వాన్స్‌డ్ యూజ్ ప్యాటర్న్స్ {#advanced-use-patterns}

- [Azure కీ ఖజానా మరియు Nethereum](https://github.com/Azure-Samples/bc-community-samples/tree/master/akv-nethereum)
- [Nethereum.DappHybrid](https://github.com/Nethereum/Nethereum.DappHybrid)
- [Ujo Nethereum బ్యాకెండ్ రిఫరెన్స్ ఆర్కిటెక్చర్](https://github.com/Nethereum/ujo-backend)
## .NET ప్రాజెక్ట్‌లు, టూల్స్ మరియు ఇతర సరదా విషయాలు {#dot-net-projects-tools-and-other-fun-stuff}

- [Nethereum Playground](https://playground.nethereum.com/) - _బ్రౌజర్‌లో Nethereum కోడ్ స్నిప్పెట్‌లను కంపైల్ చేయండి, సృష్టించండి మరియు రన్ చేయండి_
- [Nethereum Codegen Blazor](https://github.com/Nethereum/Nethereum.CodeGen.Blazor) - _Blazor లో UI తో Nethereum కోడ్‌జెన్_
- [Nethereum Blazor](https://github.com/Nethereum/NethereumBlazor) - _ఒక .NET Wasm SPA లైట్ బ్లాక్‌చైన్ ఎక్స్‌ప్లోరర్ మరియు సాధారణ వాలెట్_
- [Wonka Business Rules Engine](https://github.com/Nethereum/Wonka) - _సహజంగానే మెటాడేటా-ఆధారితమైన ఒక బిజినెస్ రూల్స్ ఇంజిన్ (.NET ప్లాట్‌ఫారమ్ మరియు ఎథీరియం ప్లాట్‌ఫారమ్ రెండింటి కోసం)_
- [నెథర్‌మైండ్](https://github.com/NethermindEth/nethermind) - _Linux, Windows, MacOS కోసం ఒక .NET Core ఎథీరియం క్లయింట్_
- [eth-utils](https://github.com/ethereum/eth-utils/) - _ఎథీరియం సంబంధిత కోడ్‌బేస్‌లతో పనిచేయడానికి యుటిలిటీ ఫంక్షన్‌లు_
- [TestChains](https://github.com/Nethereum/TestChains) - _వేగవంతమైన ప్రతిస్పందన కోసం ముందుగా కాన్ఫిగర్ చేయబడిన .NET డెవ్‌చైన్‌లు (ప్రూఫ్-ఆఫ్-అథారిటీ (PoA))_

మరిన్ని వనరుల కోసం చూస్తున్నారా? [ethereum.org/developers](/developers/) ని చూడండి.
## .NET కమ్యూనిటీ కంట్రిబ్యూటర్లు {#dot-net-community-contributors}

Nethereum వద్ద, మేము ఎక్కువగా [Gitter](https://gitter.im/Nethereum/Nethereum) లో ఉంటాము, ఇక్కడ ఎవరైనా ప్రశ్నలు అడగడానికి/సమాధానం ఇవ్వడానికి, సహాయం పొందడానికి లేదా సరదాగా గడపడానికి స్వాగతం. [Nethereum GitHub రిపోజిటరీ](https://github.com/Nethereum) లో PR చేయడానికి లేదా ఇష్యూని ఓపెన్ చేయడానికి సంకోచించకండి, లేదా మా వద్ద ఉన్న అనేక సైడ్/శాంపిల్ ప్రాజెక్ట్‌లను బ్రౌజ్ చేయండి. మీరు మమ్మల్ని [డిస్కార్డ్](https://discord.gg/jQPrR58FxX) లో కూడా కనుగొనవచ్చు!

మీరు నెథర్‌మైండ్‌కి కొత్త అయితే మరియు ప్రారంభించడానికి సహాయం కావాలంటే, మా [డిస్కార్డ్](https://discord.gg/PaCMRFdvWT) లో చేరండి. మీ ప్రశ్నలకు సమాధానం ఇవ్వడానికి మా డెవలపర్‌లు అందుబాటులో ఉన్నారు. [నెథర్‌మైండ్ GitHub రిపోజిటరీ](https://github.com/NethermindEth/nethermind) లో PR ని ఓపెన్ చేయడానికి లేదా ఏవైనా ఇష్యూలను లేవనెత్తడానికి వెనుకాడకండి.

## ఇతర అగ్రిగేటెడ్ జాబితాలు {#other-aggregated-lists}

[అధికారిక Nethereum సైట్](https://nethereum.com/)  
[అధికారిక నెథర్‌మైండ్ సైట్](https://nethermind.io/)
