https://github.com/engi-network/cli

Setup

  1. Setup the CLI

    alias engienv="source PATH_TO_PIPENV_CREATED_VIRTUAL_ENV_BIN_ACTIVATE"
    alias engi="PIPENV_VERBOSITY=-1 pipenv run engi"
    

Creating a Bounty

<aside> ☝️ Easily reuse a global “environment” by specifying chain (mainnet, testnet, local) and mnemonic key-value pairs at ~/.config/engi/config.yml

</aside>

Create a bounty for a given a remote repository (Python Pytest Example).

  1. Analyze

  2. Draft

    engi draft --name "Fix Python Calculator" --funding 10000000000 --test='test/test_demo.py::test_fail' python-demo-analysis.json | tee python-demo-draft.json
    
  3. Create

    engi job create python-demo-draft.json
    

When created successfully, you’ll soon see it populated on the web’s bounty page (mainnet).

Attempting a Bounty

Attempt a bounty created from a fixed fork of the Python Pytest Example.