Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledgendary/blockchain-node-generator

Generates IBM Blockchain Platform Node files from a local Docker environment for use in VS Code
https://github.com/hyperledgendary/blockchain-node-generator

Last synced: 3 months ago
JSON representation

Generates IBM Blockchain Platform Node files from a local Docker environment for use in VS Code

Awesome Lists containing this project

README

        

# IBM Blockchain Platform node file generator

blockchain-node-generator is an npm module that generates node files (.json) which are compatible with the IBM Blockchain Platform Visual Studio Code extension from local Docker networks.

## Install

```bash
npm install -g blockchain-node-generator
```

## Usage

The module can be used with cli parameters

```bash
blockchain-node-generator [--networkName=node_default]
```

Or with a cli interface

![How to use the CLI](docs/cli.png)

This project is in no way affiliated with IBM

## Import into the IBM Blockchain Platform extension for Visual Studio Code

Find more information [here](https://github.com/IBM-Blockchain/blockchain-vscode-extension#json-node-files)