How to use the caver-js function in caver-js

To help you get started, we’ve selected a few caver-js examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github team-blockon / blockon / blockon-frontend / src / lib / caver / index.js View on Github external
import Caver from 'caver-js';

export const config = {
  rpcURL: 'ws://52.79.41.43:8552'
};

export const cav = new Caver(config.rpcURL);

export default cav;

caver-js

caver-js is a JavaScript API library that allows developers to interact with a Klaytn node

LGPL-3.0
Latest version published 6 months ago

Package Health Score

68 / 100
Full package analysis

Popular caver-js functions