Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.17 KB

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