Skip to content

An express proxy server template compatible with the Moralis Unity SDK

Notifications You must be signed in to change notification settings

WoodsFiend/Moralis-Unity-ProxyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is the proxy server that is used by the Moralis Unity SDK

Getting Started

  1. Run npm install
  2. Register for Moralis to get an API key
  3. Setup .env file with Moralis API key
  4. Run npm start
  5. Proxy server is running at http://localhost:4000/proxy

Production Use

To use the server in production it should be setup with user authentication to ensure that API key usage can be regulated. This requires setting up a custom authentication solution, sending auth headers with all proxy requests and verifying those headers in isAuthenticated function. This template includes an example implementation of simple web3 wallet signed message authentication

About

An express proxy server template compatible with the Moralis Unity SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published