From a085f563129e68f6e5d036802b24a06d23f6427f Mon Sep 17 00:00:00 2001 From: Tim Samshuijzen Date: Sat, 26 Aug 2017 15:40:40 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc0975..3bd63e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # IOTA Proxy -A simple proxy server that 'mimics' a full IOTA node, supporting local attachToTangle (PoW). It proxies/relayes all incoming requests to public nodes in the tangle network, but catches the attachToTangle command and performs the PoW locally. +A simple proxy server that 'mimics' a full IOTA node, supporting local attachToTangle (PoW). +It proxies/relayes all incoming requests to public nodes in the tangle network, but catches the attachToTangle command and performs the PoW locally. The purpose of this proxy server is to help getting started with performing transactions using [iotaledger/iota.lib.js](https://github.com/iotaledger/iota.lib.js) in Node without having access to a full IOTA node that grants you access to the attachToTangle command. > Contains code from [iotaledger/wallet](https://github.com/iotaledger/wallet). @@ -55,7 +56,7 @@ The purpose of this proxy server is to help getting started with performing tran Relaying requests to iota.bitfinex.com:80 ``` -6. In your own iota.lib.js project you can now connect to your local proxy server, which in turn connects with the tangle: +6. Now, in your own iota.lib.js project you can connect to your local proxy server, which in turn connects with the tangle: ``` var IOTA = require('iota.lib.js');