Skip to content

Commit 3814bc6

Browse files
committed
Updates
1 parent ee06bc5 commit 3814bc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+133745
-1560
lines changed
19.7 KB
Binary file not shown.

fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

img/glyphicons-halflings-white.png

8.57 KB
Loading

img/glyphicons-halflings.png

12.5 KB
Loading

index.html

Lines changed: 222 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,88 @@
11
<!DOCTYPE html>
2+
23
<html lang="en">
34
<head>
4-
<meta charset="utf-8">
5-
<title>JSDoc: Home</title>
6-
7-
<script src="scripts/prettify/prettify.js"> </script>
8-
<script src="scripts/prettify/lang-css.js"> </script>
9-
<!--[if lt IE 9]>
10-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11-
<![endif]-->
12-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width">
7+
<title>Documentation Index</title>
8+
9+
<!--[if lt IE 9]>
10+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13+
14+
<link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15+
1416
</head>
1517

1618
<body>
1719

18-
<div id="main">
20+
<div class="navbar navbar-default navbar-fixed-top ">
21+
<div class="container">
22+
<div class="navbar-header">
23+
<a class="navbar-brand" href="index.html">Documentation</a>
24+
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25+
<span class="icon-bar"></span>
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
</button>
29+
</div>
30+
<div class="navbar-collapse collapse" id="topNavigation">
31+
<ul class="nav navbar-nav">
32+
33+
<li class="dropdown">
34+
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a>
35+
<ul class="dropdown-menu ">
36+
<li><a href="module-etherscan_api-account.html">etherscan/api~account</a></li><li><a href="module-etherscan_api-block.html">etherscan/api~block</a></li><li><a href="module-etherscan_api-contract.html">etherscan/api~contract</a></li><li><a href="module-etherscan_api-log.html">etherscan/api~log</a></li><li><a href="module-etherscan_api-proxy.html">etherscan/api~proxy</a></li><li><a href="module-etherscan_api-stats.html">etherscan/api~stats</a></li><li><a href="module-etherscan_api-transaction.html">etherscan/api~transaction</a></li>
37+
</ul>
38+
</li>
39+
40+
<li class="dropdown">
41+
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
42+
<ul class="dropdown-menu ">
43+
<li><a href="module-etherscan_api.html">etherscan/api</a></li>
44+
</ul>
45+
</li>
46+
47+
<li class="dropdown">
48+
<a href="tutorials.list.html" class="dropdown-toggle" data-toggle="dropdown">Tutorials<b class="caret"></b></a>
49+
<ul class="dropdown-menu ">
50+
<li><a href="tutorial-tutorial.html">tutorial</a></li>
51+
</ul>
52+
</li>
53+
54+
</ul>
55+
56+
<div class="col-sm-3 col-md-3">
57+
<form class="navbar-form" role="search">
58+
<div class="input-group">
59+
<input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
60+
<div class="input-group-btn">
61+
<button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
62+
</div>
63+
</div>
64+
</form>
65+
</div>
66+
67+
</div>
1968

20-
<h1 class="page-title">Home</h1>
69+
</div>
70+
</div>
2171

22-
2372

73+
<div class="container" id="toc-content">
74+
<div class="row">
2475

76+
77+
<div class="col-md-8">
78+
79+
<div id="main">
80+
2581

26-
82+
83+
2784

2885

29-
<h3> </h3>
3086

3187

3288

@@ -36,30 +92,43 @@ <h3> </h3>
3692

3793

3894

95+
96+
3997

40-
4198

4299

43100

44101

45-
<section>
46-
<article><h1>Etherscan API</h1><p><a href="https://badge.fury.io/js/etherscan-api"><img src="https://badge.fury.io/js/etherscan-api.svg" alt="npm version"></a> <a href="https://travis-ci.org/sebs/etherscan-api"><img src="https://travis-ci.org/sebs/etherscan-api.svg?branch=master" alt="Build Status"></a><a href=""><img src="https://img.shields.io/npm/dt/etherscan-api.svg?maxAge=2592000" alt="npm"></a></p>
47-
<p>A way to access the <a href="https://etherscan.io/apis">etherscan.io api</a> using promises. Fetch a diverse set of information about the blockchain </p>
102+
<section class="readme-section">
103+
<article><h1>Etherscan API</h1><p><a href="https://badge.fury.io/js/etherscan-api"><img src="https://badge.fury.io/js/etherscan-api.svg" alt="npm version"></a> <a href="https://travis-ci.org/sebs/etherscan-api"><img src="https://travis-ci.org/sebs/etherscan-api.svg?branch=master" alt="Build Status"></a> <a href=""><img src="https://img.shields.io/npm/dt/etherscan-api.svg?maxAge=2592000" alt="npm"></a></p>
104+
<p>A way to access the <a href="https://etherscan.io/apis">etherscan.io api</a> using promises. Fetch a diverse set of information about the blockchain</p>
105+
<pre class="prettyprint source lang-javascript"><code>var api = require('etherscan-api').init('YourApiKey');
106+
var balance = api.account.balance('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae');
107+
balance.then(function(balanceData){
108+
console.log(balanceData);
109+
});</code></pre><h2>Install</h2><pre class="prettyprint source lang-bash"><code> npm install etherscan-api --save</code></pre><h2>Api</h2><p><a href="https://sebs.github.io/etherscan-api/">Full Api Docs</a></p>
48110
<ul>
49-
<li>account.getminedblocks</li>
50-
<li>account.tokensupply</li>
51-
<li>account.tokenbalance by name</li>
52-
<li>account.tokenbalance by address</li>
53-
<li>account.txlist</li>
54-
<li>account.txlistinternal</li>
55-
<li>account.balance</li>
56-
<li>account.balance multi</li>
57-
<li>stats.ethsupply</li>
58-
<li>stats.tokensupply</li>
59-
<li>stats.ethprice</li>
60111
<li>block.getblockreward</li>
61112
<li>transaction.getstatus</li>
62113
<li>contract.getabi</li>
114+
<li>account<ul>
115+
<li>getminedblocks</li>
116+
<li>tokenbalance by name</li>
117+
<li>tokenbalance by address</li>
118+
<li>txlist</li>
119+
<li>txlistinternal</li>
120+
<li>balance</li>
121+
<li>balance multi</li>
122+
</ul>
123+
</li>
124+
<li>stats<ul>
125+
<li>ethsupply</li>
126+
<li>tokensupply by tokenname</li>
127+
<li>tokensupply by address</li>
128+
<li>ethprice</li>
129+
</ul>
130+
</li>
131+
<li>proxy<ul>
63132
<li>proxy.eth_blockNumber</li>
64133
<li>proxy.eth_getBlockByNumber</li>
65134
<li>proxy.eth_getUncleByBlockNumberAndIndex</li>
@@ -75,31 +144,142 @@ <h3> </h3>
75144
<li>proxy.eth_gasPrice</li>
76145
<li>proxy.eth_estimateGas</li>
77146
</ul>
78-
<pre class="prettyprint source lang-javascript"><code>var api = require('etherscan-api').init('YourApiKey');
79-
var balance = api.account.balance('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae');
80-
balance.then(function(balanceData){
81-
console.log(balanceData);
82-
});</code></pre><h2>Install</h2><pre class="prettyprint source lang-bash"><code> npm install etherscan-api --save</code></pre></article>
147+
</li>
148+
</ul></article>
83149
</section>
84150

