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.
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
TODO
npm run compile
TODO
npm run test