UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

12 lines (7 loc) 260 B
<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>