From 11eb59873e1eda3f411128ba50406cab2a6d0626 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Fri, 6 May 2011 00:08:46 +0100 Subject: [PATCH] Added a basic README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..389e094 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# bitcoinjs-lib + +A library containing Bitcoin client-side functionality in JavaScript, +most notably ECDSA signing and verification. + +# Status + +This is currently pretty raw code. We're planning to clean it up, +convert everything into CommonJS modules and put a flexible build +system in place. + +Prototype software, use at your own peril.