Set Protocol is a specification for abstraction of higher order tokens on the ethereum blockchain written in the Solidity programming language. We use Truffle as a development environment for compiling, testing, and deploying our contracts. See the whitepaper for more details about Set Protocol.
More details about our contract architecture and deployed contracts can also be found in our wiki.
We highly encourage participation from the community to help shape the development of Set. If you are interested in developing on top of Set Protocol or have any questions, please ping us on Telegram.
For legacy users, our audited V1 contracts which can be found here.
- Run yarn install
yarn install
- Run an ethereum chain on a separate terminal window
yarn chain
- Run unit tests
yarn test