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 9cff282 commit a085f56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit a085f56

Please sign in to comment.