
ServerURI string: A URI pointing to the target Moralis / Parse Server instance hosting the app.This value must be supplied if using either Moralis Server or Parse Server functionality. MasterKey string: The Master Key for the Moralis / Parser app.LiveQueryServerURI string: A URI pointing to the target Moralis / Parser WS/WSS server.Headers IDictionary: Additional HTTP headers to be sent with network requests from the SDK.Required if you are going to use the Authentication API

AuthenticationApiUrl string: Moralis Authentication 2.0 server endpoint URL.Required if you are going to use the Authentication API, Web3Api, or Solana API. ApiKey string: The Web3Api key, must be supplied to initialize Web3Api to use standard REST server.ApplicationID string: The Moralis DappID or Parse Application Id.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. I have decompiled all of mainnet, and make sure to decompile again on the latest Panoramix version from time to time.Final Moralis C#. You can also provide the bytecode for decompilation. You can specify a web3 provider using the environment variable WEB3_PROVIDER_URI. Installation $ pip install panoramix-decompiler The code quality is still not great and the software is complex, it's mostly reserved for advanced users. There is also a better support of timeouts, as instead of stopping entirely we will fallback and print whatever we decompiled even if it's not complete.

And I made it a proper python package that can be imported. I also got rid of the "tilde" syntax that was using a custom python encoding and use vanilla Python instead.

The goal of this fork is to maintain Panoramix in a decent shape, fix some crashes, implement missing opcodes. It's is a fork of the Panoramix original repo that's not maintained actively by its author anymore:
