tBTC
====

Contains the on-chain smart contracts and tests.

### Setup

```sh
npm install
```

### Compilation

```sh
npm run compile
```

### Lint

```sh
# Show issues
npm run lint

# Automatically fix issues
npm run lint:fix
```
