iroha-python icon indicating copy to clipboard operation
iroha-python copied to clipboard

Examples for the documentation

Open 6r1d opened this issue 3 years ago • 0 comments

Hello.

I'd like to add the common language guide to the Iroha documentation. Since Iroha for Python 3 is the most convenient for many users, it is necessary for the examples.

How stable are the examples displayed in the tutorial for Python 3?

I am mostly interested in:

  • [ ] Loading the JSON configuration for Iroha so it could be used by the Java library
  • [ ] Client setup, given the configuration above
  • [ ] Registering an Iroha domain
  • [ ] Registering an Iroha account
  • [ ] Registering an asset
  • [ ] Minting an asset mentioned above
  • [ ] Listing domains / accounts / assets, displaying an output

Potentially, it'll be great to enable these examples as tests, marking the parts useful for the end user with the comments.

6r1d avatar Oct 18 '22 15:10 6r1d