* Build mypy files for protos in tox env
* Include mypy check in make test
* Improve building offer from remote peer download
* Remove old methods from peer task
* Rename squeakserver to squeaknode and get itest passing
* Fix itest dockerfile
* Rename more squeakserver to squeaknode
* Rename database from squeakserver to squeaknode
* Update readme
* Remove frontend/build from git
* Rename squeakserver to squeaknode in tox and main
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Add script to install rpc (#6)
* Add script to install rpc
* Remove comment.
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Fix initialize db function.
* Update install rpc script.