An open API service indexing awesome lists of open source software.

https://github.com/elastos/elastos.sdk.keypair.javascript


https://github.com/elastos/elastos.sdk.keypair.javascript

Last synced: 4 months ago
JSON representation

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