It is possible to use Nethereum with Moralis?

Hi everyone,

I’m currently coding a back-end application in .NET 5

I want to know if it is possible to use Moralis using Nethereum ?

I found this package : https://github.com/MoralisWeb3/MoralisCSharp but I think it’s for front-end app

Thanks for your work

Have a good day.

1 Like

I’m not so sure about this, it’s first time I’ve seen the repo :thinking: but yeah we do have C# library for unity. Maybe @dgoodrich have some input on this :raised_hands:

1 Like

Hi, it is totally possible. Please check out the demo application paired with the SDK here

In the Example / script folder the ArwadableController.cs has an example of how to use the integrated Nethereum client to call a contract function that changes state on the contract.

Please let me know if you have any questions.

1 Like

Hi, I’m looking for examples of using Moralis with asp.net and ended up here. I cannot find the .cs file which you have specified here. Can you assist with another example?

In my project i want to use Moralis with asp.net but i cant find any info on it. All i find is integration and examples with Unity3d. I have extensive knowledge of using web3 with react but i cannot use javascript in the current project and i’m struggling massively.

Thanks for your time!

1 Like

You can use the C# SDK (https://github.com/MoralisWeb3/web3-dotnet-sdk) be aware this code is a little stale. I am working to update the C# SDK to be inline with the Unity SDK. Should be pushing these in about a week.