# VatomInc-BLOCKv vAtom Connector

Converts between VatomInc and BLOCKv object definitions.

## Installation

Clone the git repository and run:

```bash
yarn
```

It can be useful to also install `direnv` for automatic setting of environment variables, as are defined in the next section.

## Configuration

Copy the `config.template.env` to `config.env` and fill out the values. Either use direnv, or somehow else make sure that the values are available in your environment variables.

## Usage

This will run the Tic Tac Toe example:

```bash
 yarn run-example-tictactoe
```

This will go through a dry run. You can also run with `create` to create the resources on BLOCKv, or `destroy` to destroy them. `create` also accepts `--send-draft-to-phone +11234567890`
