Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 811 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 811 Bytes

HEZ to MATIC tool

Simple tool to convert your HEZ tokens to MATIC after the Polygon - Hermez merge.

Getting Started

Clone the repo:

git clone [email protected]:hermeznetwork/hez-to-matic.git

Move into the project directory:

cd hez-to-matic

Install project dependencies:

npm install

Create the required .env file from the example provided in the repo:

cp .env.example .env

Run the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm start

License

hez-to-matic is part of the Polygon Hermez project copyright 2021 published with AGPL-3 license. Please check the LICENSE file for more details.