Skip to content

Commit

Permalink
Merge pull request #30 from swcurran/master
Browse files Browse the repository at this point in the history
More bad links :-(
  • Loading branch information
swcurran authored Jul 1, 2019
2 parents ffbac09 + da59c29 commit c1281e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStartedAriesDev/AriesDeveloperDemos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Here are some demos that developers can use to get up to speed on Aries. You don

This demo uses agents (and an Indy ledger), but doesn't implement a controller at all. Instead it uses the OpenAPI (aka Swagger) user interface to let you be the controller to connect agents, issue a credential and then proof that credential.

[Collaborating Agents OpenAPI Demo](../demo/AriesOpenAPIDemo.md)
[Collaborating Agents OpenAPI Demo](../../demo/AriesOpenAPIDemo.md)

## Python Controller demo

Run this demo to see a couple of simple Python controllers implementations for Alice and Faber. Like the previous demo, this shows the agents connecting, Faber issuing a credential to Alice and then requesting a proof based on the credential. Running the demo is simple, but there's a lot for a developer to learn from the code.

[Python-based Alice/Faber Demo](../demo/README.md)
[Python-based Alice/Faber Demo](../../demo/README.md)

## Web App Sample - Email Verification Service

Expand Down

0 comments on commit c1281e3

Please sign in to comment.