# alibabacloud-baas-ethereum-explorer **Repository Path**: aliyun/alibabacloud-baas-ethereum-explorer ## Basic Information - **Project Name**: alibabacloud-baas-ethereum-explorer - **Description**: A simple ethereum block and transaction explorer. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Alibaba Cloud Ethereum Explorer Light A simple ethereum block and transaction explorer. ## Setup ### Pre dependencies 1. install nodejs (recommend >= 10) 2. install yarn (recommend >= 1.13) ### Install dependencies ```bash yarn install ``` ### Development ```bash yarn run start ``` ### Production ```bash # set the value of the environment variable PUBLIC_URL yarn run build ``` ## Others ### Set the web3js authentication > Modify ./src/hook.ts, using query string and jwt currently. ### Technology stack 1. React & React-Router & Redux 2. Web3 3. Typescript 4. Material-UI