Skip to main content

install

Usage: chr install [OPTIONS]

Install library dependencies

Options:
-s, --settings SETTINGS Alternate path for the project settings file
(default: chromia.yml)
-lib, --library=LIBRARY Name of library
-h, --help Show this message and exit

The install command (chr install) enables you to download and use third-party Rell libraries in your dapp.

libs:
ft3:
registry: https://bitbucket.org/chromawallet/ft3-lib/src/master/rell/src/lib/
path: rell/src/lib/ft3
rid: x"EAB1921DB8596D3A5653F33730A5648B4875892B5D828965661210844E5A8F77"
insecure: false

Ssh

When installing using ssh urls you need to have a ssh-agent running with your key added to it and that the host is added as a known host.

  1. Verify ssh-agent is running ps aux | grep -v grep | grep ssh-agent
  2. Your agnet has your key added to it ssh-add -l
  3. Host is in "Known Hosts" in your ssh config folder (~/.ssh/known_hosts)