tronweb

v4.3.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' --timeout 120000

btest

npm run build:dev && npm run test

build

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

clean

rimraf dist

prepare

npm run build

testAbi

node scripts/test-node.js && node test/helpers/newAccounts 1 npm run-script newaccount && npx mocha 'test/**/abi.test.js' --timeout 120000

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

testContract

node scripts/test-node.js && node test/helpers/newAccounts 1 npm run-script newaccount && npx mocha 'test/**/transactionBuilder.test.js' --timeout 120000

test-no-accounts

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

Metadata

  • MIT
  • Whatever
  • Kondax
  • released 8/10/2022

Downloads