This project is a TypeScript-based web application designed for batch depositing Ethereum 2.0 validators. The application provides a user-friendly interface for submitting multiple validator deposits efficiently.
- Batch Deposits: Submit multiple Ethereum validator deposits in a single operation.
- Data Validation: Ensure deposit data is accurate and complete before submission.
- Blockchain Integration: Interact with the Ethereum blockchain using Web3.js.
- Intuitive UI: Built with React for a responsive and easy-to-use interface.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/informalsystems/eth-batch-deposit-ui.git cd eth-batch-deposit-ui npm install npm run build
-
Running the Application
npm run dev
-
Upload Deposit Data: Prepare your deposit data file (e.g., JSON or CSV format). Upload the file using the web interface.
-
Validate Deposit Data: The application will check the data for completeness and correctness.
-
Submit Deposits: Review the batch summary. Confirm and submit the batch deposit to the Ethereum network.
Copyright 2024 Informal Systems
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.