paritytech / subxt-explorer

Web App for exploring Substrate-based Chains using Subxt
Other
12 stars 0 forks source link

Is it possible to get metadata of ink contract and generate example code snippets? #11

Open amiyatulu opened 9 months ago

amiyatulu commented 9 months ago

Is it possible to get metadata of ink! contract using subxt, and generate example code snippets using subxt-explorer for subxt? e.g uploading the contract file.

tadeohepperle commented 9 months ago

Hey, currently this is not possible, because we do not generate static rust types from ink! metadata in subxt. But we might implement something like this in the future in subxt.