Skip to content

Commit a1a1246

Browse files
wip
1 parent 2d2a4e5 commit a1a1246

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# WazirX Portfolio Tracker
22

33
Free and open source solution to track your Wazirx Portfolio
4+
5+
# Installation
6+
7+
- Download the the zip
8+
- Extract the zip
9+
- From cli cd to the extracted dir
10+
- run composer install
11+
12+
# Donate
13+
14+
| Currency | Network | Address |
15+
|----------|---------|----------------------------------------------|
16+
| BUSD | BEP20 | `0x4Fabb145d64652a948d72533023f6E7A623C7C53` |
17+
| USDT | BEP20 | |
18+
| USDT | TRC20 | |
19+
20+
21+
22+
# Disclaimer
23+
- This is an unofficial WazirX Portfolio Tracker which enhances the wallet user experience. The brand and copyright of the word "WazirX" belong to WazirX (https://wazirx.com).
24+
- I do not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct your own due diligence and consult your financial advisor before making any investment decisions.

screenshots/full-page-view.png

452 KB
Loading

screenshots/table-view.png

159 KB
Loading

src/views/wrx.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<input type="text" class="form-control" name="api_key" placeholder="API Key" required value="<?= !empty($_SESSION['api_key']) ? $_SESSION['api_key'] : ''; ?>"/>
9696
</div>
9797
<div class="col-lg-3 col-xl-3">
98-
<input type="text" class="form-control" name="api_secret" placeholder="API Secret" required value="<?= !empty($_SESSION['api_secret']) ? $_SESSION['api_secret'] : ''; ?>"/>
98+
<input type="password" class="form-control" name="api_secret" placeholder="API Secret" required value="<?= !empty($_SESSION['api_secret']) ? $_SESSION['api_secret'] : ''; ?>"/>
9999
</div>
100100
<div class="col-lg-3 col-xl-3">
101101
<button type="submit" class="btn btn-hero btn-primary" data-toggle="click-ripple" name="consent" value="yes">
@@ -180,7 +180,7 @@
180180
This tool is still in the beta phase. If you found any discrepancy or error or an issue then please let me via <a href="https://github.com/finallyRaunak/wazirx-portfolio-tracker/issues/new?labels=bug" target="_blank" rel="nofollow" title="Reort an issue.">this form</a> or you can DM me on <a href="https://twitter.com/__raunakGupta" target="_blank" rel="nofollow" title="Follow me on Twitter">Twitter</a>.
181181
</li>
182182
</ul>
183-
<p class="text-muted">Disclaimer: This is an <strong>unofficial</strong> WazirX Portfolio Tracker which enhances the wallet user experience. Brand and copyright of the word "WazirX" belongs to WazirX (https://wazirx.com).<p>
183+
<p class="text-muted">Disclaimer: This is an <strong>unofficial</strong> WazirX Portfolio Tracker which enhances the wallet user experience. The brand and copyright of the word "WazirX" belong to WazirX (https://wazirx.com).<p>
184184
</div>
185185
</div>
186186
</div>

0 commit comments

Comments
 (0)