mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Update README
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# ripple-keypairs
|
# ripple-keypairs
|
||||||
|
|
||||||
|
An implementation of ripple keypairs & wallet generation using
|
||||||
|
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
||||||
|
eddsa deterministic signatures.
|
||||||
|
|
||||||
## Generate a random wallet
|
## Generate a random wallet
|
||||||
```js
|
```js
|
||||||
> var generateWallet = require('ripple-keypairs').generateWallet;
|
> var generateWallet = require('ripple-keypairs').generateWallet;
|
||||||
|
|||||||
Reference in New Issue
Block a user