/moralis-poc

Use of Moralis SDK to set up proofs of concept concerning different use cases : NFT marketplace, DEX aggregator, private chat, nested copy trading, reading datas onchain, governance template DAO, trusted timestamping for legal purposes, DeFi services, etc.

Primary LanguageJavaScriptMIT LicenseMIT

moralis-poc

Use of Moralis SDK to set up proofs of concept concerning different use cases :

  • NFT marketplace
  • DEX aggregator
  • private chat
  • nested copy trading
  • reading datas onchain
  • governance template DAO
  • trusted timestamping for legal purposes
  • DeFi services

Getting Started

  1. Install all modules and their dependencies.
npm install
  1. Set your Moralis server URL and APP_ID in the "index.js" file.

  2. Launch your app with Live Server extension on VSCode.