Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 391 Bytes

Local development instructions

Firstly, make sure that you have followed the instructions in the contracts README to properly set up the files required for the CLI to run.

  1. Set up and source your environment variables by copying the example .envfile:

    cp .env.example .env
    source .env
  2. Start the CLI:

    bun dev