Equo Finance is a liquid staking protocol for the Sei ecosystem. The goal is to offer a strong alternative to existing solutions, giving users more choices to liquid stake their SEI tokens.
To get started with Equo Finance, follow these steps:
-
Clone the repository:
git clone https://github.com/equo-finance/sei.git cd sei
-
Install dependencies: Ensure you have Foundry installed. Then, run:
forge install
-
Compile the contracts:
forge build
-
Run tests:
forge test
Contributions are welcome! Feel free to open an issue or submit a pull request.