# Dot Bridge

## How preview APIs Spec

1. Install vscode [openapi](https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi) extension
2. Open [apis.yml](./docs/apis.yml) 
3. Click the preview button in the upper right corner of vscode 


## Build

```sh
npm run build
```

## Testing Locally

```sh
npm run test
```

## Run Tests on the Bitcoin Testnet

```sh
npm run test:testnet
```
