UNPKG
mxbit
Version:
latest (2.0.0-beta-02)
2.0.0-beta-02
2.0.0-beta-01
1.2.2
1.0.2
1.0.1
1.0.0-beta
Bitcoin cash bike-shed
github.com/bcoin-org/mxbit
bcoin-org/mxbit
mxbit
/
browser
/
debug.html
12 lines
(11 loc)
•
188 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
bcoin
</
title
>
<
script
src
=
"/bcoin.js"
>
</
script
>
</
head
>
<
body
>
<
h1
>
Bcoin
</
h1
>
<
p
>
Use the console to access `global.bcoin`.
</
p
>
</
body
>
</
html
>