

MoralisClient moralis = new MoralisClient(conData, new AuthApiClient(), new Web3ApiClient(), new SolanaApiClient(), new NewtonsoftJsonSerializer()) LiveQueryServerURI = "LIVE QUERY SERVER URI", Starting Moralis is as simple as setting up configuration and creating an instance of the MoralisClient.Įxample ServerConnectionData conData = new ServerConnectionData() ParseEndpointClasses string: Classes endpoint for a Parse Backend.ParseEndpointFileService string: File Service endpoint for Parse backend.ParseEndpointCloudfunctions string: Cloud Functions endpoint for a Parse Backend.

Generally the following setting can be left with their default values.

Before using Moralis, create an instance of this object to pass into the moralis initialization method. NET SDK that supports the original Moralis Parse-based Server Moralis ConfigurationĬonfiguration for server connection information is handled in the ServerConnectionData object.
