DinhCongTac221 / ethereum-prediction-market-boilerplate

A simple Ethereum prediction market boilerplate build on top of Moralis Web3 SDK + Ethereum Boilerplate + Chainlink + OpenZeppelin. Happy BUIIDL!

Home Page:https://www.youtube.com/watch?v=yQSG6-3NHhI&t=74s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereum-prediction-market-boilerplate

This Project is a fork of Ethereum Boilerplate and demostrates how you can build your own Ethereum Prediction Market. This project of course work on any EVM-compatible blockchain such as Polygon, Avalanche, Binance Smart Chain and other such chains.

dapp3

⭐️ Star us

If this boilerplate helps you build Ethereum dapps faster - please star this project, every star makes us very happy!

🤝 How to get help

If you have any questions or need help running this project please don't hesitate to ask in our forum. We are monitoring it 24/7 and are here to help you get up to speed.

🚀 Quick Start

📄 Clone or fork ethereum-prediction-market-boilerplate:

git clone https://github.com/ethereum-boilerplate/ethereum-prediction-market-boilerplate.git

💿 Install all dependencies:

cd ethereum-prediction-market-boilerplate
yarn install 

✏ Rename .env.example to .env in the main folder and provide your appId and serverUrl from Moralis (How to start Moralis Server) Example:

REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
moralisApiKey = xxx
moralisApiSecret = xxx

🚴‍♂️ Run your App:

yarn start

About

A simple Ethereum prediction market boilerplate build on top of Moralis Web3 SDK + Ethereum Boilerplate + Chainlink + OpenZeppelin. Happy BUIIDL!

https://www.youtube.com/watch?v=yQSG6-3NHhI&t=74s

License:MIT License


Languages

Language:JavaScript 85.2%Language:Solidity 12.6%Language:CSS 1.2%Language:HTML 0.6%Language:Shell 0.3%