LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 457 forks source link

Interoperability example app scripts are not using the full power of API client #9190

Closed bobanm closed 6 months ago

bobanm commented 6 months ago

Scripts such as sidechain_registration are using API client, but then performing many operations manually, instead of using the API client functionality:

While the existing script provides the expected results, it is unnecessarily complex. Since this is an example app which our users will study to understand how to build their own things, I think it makes sense to showcase the full power of SDK and the more elegant way to use API client.