Fluree Tools
#
Fluree on DockerYou can use Fluree in Docker. Visit the Docker Example repo on Github to get started with an example.
Or issue:
docker pull fluree/ledger:latest
then
docker run -p 8090:8090 fluree/ledger
from a terminal to get started right away.
More about this subject coming to the developer's site soon...
#
Fluree CLIWe have a command line tool that you can download to explore your ledger even without Fluree running. To see all the tool's capabilities, visit the documentation.
#
VS Code ExtensionIf you use Visual Studio Code, you can download the extension here. The Github repo is also available for review.