-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Hello.
I'd like to add the common language guide to the Iroha documentation.
Since Iroha-JS very convenient for the users, it is necessary for the examples.
How stable are the examples displayed in the JavaScript tutorial?
I am mostly interested in:
- Loading the JSON configuration for Iroha so it could be used by the JavaScript 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.