@thetalabs/theta-js
v0.0.86
Published
JavaScript library for interacting with the Theta Blockchain
Downloads
2,684
Keywords
Readme
theta-js
What is theta-js?
The theta-js library aims to be a complete and compact library for interacting with the Theta Blockchain and its ecosystem.
Features
- Keep your private keys in your client, safe and sound
- Import and export JSON wallets
- Import and export BIP 39 mnemonic phrases (12 word backup phrases) and HD Wallets
- Meta-classes create JavaScript objects from any contract ABI, including ABIv2 and Human-Readable ABI
- Connect to Theta nodes over JSON-RPC
Install
npm install
Examples
npm run test
Build
npm run build
For Stand alone
browserify dist/thetajs.cjs.js -o dist/thetajs.browser.js --standalone ThetaJS