8000 GitHub - Daltonic/answer_to_earn: A decentralized and innovative platform that motivates users to share their knowledge and in turn rewarded ethers for correct answers. [Demo Sepolia Testnet]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A decentralized and innovative platform that motivates users to share their knowledge and in turn rewarded ethers for correct answers. [Demo Sepolia Testnet]

License

Notifications You must be signed in to change notification settings

Daltonic/answer_to_earn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build an Answer to Earn (A2E) Platform with NextJs, TypeScript, Tailwind CSS, and Solidity

Read the full tutorial here: >> How to Build an Answer to Earn (A2E) Platform with NextJs, TypeScript, Tailwind CSS, and Solidity

This example shows How to Build an Answer to Earn (A2E) Platform with NextJs, TypeScript, Tailwind CSS, and Solidity:

Questions

Questions

Creating Questions

Creating Questions

Questions Details

Questions Details

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Infuira
  • NextJs
  • TypeScript
  • Tailwind CSS
  • Solidity
  • EthersJs
  • Faucet

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.

    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/Daltonic/answer_to_earn answerToEarn
    cd answerToEarn # Navigate to the new folder.
  2. Create a .env file to include the following details.

     NEXT_APP_RPC_URL=http://127.0.0.1:8545/
  3. On one terminal, run the app using:

     yarn install
     yarn hardhat run scripts/deploy.js
    
  4. On a second terminal, run the app using yarn dev to launch on the browser.

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

A decentralized and innovative platform that motivates users to share their knowledge and in turn rewarded ethers for correct answers. [Demo Sepolia Testnet]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0