the candid web UI is awesome
can I get a button there that just generates the code I need to import into my project for interfacing faster?
Sorry if I’m misunderstanding the process.
A step by step guide to integrating any bodies public canister functions would be very much appreciated
Not sure if you want to call an external canister in browser, or need a way to draw the UI for that canister method. For the former, you can see this release notes: sdk/CHANGELOG.md at master · dfinity/sdk · GitHub. For the latter, we don’t have a fully baked solution. But you can call renderInput function from @dfinity/candid, which takes a JS binding of the method type, and returns the DOM elements that corresponds to the method type.