Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 664 Bytes

README.MD

File metadata and controls

11 lines (8 loc) · 664 Bytes

Titan Pending withdrawal Fetcher

This project is a simple script to fetch pending withdrawals from the Titan network. After fetching the pending withdrawals, it will save them to a file in the storage directory and you will be able to use them to finalize the withdrawals. For detailed instructions on finalizing withdrawals, please refer to the user guide.

Usage

  1. Clone the repository
  2. Copy the .env.example file to .env and fill in the values
  3. Run npm install
  4. Run npm run dev