Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/v5-batch-create-fake-users


https://github.com/pooltogether/v5-batch-create-fake-users

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# v5-batch-create-fake-users

Creates thousands (hundreds of thousands?) of fake users via multicall sends on testnets (Sepolia/Mumbai/etc) for testing the v5 hyperstructure.

## 💾   Installation

Install dependencies:

```
yarn
```

Make sure you have `direnv` installed and copy `.envrc.example` to `.envrc`:

```
cp .envrc.example .envrc
```

Fill in your own values for `.envrc`, then run:

```
direnv allow
```

**NOTE**: For the `PRIVATE_KEY` env variable we recommend using a fresh wallet specifically for testnets and not your production wallets!

```

To run the local server, run:

```

yarn start

```

## Developer

### Tools

- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
```