https://github.com/elastos/elastos.sdk.keypair.javascript
https://github.com/elastos/elastos.sdk.keypair.javascript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.sdk.keypair.javascript
- Owner: elastos
- License: other
- Created: 2018-11-08T14:18:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T14:57:42.000Z (over 4 years ago)
- Last Synced: 2025-02-06T15:43:22.632Z (4 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 4
- Watchers: 26
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
`yarn add elastos-wallet-js`
or
`npm install elastos-wallet-js`## Development
* `yarn` or `npm install` to install dependencies
* `yarn test` to 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