Browse Source

oops, forgot to add a file

patch-2
Manuel Araoz 11 years ago
parent
commit
8312f90458
  1. 12
      examples/simple.html

12
examples/simple.html

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<script src="../browser/bundle.js"></script>
<script>
var bitcore = require('bitcore');
var Address = bitcore.Address;
var a = new Address('1KerhGhLn3SYBEQwby7VyVMWf16fXQUj5d');
console.log('1KerhGhLn3SYBEQwby7VyVMWf16fXQUj5d is valid? '+a.isValid());
</script>
</body>
</html>
Loading…
Cancel
Save