Files
impersonator/README.md

27 lines
559 B
Markdown
Raw Normal View History

2021-08-22 03:44:44 +05:30
# 🎭 Impersonator 🕵️‍♂️
### Login into DApps by impersonating any Ethereum address via WalletConnect! <br />
<hr />
## Website:
2021-11-29 00:25:25 +05:30
**[https://www.impersonator.xyz/](https://www.impersonator.xyz/)**
2021-08-22 03:44:44 +05:30
## Screenshots:
![demo-by-address](./.github/demo-address-connected.png)
(PS: Users won't be able to transact (obviously) as no private keys are being used here)
## Local Installation
1. Install required packages <br/>
`yarn install`
2. Start local development server <br />
`yarn start`
3. Build react project <br />
`yarn build`