Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSamshuijzen authored Aug 26, 2017
1 parent 2e8e7bc commit 9cff282
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 9cff282

Please sign in to comment.