Skip to content

Bitcore Node Add Command with Remote URLS #179

@braydonf

Description

@braydonf

Using the command will use the URL as the name, producing a configuration file such as:

{
  "name": "Bitcore Node",
  "services": [
    "address",
    "bitcoind",
    "db",
    "https://github.com/bitpay/insight-api.git#v0.3.0",
    "web"
  ],
  "datadir": "./data",
  "network": "livenet",
  "port": 3001
}

The add command should recognize that URLs and fetch the name of service from the package.json.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions