Loading repository data…
Loading repository data…
codeesura / repository
This repository is a project that interacts with the Ethereum blockchain. It utilizes the ethers.js library to facilitate the transfer of ETH to the scroll L2 network. The repository contains helper functions and configuration files to assist users in sending ETH through a specific bridge. Additionally, it features functionalities such as estimate
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
scroll-bridge is a project that utilizes essential dependencies like dotenv, bun-types, and ethers to create a seamless scrolling experience.
├── .env
├── .gitignore
├── README.md
├── abis
│ ├── BridgeABI.json
│ └── PoolABI.json
├── config
│ └── config.js
├── jsconfig.json
├── package.json
└── src
├── helpers
│ └── contractHelper.js
└── main.js
To properly set up the scroll-bridge project, follow the steps below:
The project uses environment variables to manage and keep sensitive information secure. Ensure you configure these before running the application:
.env in your preferred editor. You'll notice several environment variables. Fill in the necessary details for each variable.Example:
PRIVATE_KEY=your_private_key_here
1.Clone the scroll-bridge repository:
git clone https://github.com/codeesura/scroll-bridge
2.Install the dependencies with one of the package managers listed below:
bun install
3.Run:
bun src/main.js
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions about our project, you can reach us at: codeesura@gmail.com