The first release of the Far-Out blockchain project is here !
For the first release, it does not do much. The program is starting a JSON RPC service and responding to only one command: getting the version of the current core.
If you want to give it a try, you can call with an JSONRPC 2.0 request at devnet.far-out.biz:10861 the command version without any parameters. It shall return the version of the actual core.
It is not much, but it is the initial setup : the core development is started, the node application is running on the devnet !
In the next version, the JSONRPC will add the command to retrieve a block. This will means that the block and blockchain functionalities will be added to the core.