web3.unity
                                
                                
                                
                                    web3.unity copied to clipboard
                            
                            
                            
                        Integrate Nethereum contract class generator into SDK
Summary In order to have more expansive and convenient contract interactions, integrating the Nethereum contract class generator into to the SDK in some way would improve usability. and reduce the need for massive magic string abi constants.
Suggested features or ways to address the summary Nethereum provides several ways to make use of the generator, the web interface, which personally I find a bit unintutive for those new to Web3 contracts. Theres a CLI, and Autogen nuget package (Which I think would probably be the best in terms of work flow),
Motivation Presently, contract classes dont allow for introspective discovery of functions or convenient decoding of chain interaction outputs
Blockers Discussion is needed for the best way to approach this.