Skip to content

Build a simple market sentiment dapp that users can interact with React, Hardhat, the web3uikit and Moralis, to create a dapp that can authenticate users and let them vote on token trends.

Notifications You must be signed in to change notification settings

leopaul29/Moralis-FirstDapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moralis FirstDapp

Description

  • we created our own smartcontract using solidity and compiling it, deploying it and verifying it with hardhat.
  • we created the react app
  • we used Moralis to integrate the reactapp and smartcontract together to be able to vote and displaying informations.

Configure

SmartContract

Create .env file in ./smartcontract :

  • API_KEY= # polygonscan.com API KEY
  • POLYGON_MUMBAI=
  • PRIVATE_KEY= # Wallet private key to deploy smart contract

React App

Create .env file in root file :

  • REACT_APP_APPID=
  • REACT_APP_SERVERURL=
  • REACT_APP_SMARTCONTRACT=

Resources

About

Build a simple market sentiment dapp that users can interact with React, Hardhat, the web3uikit and Moralis, to create a dapp that can authenticate users and let them vote on token trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published