forked from hyperledger-archives/indy-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: artem.ivanov <[email protected]>
- Loading branch information
1 parent
8d7c9e5
commit b9dd90c
Showing
5 changed files
with
17 additions
and
9 deletions.
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
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Dummy Cloud Agent | ||
|
||
This is a simple HTTP server which implements Agent2Agent communication protocol required for full [VCX](../README.md) work. | ||
This is simple implementation of VCX compatible Cloud Agent. | ||
|
||
This library is currently in an **experimental** state and is not part of official releases. | ||
The main purpose of this implementation is VCX testing, demos and documentation of VCX protocol. | ||
|
||
There is an parallel work on providing reference implementation of Agent2Agent protocol in indy-agent repo. | ||
We plan to migrate to this protocol and implementation soon. | ||
|
||
## Run | ||
cargo run <path-to-config> |
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