/fedcoin

central bank cryptocurrency

Primary LanguageJavaScript

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