Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the workflow, both Parties and the Deployer are realized as separate asynchronous nodes and interact with each other to complete the Demo's Protocol.
The already implemented Aries-Agent is changed to be wrapped in this node struct in the package demo. Each Agent has many commands that can be executed and are implemented in
node.go
and specified incommands.go
.node-setup.go
is called when the node is first created.config.go
mapped the node-specific data from the respective.yaml
, which contains information of wallet, client, ...etc.See
go.mod
for the import of the forked aries-framework-go, which contains the integration of the BBS+ threshold Signature in VCWallet.