Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pooltogether/v5-batch-create-fake-users
- Owner: pooltogether
- Created: 2023-06-12T19:00:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T06:35:44.000Z (over 1 year ago)
- Last Synced: 2024-04-23T21:42:42.792Z (9 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```