tronweb

v5.2.0
JavaScript SDK that encapsulates the TRON HTTP API
TRON tronweb

test

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

testTx

node scripts/test-node.js && node test/helpers/newAccounts 100 && npx mocha 'test/**/transaction.test.js' --timeout 120000

prepare

npm run build

testAbi

node scripts/test-node.js && node test/helpers/newAccounts 1 && 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 100

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 5/17/2023

Downloads