Introduction to Calls, Transactions, Events, Filters, Topics in Ethereum using .Net
ethereum·@juanblanco·
0.000 HBDIntroduction to Calls, Transactions, Events, Filters, Topics in Ethereum using .Net
https://www.youtube.com/watch?v=Yir_nu5mmw8 Hands on demo, on how to: * Create a smart contract with events * Create transactions using vscode and .net core (same for visual studio "fat" on windows and xamarin) * Create filters to subscribe to logs (events) * Create a DTO class to decode the information from the event * Finally get the changes of the from the filters and the decoded event data. Resources: Nethereum: http://www.nethereum.com/ VsCode: https://code.visualstudio.com/ .Net Core: https://www.microsoft.com/net/core Solidity vscode: https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity Source code Github: https://github.com/Nethereum/Nethereum/tree/master/src/Nethereum.Tutorials/ Test chain: https://github.com/Nethereum/Nethereum/tree/master/testchain Geth: https://github.com/ethereum/go-ethereum/releases