Running a Box locally
The easiest way to get your Box server running locally is to clone our repo and use docker.
> git clone https://github.com/functionland/fula
> docker-compose -f docker-compose.dev.yaml up
Next, take note of the PeerID the Box server creates on startup. You can find this by taking a look at your docker-compose logs for the following -
box_1 | Swarm listening on /dns4/wrtc-star1.par.dwebops.pub/tcp/443/wss/p2p-webrtc-star/p2p/12D3KooWPeEhynWyG7dHytppDP6ZG6jhEv7LcDLWsExGq1YD784E
Now head over to using the samples to verify that the Box server is running properly and you are able to connect to it.