Update README

This commit is contained in:
Nicholas Dudfield
2015-07-22 14:38:03 +07:00
parent 848c65e43a
commit 72b1ad6670

View File

@@ -1,5 +1,9 @@
# 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
```js
> var generateWallet = require('ripple-keypairs').generateWallet;