Skip to content

Terrasys is a proof of concept to store assigned frequencies on the Ethereum blockchain.

Notifications You must be signed in to change notification settings

chinins/terrasys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terrasys

Terrasys is a proof of concept to store assigned frequencies on the etherium blockchain. It's goal is to enhance a legacy system to become a blockchain dapp. Smart contract and blockchain implementation is work in progress.

Screeshot

Getting Started

Prerequisites

  • Node
  • Npm
  • MongoDB
  1. Clone the repo
$ git clone https://github.com/chinins/terrasys.git
  1. Install dependencies on the server side
$ cd server
$ npm install
  1. Start MongoDb
$ mongod
  1. Start the sever
$ node index.js
  1. Install dependencies on the client side
$ cd ../client
$ npm i
  1. Start the react app
$ npm start

Tech Stack

  • React - frontend framework
  • Koa - web framework for node.js
  • MongoDB - document-oriented database program

Author

About

Terrasys is a proof of concept to store assigned frequencies on the Ethereum blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published