tronweb

v2.9.0
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

reinstall

rm -rf node_modules && npm i

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

test-no-accounts

node scripts/test-node.js && npx mocha 'test/**/*.test.js'

Metadata

  • MIT
  • Whatever
  • Kondax
  • released 1/6/2020

Downloads