Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 740 Bytes

File metadata and controls

40 lines (26 loc) · 740 Bytes

OptionsToken

An options token representing the right to purchase the underlying token at an oracle-specified rate. It's similar to a call option but with a variable strike price that's always at a certain discount to the market price. It also has no expiry date.

Installation

To install with DappTools:

dapp install timeless-fi/options-token

To install with Foundry:

forge install timeless-fi/options-token

Local development

This project uses Foundry as the development framework.

Dependencies

forge install

Compilation

forge build

Testing

forge test