Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 560 Bytes

with-nix.md

File metadata and controls

39 lines (29 loc) · 560 Bytes

Use disputable monitor via NIX-SHELL

Install Nix
  • Ubuntu 22.04:
sh <(curl -L https://nixos.org/nix/install) --daemon
Then:
nix-shell

poetry config virtualenvs.in-project true (optional)

poetry install
mv vars.example.sh vars.sh

fill in variables with appropriate values see README

source vars.sh
poetry run telliot config init

Add project id to ~/telliot/endpoints.yaml

poetry run cli