https://github.com/nvm-sh/nvm#installing-and-updating
https://github.com/coreybutler/nvm-windows#installation--upgrades (for Windows)
git clone [email protected]:peppersec/test-registry-ui.git
nvm install
nvm use
npm install --global yarn
yarn
nvm use
cp .env.example .env
# Fork RPC URL
# RPC_URL=https://hardhat.ztake.org/test-relayer/
# Wallet that will receive the test tokens
# WALLET_ADDRESS=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
# URL address of the fake Relayer
# MAINNET_RELAYER_URL=test-relayer.tornado.cash
yarn start