-
Notifications
You must be signed in to change notification settings - Fork 242
Create new guide for Fabric test-network #1092
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
Create new guide for Fabric test-network #1092
Conversation
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Codecov Report
@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
- Coverage 99.99% 99.98% -0.01%
==========================================
Files 307 307
Lines 20331 20331
==========================================
- Hits 20329 20327 -2
- Misses 2 3 +1
- Partials 0 1 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
jimthematrix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with a small update request
| nav_order: 7 | ||
| --- | ||
|
|
||
| # Work with Fabric Test Network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Work with Fabric Test Network | |
| # Work with Fabric-Samples Test Network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...to make it more recognizable
docs/_i18n/en.yml
Outdated
| web3_gateway_features: Web3 Gateway Features | ||
| web3_gateway_features: Web3 Gateway Features | ||
| basic_auth: Enable Basic Auth | ||
| fabric_test_network: Fabric Test Network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| fabric_test_network: Fabric Test Network | |
| fabric_test_network: Fabric-Samples Test Network |
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
This PR adds a new tutorial for using the FireFly CLI with the Fabric test-network from the fabric-samples repo. CLI changes in hyperledger/firefly-cli#225 are a prerequisite for this tutorial.