aries-framework-dotnet icon indicating copy to clipboard operation
aries-framework-dotnet copied to clipboard

Where is documentation of Aries dotnet NuGet or library methods and Features to use In dot core app.

Open anomepani opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. Where is documentation of Aries dotnet NuGet or library methods and Features to use In dot core app.

Describe the solution you'd like I am not able to find documentation of usage of this arises framework or methods inside this NuGet package, without documentation and flow how can we use features of SDK.

What parameter we need to pass for which method and what will be the expected output for method. If we have documentation for this then it will be very helpful

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Create Connection, Create Wallet, Accept Invitation, Create Credential schema, Create credential definition, Send Credential Request, Offer Credential etc are mainly required features As per my understanding but flow and usage of each in specific order are missing or documentation are missing.

anomepani avatar Apr 11 '20 09:04 anomepani

Not really helpful, but one can refer to the test scripts to understand the workflow and functionality of the features.

https://github.com/hyperledger/aries-framework-dotnet/blob/master/test/Hyperledger.Aries.Tests

E.g. Credentials related features: https://github.com/hyperledger/aries-framework-dotnet/blob/master/test/Hyperledger.Aries.Tests/Protocols/CredentialTests.cs

sahil-khanna avatar Apr 15 '21 09:04 sahil-khanna