# Sockets orderbook

This is an example on how to use the new sockets api, to run the example go to app.sandbox.nash.io, create an account. Disable 2fa, and copy in the username / password into the orderbook.js file.

After copying in the username / password you can run the project by yarn installing and running the orderbook.js file

```
   yarn install
   node orderbook.js
```
