Results 8 comments of Nooh

Hi all, is there anyone who have successfully integrated PostgreSQL with Aries Agents? If yes, could you please share detail on how to integrate it?

Thank you for the thorough explanation. I tried what you said, but now I'm getting this issue. Do you have any ideas? ```thread '' panicked at 'called `Result::unwrap()` on an...

Removing the `WalletScheme = "MultiWalletSingleTable"` resolved the above issue, but couldn't figured it the reason. Also, paste the `libindystrgpostgres.so` file in dotnet project's `./bin/Debug/netcoreapp3.1/` folder. `cp libindystrgpostgres.so ./bin/Debug/netcoreapp3.1/`

**PostgresPlugin.cs** ``` [DllImport("libindystrgpostgres.so", CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true)] internal static extern int postgresstorage_init(); [DllImport("libindystrgpostgres.so", CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true)] internal static extern...

Make sure these 2 packages are installed: ``` ```

Download a copy from Google Drive: https://github.com/hyperledger/aries-mobile-agent-xamarin/issues/44#issuecomment-920930878

First run the Mediator on Ngrok and paste the Ngrok Address into Mobile's [App.xml.cs](https://github.com/hyperledger/aries-mobile-agent-xamarin/blob/a67c315115d97ca0a484b10d9342cf30baee11c2/src/Hyperledger.Aries.Max/App.xaml.cs#L65). Try to create a wallet. If it's returning an error message, kindly paste it here.

https://github.com/hyperledger/aries-mobile-agent-xamarin/issues/44#issuecomment-920930878