> For the complete documentation index, see [llms.txt](https://dev-docs.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-docs.dcentwallet.com/dwc/walletconnect-monorepo.md).

# WalletConnect monorepo

* Load the required modules.

```typescript
npm run bootstrap
```

* Move the files to dist that are required to run.

```typescript
npm run move-dist
```

* Run monorepo.

```typescript
npm run start
```

{% embed url="<https://github.com/WalletConnect/walletconnect-monorepo/tree/v1.0>" %}
