# Run clarinet integrate with bitcoin regtest v24.0

Clarinet integrate uses a great toolset to see transactions by enabling a local bitcoin explorer and be able to see everything visually. Checked information related to the transactions using this explorer.

> install clarinet branch develop (default)

```bash
git clone https://github.com/hirosystems/clarinet.git
cd clarinet
cargo clarinet-install
```

> path of example to run clarinet integrate

```bash
cd /components/clarinet-cli/examples/cbtc
```

> change bitcoin\_node\_image\_url from Devnet.toml

```toml
bitcoin_node_image_url = "quay.io/hirosystems/bitcoind:devnet-v3"
```

> for arm architecture (mac m1)

```bash
docker pull quay.io/hirosystems/bitcoind:devnet-v3 --platform amd64
```

> run local regtest, mocknet, explorer, etc.

```bash
clarinet integrate
```

Recommended version 24.0.1, deployed by Deployer, check next page.
