Commit Graph

7 Commits

Author SHA1 Message Date
Nicolas Dorier
1ebc542be6
Merge pull request #32 from johnbailon/update_readme
Docs: Fix instructions on generating private key
2019-10-06 23:20:11 +09:00
John Bailon
f9f3624305 Docs: Fix instructions on generating private key 2019-10-06 22:12:04 +08:00
Daniel
78e56ee75e Docs: Make easier to understand, use ES6 Javascript 2018-10-18 15:36:50 +02:00
Daniel
1017448362 Keymanagment: new Buffer() is deprecated, use new Buffer.from() instead
Also, you only generate your initial keypair once, so every time you use the key in your app, it is not derived, from the previously keypair var, but e.g. from environment variables
2018-10-18 13:58:29 +02:00
nicolas.dorier
0aae9b69bd fix get_rates (passing the store_id should not be needed as the call is authenticated via bitid) 2018-05-06 22:42:37 +09:00
nicolas.dorier
cb185ac901 Remove superflous / when creating invoice or asking rates. Change the API to reflect new version of rates 2018-05-06 21:35:54 +09:00
Tim Akinbo
a854f3a096
initial version 2018-04-16 18:05:21 +00:00