Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (16 loc) · 1.12 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 gem install

Step 3 - Run rails s

Note: This is the back-end to the front-end of CryptoXChange, you will need to have the server running to persist data.

FRONT-END LINK: https://github.com/hmalik88/cryptoexchange

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

Watch the video