Skip to content

Frac7/PSAB-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the final project for "Design and Development of Blockchain Applications" course.

This is a spike solution for the management of agricultural resources, goods and activities.

This project was created with:

  • Create React App
  • Redux and Redux-Saga for global state management
  • Jest, Redux Mock Store and Redux Saga Test Plan for testing
  • Reactstrap, Styled Components and Font Awesome for the UI
  • Formik and Yup for handling forms
  • Web3 and HDWalletProvider for interacting with the blockchain
  • Amazon Cognito for user management
  • Amazon S3 for storage
  • Jsdoc and Better Docs for the code documentation

This is the live version.

Getting started

Development

  • yarn install
  • yarn start

Test

  • yarn test

Documentation

  • yarn docs

Deploy

  • yarn deploy

Other