- Ubuntu 22.04:
sh <(curl -L https://nixos.org/nix/install) --daemon
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