From f200da7b8495cc0889d2255ad4214ec198c21140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ar=C3=A1oz?= Date: Wed, 18 Feb 2015 16:23:17 -0300 Subject: [PATCH] Update README to show team's PGP public keys --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e5d7261..482570674 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,15 @@ To build bitcore full bundle for the browser: gulp browser ``` -This will generate files named `browser/bitcore.js` and `browser/bitcore.min.js`. +This will generate files named `bitcore.js` and `bitcore.min.js`. + +You can also use our pre-generated files, provided for each release along with a PGP signature by one of the project's main contributors. To get them, checkout a release commit (for example, https://github.com/bitpay/bitcore/commit/2670cd1ac5ec1742aae0599e1583c063415959ff for v0.10.4). + +To verify signatures, use the following PGP keys: +- @maraoz: https://pgp.mit.edu/pks/lookup?op=get&search=0x64F3727BFE0B3196 +- @eordano: https://pgp.mit.edu/pks/lookup?op=get&search=0x00BD4BAF1DEEAC20 +- @yemel: https://pgp.mit.edu/pks/lookup?op=get&search=0xB4A468A6F14B6843 +- @braydonf: https://pgp.mit.edu/pks/lookup?op=get&search=0x9BBF07CAC07A276D ## Tests