Skip to content

yieldprotocol/cacti-frontend

 
 

Repository files navigation

Getting Started

First, run the development server:

npm install && npm run dev
# or
yarn && yarn dev
# or
pnpm install && pnpm dev

Open http://localhost:3000 with your browser to see the result.

Minting on Tenderly fork

yarn mint 0x...123

To test zkSync L2

  • Setup Goerli Testnet in your wallet
  • Get Goerli ETH from one of the faucets
  • Get zkSync Testnet tokens (ETH, DAI, USDC) from their bridge portal which has a built-in faucet
  • To get DAI / USDC on Goerli, you have to use the ones from zkSync so initiate a withdrawal from their bridge portal (can take a few hours to process)
  • NOTE:
    • Observered time delay for tokens to be available on L2 from L1 is around 10 minutes
    • Observered time delay for tokens to be available on L1 from L2 is around 1 hour