Introducing DefiLens Memecoin Rebalancer – the easiest way to manage and grow your memecoin portfolio. Batch Buy Across Chains: Buy multiple memecoins from different chains at once with a single click. No need to go to different platforms or handle separate transactions. No Fees, Gasless Trading: Forget about paying gas fees. DefiLens covers all transaction costs so you can trade without extra charges. Automated Trades: Set conditions to buy or sell memecoins, and DefiLens will handle the rest—no need to constantly monitor the market. Stay Informed: Get the latest memecoin trends, market updates, and news so you can make smart decisions and adjust your portfolio easily. DefiLens gives you all the tools to handle your memecoins, automate trades, and stay on top of the market—effortlessly and without fees.
The DefiLens team is active and open to questions on our Telegram community.
Follow these steps to set up and run the DefiLens landing page using Next.js:
Make sure you have the following installed:
- Node.js (version 14.x or higher)
- npm (comes with Node.js) or yarn
You can check if they are installed by running:
node -v
npm -v
If you don't have Node.js installed, download it from Node.js official website.
-
Clone the Repository
First, clone the repository to your local machine using
git
:git clone https://github.com/DefiLens/defilens-landing.git
-
Navigate to the Project Directory
After cloning, navigate into the project folder:
cd defilens-landing
-
Install Dependencies
Next, install the required dependencies. You can use either
npm
oryarn
:-
Using npm:
npm install
-
Using yarn:
yarn install
-
-
Run the Development Server
Start the Next.js development server by running the following command:
-
With npm:
npm run dev
-
With yarn:
yarn dev
This will start a local development server, and the application should be running on:
http://localhost:3000
-
-
Build for Production (Optional)
To create a production-ready build of the app:
-
With npm:
npm run build
-
With yarn:
yarn build
After building, you can start the production server with:
npm run start
or
yarn start
-
-
Environment Variables (Optional)
If the project relies on environment variables, make sure to add them in a
.env.local
file in the root directory. For example:NEXT_PUBLIC_API_URL=https://api.example.com
If you run into any issues while setting up or running the project, please reach out to the DefiLens team on Telegram.