Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (15 loc) · 1.1 KB

CryptoXChange

A pet project to practice some data visualization. Generate some MalikCoin through a faucet and send those to other addresses! You can generate a random hash as an address and 'claim' that account. Then you can use that account to send/receive MalikCoin. There also is a visualization illustrating the cashflows in/out of the accounts you've interacted with.

CREATING AN ACCOUNT

In order to set up an account, you need to:

Step 1 Hit generate address.

Step 2 Click on claim address.

Step 3 Use that address to login.

In order to recreate the project, you can follow the below steps:

Step 1 - Clone down the repository

Step 2 - Run npm install

Step 3 - Run npm start

Note: This project uses a ruby back end for simulating a cryptocurrency token. The link for this back end is: https://github.com/hmalik88/cryptoexchange-backend

Please check the following video for a demo of the project!

Watch the video