Update README.md
This commit is contained in:
parent
fe5539c6c5
commit
8f81ac0e61
@ -10,6 +10,7 @@ Infrastructure to build Florincoin and blockchain-based applications for the nex
|
|||||||
|
|
||||||
## Getting Started
|
## 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/).
|
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
|
```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`.
|
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:
|
Create a transaction:
|
||||||
```js
|
```js
|
||||||
var flocore = require('flocore');
|
var flocore = require('flocore');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user