1.1.4 • Published 5 years ago

@leofcoin/dapnets v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

dapnets

install

npm i --save @leofcoin/dapnets

usage

browser

import dapnets from '@leofcoin/dapnets/dist/dapnets.js';

const leofcoinNet = dapnets('leofcoin')

const weNet = dapnets('we')

node

import dapnets from '@leofcoin/dapnets';

const leofcoinNet = dapnets('leofcoin')

const weNet = dapnets('we')