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

Make the Xamarin Edge Agent an *Issuer* - Error: Ledger operation rejected #187

Closed sahil-khanna closed 3 years ago

sahil-khanna commented 3 years ago

I want to make the Xamarin Edge Agent an Issuer so that it can create Schema and Issue Credentials. Can anyone guide me on the process, please?

If I try to create a Schema using the below code, I get the error Ledger operation rejected

string schemaId = await SchemaService.CreateSchemaAsync(AgentContext, provisioningRecord.IssuerDid, "Template Name", "1.0", new[] { "Full Name", "Address"});



A few points worth noting

sahil-khanna commented 3 years ago

I was using the NuGet version 1.5.2 earlier. The moment I updated to version 1.6.1, it started working. Now, the Edge Agent is able to register schema and issue credentials