[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContract](./bitburner.codingcontract.md) > [createDummyContract](./bitburner.codingcontract.createdummycontract.md)
## CodingContract.createDummyContract() method
Generate a dummy contract.
Signature:
```typescript
createDummyContract(type: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | string | Type of contract to generate |
Returns:
void
## Remarks
RAM cost: 2 GB
Generate a dummy contract on the home computer with no reward. Used to test various algorithms.