https://github.com/generationsoftware/pt-v5-batch-create-fake-users
https://github.com/generationsoftware/pt-v5-batch-create-fake-users
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/generationsoftware/pt-v5-batch-create-fake-users
- Owner: GenerationSoftware
- Created: 2023-07-05T23:18:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:26:57.000Z (over 1 year ago)
- Last Synced: 2024-09-09T22:52:29.402Z (over 1 year ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- 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)
```