-
Notifications
You must be signed in to change notification settings - Fork 65
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
Clean-up Policy files in examples #515
Comments
Hello @t-fine, Also, can you guide me a little wrt what needs to be done here. |
Sorry about the delay here @saurav1004 have at it! :) |
No issues. I will take a look. Could you guide me a little wrt what needs to be done here, to avoid the confusion |
@saurav1004 Take a look at our newer example services for a good pattern or example to follow regarding files living in a single folder rather than "horizon" or "policy" directories: |
@saurav1004 in regards to the files in |
A message from Glen...
"It is unfortunate that the examples in the open-horizon/examples repo inconsistently use the
horizon
subdirectory and thepolicy
subdirectory. I had forgotten how bad this was but today I am trying to write up something about how to use pattern and policy and I wanted to point at the examples repo but then rediscovered the inconsistency there."The original reason for having two sets of policy files in the
horizon
andpolicy
directories was to have one that theexchangePublish.sh
script uses when populating a new exchange (thehorizon
dir), and one set for users to leverage when walking through the "Creating your own ..." README flow so there wouldn't be two agreements that deploy the helloworld service possible causing confusion as well.The text was updated successfully, but these errors were encountered: