Manuel Araoz
11 years ago
1 changed files with 12 additions and 0 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