Skip to content

sahil5d/fedcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fedcoin

A Blockchain-Backed Central Bank Cryptocurrency

Getting Started

Key app logic resides in app/fedcoin.js, app/blockchain.js, and app/world.js

Installing

Install Node.js

https://nodejs.org/en/download/package-manager/#osx

Clone this repo

git clone https://github.com/sahil-gupta/fedcoin.git

Navigate to the directory

cd fedcoin

Install dependencies

npm install

Run app/world.js

node app/world.js

Authors

  • Sahil Gupta
  • Shreyas Ravishankar
  • Patrick Lauppe

License

This project is licensed under the MIT License

Acknowledgments