-
Notifications
You must be signed in to change notification settings - Fork 4
Node Usage
The Controller is responsible for starting and stopping all node functions. Flare is a meld of multple technologies and The Controller abstracts them away into a unified interface.
Future implementations may provide more commands but now there are only two. start and stop. To use the node interface run the command controller located in the path node/controller. The node frontend can be viewed at http://localhost:35273/ in any modern browser. The sections below document the frontend features.
##Flare Homepage. It displays a brief overview of the status of Spark, Cassandra, and IPFS, three technologies core to Flare's operation.
##Connections A display of the currently connected peers for Spark Cassandra and IPFS.
##Submit From here users upload a JAR for processing via Spark. The file is uploaded to IPFS and the IPFS filename is returned here. Save this hash, at this point nodes do not know about your dapp! Read Flareth Usage for instructions on submitting your dapp to the rest of the network.
##Settings This form is a direct mirror of the contents of your Flare configuraion file, any changes are instantly saved. If you make a mistake clear the field to return to the parameter to its value before the page loaded.
##Logs Incomplete this area shows realtime logs of Spark and Cassandra. Updates are in realtime.