From 6fb2c77690cef447f7b24483c4cc4e5cc26f7e89 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Sun, 21 Apr 2013 11:04:23 +0200 Subject: [PATCH] Add some useful links to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d0601b..9eac4f1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A library containing Bitcoin client-side functionality in JavaScript, most notably ECDSA signing and verification. +[Website](http://bitcoinjs.org/) • [Mailing List](https://groups.google.com/group/bitcoinjs) • [Twitter](https://twitter.com/bitcoinjs) + # Status This is currently pretty raw code. We're planning to clean it up,