/polygon-zkevm-tokens-withdrawal

Polygon zkEVM dapp to track token balances and use the force withdrawal

Primary LanguageTypeScript

Polygon zkEVM Tokens Withdrawal

This project uses lot of stuff as:

Getting Started

First of all, install the dependencies to run this app:

# Clone this repository
$ git clone https://github.com/eabz/polygon-zkevm-tokens-withdrawal && cd polygon-zkevm-tokens-withdrawal

# Install dependencies
$ pnpm install

# Compiles and hot-reloads for development
$ pnpm dev

# Compiles and minifies for production
$ pnpm build

# Lints and fixes filespnpm 
$ pnpm lint

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

Commands

  • dev: runs your application on localhost:3000.
  • build: creates the production build version.
  • start: starts a simple server with the build production code.
  • format: runs the prettier fixes for all the files.
  • lint: runs the linter in all components and pages.

Check package.json for other useful scripts.

Contribution Guidelines

Developers are expected to follow contribution guidelines to keep the codebase efficient, readable, and standardized. Contribution guidelines are clearly laid out so developers and contributors can submit their work without much revision, resulting in faster development and more useful contributions. These guideliness are specified through the eslint modules.