From 219cba5e5c75575e30f07310c44572c0c9339f4b Mon Sep 17 00:00:00 2001 From: Traysi Date: Thu, 7 Jun 2018 15:41:38 -0500 Subject: [PATCH] Initial commit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50173a2..fba4253 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# pocketraven \ No newline at end of file +# pocketraven + +This is the source code from the pocketraven.com Ravencoin Web Wallet service. Licensed under MIT license, forked from https://github.com/OutCast3k/coinbin/ + +To install, just copy these files into your web tree. The pages are served to the user as static HTML and Javascript files, and all code executes in their browser. There are a few things you may need to do on your server, such as setup a node for transactions to be broadcasted, along with some server side scripts for the AJAX calls for the same. Those are a simple steps but not described here.