Ryan X. Charles
11 years ago
6 changed files with 79 additions and 10 deletions
@ -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…
Reference in new issue