hyperledger / iroha-2-docs

https://hyperledger.github.io/iroha-2-docs/
Apache License 2.0
6 stars 26 forks source link

Initial Cookbook structure #423

Open 6r1d opened 10 months ago

6r1d commented 10 months ago

We just had a meeting with @0x009922, @mversic, @AlexStroke and @dmitrivenger.

We need a new API documentation structure to make all examples between different API versions available. This is a structure we've established:

0x009922 commented 10 months ago

I revised the list again and come to a more user-goals centric structure:

This all should be refined for sure. I will start with this. Hopefully, when we start building the actual code snippets, we will get more understanding of how to structure them better for educational and practical purposes.

Mingela commented 10 months ago

@0x009922 this looks great, just a few questions:

0x009922 commented 10 months ago

@Mingela,

  1. We should probably include both Domains and Accounts as well. I just don't know in what form. Do you have any introductory, educational, and expressive examples on mind?
  2. I think so, wasn't 100% sure
  3. Yes, smartcontract = WASM executable in terms of Iroha 2
Mingela commented 10 months ago

@0x009922 domains generally are intended to represent countries, organizations, departments, branches and so on. Some sort of access management (or permissions) based on the domain might be sufficient.

6r1d commented 10 months ago

I've added a separate issue on a store asset as the current information is lacking and it's very useful

dmitrivenger commented 10 months ago

@6r1d , @yamkovoy Looking at @0x009922 revised structure, where do we place Domains and Accounts?

outoftardis commented 10 months ago

you can see and review the revised structure in #424