Web3 ERC20

Frameworks and Libraries

Core

State Management

Web3

Testing

Linting and Formatting

CSS

Scripts

  • Development: npm run dev
  • Build: npm run build
  • Lint: npm run lint
  • Preview: npm run preview

Getting Started

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run dev to start the development server

Features

  • Display notifications across tabs
  • Checks balance before sending transaction
  • Persisted state when closing/reopening the browser

Testing

Component Testing using React Testing Library and Snapshot Testing

Hook Testing using React Testing Library

Unit Testing using Jest

E2E Testing using Synpress