Hipo is a secure and decentralized platform that allows you to earn daily staking rewards while maintaining the flexibility to use your liquid TON tokens in the larger DeFi ecosystem. Stake any amount of TON and get hTON, which can be used for trading, providing liquidity, or further compounding your rewards across various DeFi protocols. Join Hipo today and experience the benefits of decentralized TON liquid staking.
To run the web project locally, follow these simple steps:
- Clone the project repository to your local machine.
- Navigate to the project directory.
- Node.js (for using npm packages)
- Tailwind CSS
1- Install Tailwind CSS by running the following command in the project directory:
npm install -D tailwindcss
npx tailwindcss init
Once the dependencies are installed, you can start the development server with the following command:
npx tailwindcss -i ./input.css -o ./dist/output.css --watch
Open your preferred web browser and open index.html
The main files and directories in this project are structured as follows:
- index.html: The main HTML file that serves as the entry point for the web project.
- input.css: Tailwind’s layers (precompiled css)
- dist/output.css: The compiled Tailwind CSS file that is included in the project. You can also customize Tailwind CSS by modifying the tailwind.config.js file.
- images/: A directory to store any additional static assets such as images.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.