From 8f81ac0e61edba2b047076933b1bf65e6862305e Mon Sep 17 00:00:00 2001 From: Sky Young Date: Thu, 26 Jul 2018 12:16:04 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e738e6a..267a5a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Infrastructure to build Florincoin and blockchain-based applications for the nex ## Getting Started +### Running a Flocore server Before you begin you'll need to have Node.js v8 installed. There are several options for installation. One method is to use [nvm](https://github.com/creationix/nvm) to easily switch between different versions, or download directly from [Node.js](https://nodejs.org/). ```bash @@ -25,6 +26,8 @@ flocored You can then view the Insight block explorer at the default location: `http://localhost:3001/insight`, and your configuration file will be found in your home directory at `~/.flocore`. +### Using Flocore programmatically + Create a transaction: ```js var flocore = require('flocore');