hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

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

Open anomepani opened 4 years ago

anomepani commented 4 years ago

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.

sahil-khanna commented 3 years ago

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