vector icon indicating copy to clipboard operation
vector copied to clipboard

↗️ Vector is an ultra-minimal state channel network implementation.

Results 84 vector issues
Sort by recently updated
recently updated
newest added

running make start-test-ui leading to typescript errors. im using the vector-0.3.0-beta.2 branch. ![image](https://user-images.githubusercontent.com/11994884/165297608-dc1488c9-0a23-43b0-87b9-7dd1720d9736.png)

Reorganized the Makefile to build the images. Created recipes for images in separate recipe files.

## The Problem ## The Solution

## The Problem ## The Solution

TODO: - [ ] Run in test env.

This is made possible by passing `--inspect` to node/ts-node command that starts the processes. nodemon _should_ pass `--inspect` on to ts-node automatically; if that doesn't work we may have to...