> For the complete documentation index, see [llms.txt](https://modagavr.gitbook.io/xdao-contracts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modagavr.gitbook.io/xdao-contracts/master.md).

# Get Started

## Docs for <https://github.com/xDAO-App/xdao-contracts>

Install Dependecies

```bash
yarn
```

Compile

```bash
yarn compile
```

Test

```bash
yarn test
```

Coverage

```bash
yarn coverage
```
