Backend for BlockSplitWise application. Based on BlockChain technology.
Exposes a node that mantains the BlockSplitWise blockchain (communicating with other nodes via Spread). Also exposes a REST server that allows Android clients to interact with node.
stack setup
(only needed once)stack build
stack exec node local
- run node connecting to localhost spread daemonstack exec node
- run node connecting to remote spread daemon (WARNING: remote spread daemon may be down...)