UNPKG
@gateway.fm/gtw-dvf-client-js
Version:
latest (3.1.7)
3.1.7
3.1.6
3.1.5
DVF client js lib with gateway.fm rpc endpoints
github.com/gateway-fm/gtw-dvf-client-js
@gateway.fm/gtw-dvf-client-js
/
examples
/
browser.html
12 lines
(7 loc)
•
260 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
script
src
=
"../dist/dvf.js"
>
</
script
>
<
script
>
// If your browser doesn't export window.web3
// you must create the web3 object
web3 =
new
DVF
.
Web3
(
/*your web3 provider*/
) dvf =
await
DVF
(web3, {
apiKey
:
"YOUR_API_KEY_FROM_GATEWAY.FM"
})
</
script
>