Getting started
Cryptorio is modern, elegant Cryptocurrency Trading platform. Cryptorio is a fully featured platform that offers everything about a trading platform. It’s excellent UX will provide the best trading experience for traders. Cryptorio comes up with two best colour skins for more flexibility of interest. Cryptorio included almost every features that are necessary for traders. If you tend to open up a trading platform then The Cryptorio Trading Dashboard is all in one solution you need.
Introduction
Take A glimps of this project
| Template name: | Cryptorio – CryptocurrencyTrading Dashboard |
| Description: | Cryptorio is modern, elegant Cryptocurrency Trading platform template |
| Created: | 02 February 2019 |
| Last Update: | 0 days ago |
| Layout: | Responsive |
File Structure
Cryptorio comes with two versions - Dark and light. After downloding you can see those in main files.And also in each of them you will find below file structure
- amc
- animated.js
- charts.js
- core.js
- dark.js
- bootstrap
- css
- js
- css
- icons.css
- style.css
- ui.css
- fonts
- cryptofonts
- pe-icon
- images
- js
- amc.js - amchart used for depthchart
- charts.js and Chart.min.js - to make beautiful charts
- main.js - main js file
- jquery.js
- exchange.html
- marketcap.html
- market-overview.html
- trading.html
- withdrawl.html
HTML Structure
Its like a normal HTML5 structure
Header Structures
Menu : It is placed on right side of the header:
<ul class="crypt-heading-menu fright">
<li><a href="exchange.html">Exchange</a></li>
<li class="crypt-box-menu menu-green"><a href="">login</a></li>
</ul>
Dropdown Currency:
<div class="crypt-mega-dropdown-menu">
<a href="" class="crypt-mega-dropdown-toggle">BTC/ETH <i class="pe-7s-angle-down-circle"></i></a>
<div class="crypt-mega-dropdown-menu-block">
<div class="crypt-market-status">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs">
<li role="presentation"><a href="#usd" class="active" data-toggle="tab">usd</a></li>
<li role="presentation"><a href="#btc" data-toggle="tab">usd</a></li>
<li role="presentation"><a href="#eth" data-toggle="tab">eth</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="usd">
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Coin</th>
<th scope="col">Price</th>
<th scope="col">Volume</th>
<th scope="col">Change</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">BTC</th>
<td class="crypt-down">0.000056</td>
<td>5.3424984</td>
<td class="crypt-down"><b>-5.4%</b></td>
</tr>
<tr>
<th scope="row">LTC</th>
<td>0.0000564</td>
<td>6.6768876</td>
<td>-6.7%</td>
</tr>
<tr>
<th scope="row">ETH</th>
<td>0.0000234</td>
<td>4.3456600</td>
<td class="crypt-down">-5.6%</td>
</tr>
<tr>
<th scope="row">XMR</th>
<td>0.0000567</td>
<td>4.3456600</td>
<td>-5.6%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
Currency Profile - Located at middle
<div class="crypt-gross-market-cap">
<div class="row">
<div class="d-inline pl-3 pr-4">
<p>Last Price BTC</p>
<p>0.0234230 $0.04</p>
</div>
<div class="d-inline pr-4">
<p>Change BTC</p>
<p class="crypt-down">-0.0234230 -3.35%</p>
</div>
<div class="d-inline pr-4">
<p>High BTC</p>
<p class="crypt-up">0.435453</p>
</div>
<div class="d-inline pr-4">
<p>Low BTC</p>
<p class="crypt-down">0.09945</p>
</div>
<div class="d-inline">
<p>Volume 24Hr</p>
<p class="crypt-down">12.33445</p>
</div>
</div>
</div>
Charts Structures
Mainly 3 kinds fo charts are included in this template
- Candle Stick Charts
This charts are taken from Tradingview.the id it is used for is
crypt-candle-chart<div class="tradingview-widget-container mt-4 mb-3"> <div id="crypt-candle-chart"></div> </div> - Depth Charts
It is created with amCharts.js
- Line Charts
It is created with Charts.js
<div class ="crypt-individual-marketcap" data-charts ="[65,59,81,81,56,55,40,80,90]" data-bg = "fdddb7" data-border = "f8a036"> <canvas /> </div>data-charts: Points in %data-bg: Background Fill gradient colordata-border: Border color
Resources
There are mainly resources used is charts
- Charts.js
- Amcharts
- TradingView