PhantomOz / FFT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function Frontend Task

Overview

A simple fullstack dapp that shows how a frontend interacts with a smart contract.

Prequisite

  1. Install Node.js

    Download and install from the official site.

Local Setup & Initialization

  1. Clone Repository into your local terminal

    git clone https://github.com/PhantomOz/FFT.git
    cd FFT
  2. install the node libraries

    npm install
  3. Open two additional terminals in your VS code

  4. In the second terminal type:

    npx hardhat node
  5. In the third terminal, type:

    npx hardhat run --network localhost scripts/deploy.js
  6. Back in the first terminal, type:

    npm run dev to launch the front-end.

After this, the project will be running on your localhost. Typically at http://localhost:3000/

About

License:MIT License


Languages

Language:JavaScript 73.1%Language:Solidity 26.9%