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.
- Clone the repository
- Copy the .env.example file to .env and fill in the values
- Run
npm install
- Run
npm run dev