Skip to content

Codebase for our secure blockchain-based system for community gardens. CSEE 2920 project

Notifications You must be signed in to change notification settings

gruffen/GardenChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GardenChain

Codebase for our secure blockchain-based system for community gardens. CSEE 2920 project

How to Install

  1. Clone the repo to your local directory
  2. In both the /gardenchain and /webserver folders, run:
npm install
  1. To start the Node.js server for the web pages, navigate into /webserver and run
npm start
  1. To start a blockchain node, navigate into /gardenchain and run
npm start
  1. The filepaths used are configurable in the /public/config.json file.

About

Codebase for our secure blockchain-based system for community gardens. CSEE 2920 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published