static async Task ExecuteDemos() { await AnonCredsDemo.Execute(); await AnonCredsRevocationDemo.Execute(); await LedgerDemo.Execute(); await CryptoDemo.Execute(); }
static async Task ExecuteDemos() { await Pool.SetProtocolVersionAsync(2); await AnonCredsDemo.Execute(); await AnonCredsRevocationDemo.Execute(); await LedgerDemo.Execute(); await CryptoDemo.Execute(); }
public static async Task Main(string[] args) { await Pool.SetProtocolVersionAsync(2); await WalletDemo.Execute(); await NonSecretsDemo.Execute(); await AnonCredsDemo.Execute(); await AnonCredsRevocationDemo.Execute(); await CryptoDemo.Execute(); await LedgerDemo.Execute(); Console.WriteLine("Press any key to continue..."); Console.ReadKey(true); }