Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyperledgendary/blockchain-node-generator
- Owner: hyperledgendary
- License: other
- Created: 2019-10-08T09:45:36.000Z (over 5 years ago)
- Default Branch: alpha
- Last Pushed: 2023-03-03T07:45:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T09:10:02.581Z (4 months ago)
- Language: TypeScript
- Size: 3.38 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)