Last active
August 30, 2019 04:53
-
-
Save diestrin/c9b3e9ee1c4a421330147e4e7338a346 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "channels": ["public", "private"], | |
| "topology": { | |
| "hyperledger": { | |
| "channels": ["public"], | |
| "users": ["john", "mike"] | |
| }, | |
| "covalent": { | |
| "channels": ["public", "private"], | |
| "users": ["diego"] | |
| }, | |
| "linux": { | |
| "channels": ["public", "private"], | |
| "users": ["henry"] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment