This repository contains the code for a Cross-Chain DApp, which allows users to interact with multiple blockchain networks simultaneously. The DApp is built using Solidity, Javascript and uses various frameworks like ethers.js, hardhat, next.js and utilizes CCIP for cross-chain communication.
To install and run the Cross-Chain DApp locally, follow these steps:
- Clone the repository:
git clone https://github.com/b0nesss/SwapItLikeITalkIt
- Install the dependencies:
npm install
- Start the DApp:
npm run dev
Once the DApp is up and running, you can access it through your web browser at http://localhost:3000
. The DApp provides a user-friendly interface for interacting with multiple blockchain networks simultaneously. Follow the on-screen instructions to perform various cross-chain operations.
- Cross-chain communication: The DApp allows users to interact with multiple blockchain networks, enabling seamless cross-chain transactions and data transfers.
- User-friendly interface: The DApp provides a simple and intuitive interface for users to perform cross-chain operations without the need for deep technical knowledge.
- Customizable configuration: The DApp can be easily configured to connect with different blockchain networks and adjust various settings according to specific requirements.