tronweb

v2.6.4
JavaScript SDK that encapsulates the TRON HTTP API

test

node scripts/test-node.js && node test/helpers/newAccounts 50 npm run-script newaccount && npx mocha 'test/**/*.test.js'

btest

npm run build:dev && npm run test

build

npm run clean && webpack --config webpack.config.js --progress --colors

clean

rimraf dist

prepare

npm run build

coverage

npm run-script test:browser && npm run-script test

build:dev

NODE_ENV=development npm run build

newaccount

node scripts/test-node.js && node test/helpers/newAccounts 50

test:browser

npm run-script newaccount && node scripts/test-browser.js && npx karma start --single-run --browsers ChromeHeadless

Metadata

  • MIT
  • Whatever
  • Kondax
  • released 6/21/2019

Downloads