GitHub repository link: https://github.com/deepcrazy/blockchainTrends.git
Github pages link: https://deepcrazy.github.io/blockchainTrends/index.html#
1. The website has 4 sections i.e. Home, Current Block Mined, Cryptocurrency Voting and Ether Balance - which are displayed
on the sidebar of the HTML page.
2. 'Home' section provides the general information and tells about the popular stats for crytocurrency (i.e. Bitcoin). This is
a static information.
3. 'Current Blocked Mined' section provides the information regarding the current block mined on ethereum main network.
4. 'Crytocurrency Voting' section is basically meant for user to vote the crytocurrency and on the basis of number of votes
given to particular crytocurrency, the chart will get displayed.
5. 'Ether Balance' section is used to display the 'Ether' balance of the user on ethereum ropsten network.
# Pre-requisite: The browser should have 'Metamask' pre-installed to open this webpage on the browser.
----------------
1. Run the localhost server by using command "python -m SimpleHTTPServer <port>" (Let's say port = 3000, for further steps)
2. Open the link "http://localhost:3000/"
1. Current block mined functionality on webpage is only restricted to provide actual information of etherscan main network instead of other test networks. Although, there will be information displayed but will not be in sync as it will be in case of main network.
1. Layout using [https://purecss.io/] compiled. (https://purecss.io/layouts/)