Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.23 KB

UI for PancakeSwap V1 on BSC Testnet

Guide you to run the PancakeSwap V1 interface on the BSC Testnet environment from your personal computer. For instructions on deploying PancakeSwap V1 on the BSC Testnet environment, see pancake-swap-v1-bsc-testnet or Guideline for deploying PancakeSwap v1 on Binance Smart Chain BSC Testnet

Requirements

  1. NodeJs version 14 or newer
  2. Install the required libraries with the command
npm install

How to run

  1. Type the following command to start running
node index.js
  1. Browse the link http://localhost:8888/ on your browser. You can see UI as below image:
    UI for PancakeSwap V1 on BSC Testnet

Note: You can change appDir variable in index.js to run HeraSwap on Cronos Testnet. Remember don't change the value of the port variable.