Skip to content

branmcf/everlasting-options

Repository files navigation

Everlasting Options Prototype

everlasting put price chart

Overview

This is a prototype of a decentralized protocol for Everlasting Options, a new type of derivative created by Dave White and Sam Bankman-Fried. Everlasting Options are designed to give traders long-term options exposure without the effort, risk, or expense of rolling positions.

This prototype is unaudited and meant only for demonstration purposes. If you choose to interact with these smart contracts, please do so with the understanding that your assets are at risk of being lost.

If you would like to read more about Everlasting Options the original paper is accessible here.

Install Dependencies

TODO

# clone the repo
$ git clone https://github.com/branmcf/everlasting-options.git

# move into the project directory
$ cd everlasting-options

# install truffle
$ npm i -g truffle

# create a virtualenv
$ virtualenv -p /usr/bin/python3 vyper-latest

# activate the venv
$ source ~/vyper-latest/bin/activate

# install vyper
$ pip install vyper

Compile Contracts

TODO npm run compile

Run Tests

TODO npm run test

About

A prototype for everlasting options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published