This sample demonstrates .NET Core 2 interaction with an Ethereum blockchain. It aims to get .NET developers up and going with blockchain smart contract development.
- Radi Atanassov
- Microsoft Certified Master (MCM)
- Microsoft Certified Solutions Master (MCSM)
- Most Valuable Professional (MVP)
- Founder of OneBit Software
- Senior Director at Progress/Telerik
- C# Unity Game Developer at Rebellious Software (World of Myths game)
- SharePoint User Group Bulgaria
- Shit speaker at conferences around the world
- Shit guitar player
- Blog: http://sharepoint.bg/radi
- Mist - the Ethereum browser
- Geth - Ethereum client
- Start a private chain with a test account with allocated Ether
- Create a test contract in Solidy
- Create a .NET Core 2 xUnit project for testing
- Unlock and read an account balance
- Deploy a smart contract
- Execute functions on the smart contract
Apache License 2.0 See https://github.com/OneBitSoftware/BlockChainInteractions-NetCore2/blob/master/LICENSE