Socket
Socket
Sign inDemoInstall

dcp-util

Package Overview
Dependencies
244
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dcp-util

DCP Command Line Utilities


Version published
Maintainers
2
Created

Readme

Source

dcp-util

DCP Command Line Utilities

Development

You need to build a local dcp-client. (And for now, to check out the right branch):

git checkout improvement/argv-scheduler
npm link

(link will allow us to use the branch from the other repos)

In dcp:

git checkout improvement/cli-util
npm link dcp-client
./install.sh -N dcp-client

(Some errors will be generated, but it still works ok (I think its due to the symlinks from linking, need to investigate that sometime))

Get dcp-util and install:

git clone git@gitlab.com:Distributed-Compute-Protocol/dcp-util.git
cd dcp-util
npm i

Then

npm link dcp-client

Test away!

bin/mkad create --passphrase=secret
bin/job-utility listJobs --scheduler=http://my-scheduler.office.kingsds.network
bin/schedmsg announce "Hello, world!" --scheduler=http://my-scheduler.office.kingsds.network

Keywords

FAQs

Last updated on 14 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc