elastos-ela-js
v1.0.0
Published
Elastos Wallet SDK in JavaScript
Downloads
4
Maintainers
Readme
Install
yarn add elastos-wallet-js
or
npm install elastos-wallet-js
Development
yarnornpm installto install dependenciesyarn testto run tests
Docs
https://elastos-wallet-lib-javascript.readthedocs.io/
Sandboxes
https://codesandbox.io/s/github/chutium/Elastos.ORG.Wallet.Lib.Javascript/tree/master/sandbox
Api
- [x] getSinglePublicKey
- [x] getSinglePrivateKey
- [x] getMasterPublicKey
- [x] getAddress
- [x] generateMnemonic
- [x] getSeedFromMnemonic
- [x] sign
- [x] verify
- [x] createTx
- [x] generateRawTransaction
- [x] sendRawTx
- [x] generateSubPrivateKey
- [x] generateSubPublicKey
- [x] getPublicKeyFromPrivateKey
- [ ] isAddressValid
- [x] getIdChainMasterPublicKey
- [x] generateIdChainSubPrivateKey
- [x] generateIdChainSubPublicKey
- [x] getDid
- [x] getMultiSignAddress
- [ ] multiSignTransaction
- [ ] serializeMultiSignTransaction
