aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 22:49:36 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 22:49:36 +0800
commit0172939490f47f869b39b00d3f5f228b226ab170 (patch)
tree6f1f9d64248291d3e22feb309265fa826ccce485 /example
parent2c36d5ff457952c557b467e580514b08126d7dd7 (diff)
downloaddexon-0172939490f47f869b39b00d3f5f228b226ab170.tar
dexon-0172939490f47f869b39b00d3f5f228b226ab170.tar.gz
dexon-0172939490f47f869b39b00d3f5f228b226ab170.tar.bz2
dexon-0172939490f47f869b39b00d3f5f228b226ab170.tar.lz
dexon-0172939490f47f869b39b00d3f5f228b226ab170.tar.xz
dexon-0172939490f47f869b39b00d3f5f228b226ab170.tar.zst
dexon-0172939490f47f869b39b00d3f5f228b226ab170.zip
fixed #28 and other small node.js issues
Diffstat (limited to 'example')
-rw-r--r--example/contract.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/contract.html b/example/contract.html
index 9666678a8..393eb6a6e 100644
--- a/example/contract.html
+++ b/example/contract.html
@@ -3,6 +3,7 @@
<head>
<script type="text/javascript" src="js/es6-promise/promise.min.js"></script>
+<script type="text/javascript" src="../node_modules/bignumber.js/bignumber.min.js"></script>
<script type="text/javascript" src="../dist/ethereum.js"></script>
<script type="text/javascript">