Hello and welcome 👋🏼, we are happy to see that you arrived at Honey Labs - The Liquidity Solution builder for NFTs. This repo contains a Front-end interface built with NextJS and makes use of the following tools:
The Honey Finance Ecosystem consists of several components this repo represents the Front-end.
***Note @Heron
In order to run this project you need to create a
.env #you can use the .env.example file as silver lining
The RPC_URL which is required is the standard mainnet RPC. You should replace this with a custom one if you are in need of better performance. We currently do not have farm listed on devnet, however we will add instructions to add farm to devnet in the future.
After cloning the repo locally navigate to the root of the directory and run the following commands:
yarn install #installs all required packages
yarn dev #spins up the server at localhost:3000
In order to test the production server run:
yarn build
To learn more about Honey Finance and the software it uses, take a look at the following resources: [Developer-docs]() - Coming soon... Your feedback and contributions are welcome! Feel free to reach out through Discord and take a look at the current Issues.
The easiest way to deploy your Next.JS app is by using the Vercel Platform from the creators of Next.JS. Check out the Next.JS Deployment Documentation for more details. Learn Next.JS - an interactive Next.JS tutorial.