This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoincashjs
mirror of
https://github.com/lukechilds/bitcoincashjs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
335
Commits
3
Branches
7
Tags
11 MiB
Tree:
03a6df3f74
master
patch-1
patch-2
v0.1.10
v0.1.2
v0.1.3
v0.1.5
v0.1.6
v0.1.7
v0.1.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '03a6df3f74'
${ noResults }
bitcoincashjs
/
browser
/
navigator-adapter.js
8 lines
99 B
Raw
Normal View
History
browser ECDSA compressed key generated
11 years ago
if
(
typeof
navigator
===
'undefined'
)
{
var
navigator
=
{
}
;
navigator
.
appName
=
'NodeJS'
;
}