From 9cff2827faf3211245c39df2a29856f6026a677c Mon Sep 17 00:00:00 2001 From: Tim Samshuijzen Date: Sat, 26 Aug 2017 15:39:22 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2887dee..1dc0975 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # 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).