Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Documentation improvement. And this fixes #3103 (#3185)
Browse files Browse the repository at this point in the history
* This fixes #3103

Signed-off-by: Naveen Honest Raj <[email protected]>

* Archived links needed more information

Signed-off-by: Naveen Honest Raj <[email protected]>
  • Loading branch information
Navdevl authored and jt-nti committed Jan 23, 2018
1 parent 846ce52 commit d149f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These components are split across multiple Composer repositories within the Hype
- [hyperledger/composer-sample-models](https://github.com/hyperledger/composer-sample-models) Sample Business Models
- [hyperledger/composer-sample-networks](https://github.com/hyperledger/composer-sample-networks) Sample Business Networks
- [hyperledger/composer-sample-applications](https://github.com/hyperledger/composer-sample-applications) Sample Applications using the Composer API (using v0.6 Hyperledger Fabric)
- [hyperledger/composer-sample-applications-hlfv1](https://github.com/hyperledger/composer-sample-applications-hlfv1) Sample Applications using the Composer API (using v1.0.0-alpha Hyperledger Fabric). **Note this is ALPHA**
- [hyperledger/composer-sample-applications-hlfv1](https://github.com/hyperledger/composer-sample-applications-hlfv1) Sample Applications using the Composer API (using v1.0.0-alpha Hyperledger Fabric). **Note this is now archived**
- [hyperledger/composer-atom-plugin](https://github.com/hyperledger/composer-atom-plugin) Plugin for the Atom editor
- [hyperledger/composer-vscode-plugin](https://github.com/hyperledger/composer-vscode-plugin) Plugin for the VS Code editor
- [hyperledger/composer-tools](https://github.com/hyperledger/composer-tools) Additional tools to help working with Composer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ The example assumes that an instance, `net.biz.digitalPropertyNetwork#mae@biznet
composer identity issue -c admin@network -f maeid1.card -u maeid1 -a "resource:net.biz.digitalPropertyNetwork.Person#[email protected]"
```

This will issue card for the user maeid1 and export a card file in your current directory.

2. As the participant, test the connection to the business network
* JavaScript API

Expand All @@ -83,5 +85,8 @@ The example assumes that an instance, `net.biz.digitalPropertyNetwork#mae@biznet
* Command line

```bash
composer card import -f [email protected]
composer network ping -c maeid1@network
```

You need to make sure to import the card into business network before pinging.

0 comments on commit d149f04

Please sign in to comment.