Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 657 Bytes

Lyra Interface

An open source interface for the Lyra Protocol, a decentralized options exchange built on Optimistic Ethereum.

Accessing the Lyra Interface

To access the Lyra Interface, use an IPFS gateway link from the latest release or visit app.lyra.finance.

Contributions

The Lyra Interface is open source, permissionless software that can be developed and hosted by anyone. Thanks in advance for your contributions!

Setup

yarn install

Run the interface locally

yarn start

Create a production build

yarn build