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
- Install all modules and their dependencies.
npm install
-
Set your Moralis server URL and APP_ID in the "index.js" file.
-
Launch your app with Live Server extension on VSCode.