Help - Creating an organization on Hyperledger Grid gives me this Error #cal-notice
As I mentioned in the title, I would like to create an organization on Hyperledger Grid, basically, I'm running on Splinter not a sawtooth, So after following the commands on the tutorial I'm just wanna test, I faced this error: "error: Found argument '123 main street' which wasn't expected, or isn't valid in this context" That takes the address '123 main street' as an argument and it's wasn't expected. I tried to follow the structure on the --help, But I got the same Error. Error: https://j.top4top.io/p_2280sldhn1.png Running docker on splinter: https://l.top4top.io/p_2280khj412.png I just followed the guide of the tutorial here on this link: https://grid.hyperledger.org/docs/0.1/creating_organizations.html#display-organizations-and-agents |
Shawn Amundson
You are referencing documentation for Grid v0.1 and probably using the latest Grid v0.3, and the CLI has changed between those versions. In the documentation, the version selector is located at the top of the left sidebar. Creating organizations can be found on this v0.3 page: You have the command: grid organization create 013600 myorg '123 main street' --metadata gs1_company_prefixes=013600 which changes to: grid organization create myorg '123 main street' --alternate-ids gs1_company_prefixes=013600 Thanks, -Shawn On Tue, Apr 5, 2022 at 2:52 PM <mnasri.souhail@...> wrote:
|