UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

16 lines (11 loc) 533 B
# Solo Network Connection Example ## pre-requirements: 1. fork or download the solo repository: https://github.com/hashgraph/solo 2. have NodeJS 20+ and NPM installed: https://nodejs.org/en/download/package-manager 3. have Taskfile installed: https://taskfile.dev/installation/ ## running the Solo connection example: 1. open a terminal and cd into the root of the solo repo directory 2. run: `task default-with-mirror` 3. run: `cd examples/sdk-network-connection` 4. run: `npm install` 5. run: `node solo-network-connection.js`