prince-hope1975 / react_bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Afiniki's - OSS Bash implementation

PROJECT DESCRIPTION

The project is used to store details of outstanding members of Choice Coin DAO and disburse payment to tbe addresses

PREREQUISITES to run

  • Node.js
  • Git

RUN ON YOUR LOCAL MACHINE

  • git clone the repository
  • cd into the repository
cd reward
  • Create a .env.local file in the root directory
 touch .env.local
 # or
 echo .env.local 
  • Insert the following variables in the env.local file and fill in the env variables
REACT-APP_PURESTAKE_API_KEY =
REACT-APP_SEED_PHRASE =
  • Install dependencies
  npm install 
  # or
  yarn add
  • Start development server
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Functionalities

  • Admin can add active participants.
  • Admin can reward single address.
  • Admin can reward bulk address
  • Error Hansling to prevent multiple address submissions.
  • Address Validation

Technology used

  • React.js
  • Css modules
  • Algosdk

Preview video

Here

Preview the site

Here

About


Languages

Language:JavaScript 72.8%Language:CSS 19.7%Language:HTML 7.2%Language:Shell 0.2%