-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples for the documentation #130
Comments
Hello! Currently the repo already has documentation examples here: https://github.com/hyperledger/iroha-javascript/tree/iroha2/packages/docs-recipes/src They are not a part of end-2-end tests, but they are type-checked. Tests has a significant part of this functionality, but I don't think it makes sense to write everything you've listed as tests. They have a bit different goal. Anyway, I think it is worth to re-write current "documentation recipes" to both align your interests and to include them into documentation via snippets mechanism. |
- restructure recipes to be more compliant with hyperledger-iroha#130 - extend "maintenance" section in the root README - include `lint` command into CI/CD - fix lint errors Signed-off-by: 0x009922 <[email protected]>
@6r1d, I think the issue was resolved with hyperledger-iroha/iroha-2-docs#234. Could you verify it? |
Hello! These links appear empty:
So there are no samples for registering assets. In particular, I'm looking for an example of working with stores. There seems to be none. I was able to figure out how to register new store data by looking at a sample from
But it'd be great to have a sample for JS. |
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:
Potentially, it'll be great to enable these examples as tests, marking the parts useful for the end user with the comments.
The text was updated successfully, but these errors were encountered: