Package Exports
- @kaadon.com/tron
- @kaadon.com/tron/tron/index.js
- @kaadon.com/tron/tron/tronSrc/tronweb/trc20
- @kaadon.com/tron/tron/tronSrc/tronweb/trc20.js
- @kaadon.com/tron/tron/tronSrc/tronweb/tronHandle
- @kaadon.com/tron/tron/tronSrc/tronweb/tronHandle.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kaadon.com/tron) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tron client for the node.js
配置
JSON 配置
{ "APIKEYS": [ "e746f1ac-ac71-4a63-9093-52615b48da37", "db8896a6-1ebf-4b59-91b5-a70d69067bb9", "a274dc26-c368-488d-aeb9-6b1617e26825", "6bdb638e-cb82-40c1-9fd5-2275dffe6610", "4dd12b2e-62b9-4090-8ff0-e4c6888bebae", "7b4904ce-c29e-4946-b20f-eef2b50d00ca", "d6ff5154-3efd-4105-8051-a5e3dde856f6", "a35907c2-5673-4cb1-bd4f-9886a0d91933", "440a0bd3-efaa-439d-8237-8e2f6c5fcd25" ], "PRIVATEKEY": "2fe76d9f1d872d07826cada397350819d3ab5b4a61bbc846c14de2b2f1edf9ba" }DOTENV 配置
TRON='{"APIKEYS":["e746f1ac-ac71-4a63-9093-52615b48da37","db8896a6-1ebf-4b59-91b5-a70d69067bb9","a274dc26-c368-488d-aeb9-6b1617e26825","6bdb638e-cb82-40c1-9fd5-2275dffe6610","4dd12b2e-62b9-4090-8ff0-e4c6888bebae","7b4904ce-c29e-4946-b20f-eef2b50d00ca","d6ff5154-3efd-4105-8051-a5e3dde856f6","a35907c2-5673-4cb1-bd4f-9886a0d91933","440a0bd3-efaa-439d-8237-8e2f6c5fcd25"],"PRIVATEKEY":"2fe76d9f1d872d07826cada397350819d3ab5b4a61bbc846c14de2b2f1edf9ba"}'
