Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 778 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 778 Bytes

Equo Finance

Introduction

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.

Getting Started

To get started with Equo Finance, follow these steps:

  1. Clone the repository:

    git clone https://github.com/equo-finance/sei.git
    cd sei
  2. Install dependencies: Ensure you have Foundry installed. Then, run:

    forge install
  3. Compile the contracts:

    forge build
  4. Run tests:

    forge test

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.