# bitcoincom-link package development

## Installation

```
yarn install
```

## Build

```
yarn start
```

## Testbed

```
python -m SimpleHTTPServer 3007
```

Access testbed at http://localhost:3007/test

Must have badger chrome extension installed for it to work.