This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation improvement. And this fixes #3103 (#3185)
* 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
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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. |