forked from Karbovanets/Karbowanec-Blockchain-Explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Height in URL param, API page
- Loading branch information
Showing
10 changed files
with
216 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<h2><i class="fa fa-code" aria-hidden="true"></i> API <small id="paymend_id" style="word-break: break-all;"></small></h2> | ||
|
||
|
||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
|
||
<h4>Supported APIs</h4> | ||
|
||
<ul> | ||
<li><strong><a href="/q/hashrate">hashrate</a></strong> – current estimated network hashrate</li> | ||
<li><strong><a href="/q/height">height</a></strong> – current height (incl. genesis block)</li> | ||
<li><strong><a href="/q/reward">reward</a></strong> – current block reward</li> | ||
<li><strong><a href="/q/supply">supply</a></strong> – total available supply</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.