Skip to content

Noah-Jaffe/CMSC491_BLOCKCHAIN

Repository files navigation

CMSC 491 - Blockchain final project

This is the front end for the tendermint blockchain system.

  1. To run the front end on a linux machine you will need npm.

  2. Once npm is installed run the following commands from the root directory of the cloned project.

     npm install
     npm run serve
    
  3. Visit the web app hosted on http://localhost:8080

Running the back end tendermint blockchain

  1. Enable indexing in the tendermint config.

     index_all_tags = true
    
  2. Run the standard tendermint example blockchain kvstore or persistent_kvstore.

     tendermint init
     tendermint node --proxy_app=kvstore
    

    or

     tendermint init  
     tendermint node --proxy_app=persistent_kvstore
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published