# Solmash Whitelist Program Sdk

To work on this sdk, run

```
yarn install
```

to install dependencies

Run

```
yarn build
```

to build the project

To run the test script copy `.env.example` to `.env` and provide respective values and run

```
yarn test:single <test file path>

# example
yarn test:single test/e2e/initAuction.spec.ts
```

to run the specific test script.

Run

```
yarn format
```

to format the code using prettier.

> [!CAUTION]
> Don't add any value to `.env.example` file and make sure `.env` is included in gitignore file.
