web3.unity icon indicating copy to clipboard operation
web3.unity copied to clipboard

Integrate Nethereum contract class generator into SDK

Open RyRy79261 opened this issue 2 years ago • 1 comments

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.

RyRy79261 avatar Oct 24 '23 12:10 RyRy79261