85151

86152

87153

88154

89155

156+
157+
</div>
158+
</div>
159+
160+
<div class="clearfix"></div>
161+
162+
163+
<div class="col-md-3">
164+
<div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
165+
</div>
166+
167+
168+
</div>
90169
</div>
91170

92-
<nav>
93-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-etherscan_api.html">etherscan/api</a></li></ul><h3>Namespaces</h3><ul><li><a href="module-etherscan_api-account.html">account</a></li><li><a href="module-etherscan_api-block.html">block</a></li><li><a href="module-etherscan_api-contract.html">contract</a></li><li><a href="module-etherscan_api-log.html">log</a></li><li><a href="module-etherscan_api-proxy.html">proxy</a></li><li><a href="module-etherscan_api-stats.html">stats</a></li><li><a href="module-etherscan_api-transaction.html">transaction</a></li></ul><h3>Tutorials</h3><ul><li><a href="tutorial-tutorial.html">tutorial</a></li></ul>
94-
</nav>
95171

96-
<br class="clear">
172+
<div class="modal fade" id="searchResults">
173+
<div class="modal-dialog">
174+
<div class="modal-content">
175+
<div class="modal-header">
176+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
177+
<h4 class="modal-title">Search results</h4>
178+
</div>
179+
<div class="modal-body"></div>
180+
<div class="modal-footer">
181+
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
182+
</div>
183+
</div><!-- /.modal-content -->
184+
</div><!-- /.modal-dialog -->
185+
</div>
186+
97187

98188
<footer>
99-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Mon Oct 10 2016 21:44:43 GMT+0200 (CEST)
189+
190+
191+
<span class="jsdoc-message">
192+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a>
193+
194+
on 2016-10-10T22:25:51+02:00
195+
196+
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
197+
</span>
100198
</footer>
101199

102-
<script> prettyPrint(); </script>
103-
<script src="scripts/linenumber.js"> </script>
200+
<script src="scripts/docstrap.lib.js"></script>
201+
<script src="scripts/toc.js"></script>
202+
203+
<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
204+
205+
206+
<script>
207+
$( function () {
208+
$( "[id*='$']" ).each( function () {
209+
var $this = $( this );
210+
211+
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
212+
} );
213+
214+
$( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
215+
var $this = $( this );
216+
217+
var example = $this.find( "code" );
218+
exampleText = example.html();
219+
var lang = /{@lang (.*?)}/.exec( exampleText );
220+
if ( lang && lang[1] ) {
221+
exampleText = exampleText.replace( lang[0], "" );
222+
example.html( exampleText );
223+
lang = lang[1];
224+
} else {
225+
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
226+
lang = langClassMatch ? langClassMatch[1] : "javascript";
227+
}
228+
229+
if ( lang ) {
230+
231+
$this
232+
.addClass( "sunlight-highlight-" + lang )
233+
.addClass( "linenums" )
234+
.html( example.html() );
235+
236+
}
237+
} );
238+
239+
Sunlight.highlightAll( {
240+
lineNumbers : false,
241+
showMenu : true,
242+
enableDoclinks : true
243+
} );
244+
245+
$.catchAnchorLinks( {
246+
navbarOffset: 10
247+
} );
248+
$( "#toc" ).toc( {
249+
anchorName : function ( i, heading, prefix ) {
250+
return $( heading ).attr( "id" ) || ( prefix + i );
251+
},
252+
selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
253+
showAndHide : false,
254+
smoothScrolling: true
255+
} );
256+
257+
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
258+
$( '.dropdown-toggle' ).dropdown();
259+
260+
$( "table" ).each( function () {
261+
var $this = $( this );
262+
$this.addClass('table');
263+
} );
264+
265+
} );
266+
</script>
267+
268+
269+
270+
<!--Navigation and Symbol Display-->
271+
272+
273+
<!--Google Analytics-->
274+
275+
276+
277+
<script type="text/javascript">
278+
$(document).ready(function() {
279+
SearcherDisplay.init();
280+
});
281+
</script>
282+
283+
104284
</body>
105285
</html>

0 commit comments

Comments
 (0)