impersonator-dapp-devtools
Installation
SKILL.md
Impersonator — read-only address presentation for dApp testing
Reference skill. This bundle does not ship Impersonator; use upstream docs for install, env vars, and exact scripts.
| Chain | Repository | Public site (per upstream) |
|---|---|---|
| Ethereum / EVM | impersonator-eth/impersonator | impersonator.xyz |
| Solana | impersonator-eth/impersonator-solana | solana.impersonator.xyz |
Stack (typical): TypeScript / Next.js-style apps—see each repo’s package.json and README for yarn, pnpm, or npm (lockfiles may differ by repo).
What it is for (legitimate)
- Developer / QA: See how a dApp renders balances, positions, or screens as if a given address were connected—without controlling that address.
- Upstream EVM README states users cannot transact in the obvious way because no private keys are used for the impersonated address (confirm current behavior in the app you run).
Local setup (follow upstream)
The EVM repo documents steps such as install dependencies and start a dev server—copy commands from the current README on your branch (examples in the wild include yarn install / yarn start / yarn build; your repo may prefer pnpm).