/wallet-ecosystem

L2beat for Wallets: A website to track web3 wallet ecosystem

Primary LanguageTypeScript

Setup

  1. yarn to install dependencies
  2. Install json-server globally: npm install -g json-server
  3. Run json-server --watch --port 4000 ./_data/db.json to start the server
  4. yarn dev to start the development server