> For the complete documentation index, see [llms.txt](https://docs.cream.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cream.finance/developer/testnet.md).

# Testnet

## Contract Deployment Script

[GitHub repo](https://github.com/CreamFi/cream-deployment)

### Installation

```
git clone https://github.com/CreamFi/cream-deployment
cd cream-deployment
yarn install
```

### Setup

```
cp .env.default .env
```

Fill in environment variables

### Deploy

```
npx hardhat run scripts/deployComptroller.js --network <NETWORK>
```

### App in Testnet

We support Göerli. Go to [testnet.cream.finance](https://testnet.cream.finance)
