Single Asset ZAP
Requirements
Before you begin, ensure you have the following installed:
• Node.js (v16 or higher) and npm
• Git for version control
• A code editor (e.g., VS Code)
• A wallet with testnet funds (e.g., Metamask) connected to the HyperEVM testnet
1. Clone the Repository
Start by cloning the Hyperswap integration repository:
2. Install Dependencies
3. Configure Your Environment
Create a .env file in the root of the project and add the following variables:
Last updated