0.5.0 • Published 1 year ago

@harbor-xyz/harbor v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

The Harbor library exported as Node.js modules.

Installation

Using npm

$ npm i @harbor-xyz/harbor
$ npm i --save @harbor-xyz/harbor

In Node.js:

const Harbor = require("@harbor-xyz/harbor");
const harbor = new Harbor({
      userKey: {{USER_KEY}},
      projectKey: {{PROJECT_KEY}}
    });

Available functions

authenticate()
testnet(testnetName)
apply(config, testnetName)
clone(srcTestnetName, newtestnetName)
start(testnetName)
start(testnetName, actorName)
stop(testnetName)
stop(testnetName, actorName)
quickstart(testnetName)
checkHealth()

Dev

cd sdk
npm install 
npm run build
Update version in package.json and publish in npm 
0.4.9

1 year ago

0.4.8

1 year ago

0.4.5

1 year ago

0.4.7

1 year ago

0.5.0

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago