Integrating Set into a dApp - SetProtocol/set-protocol-contracts GitHub Wiki

Hello! If you're interested in integrating Set into your decentralized application, you've found the right place. There are different levels of integration, which we will highlight in this doc.

Displaying Set Data

The best reference application for what data can be displayed is TokenSets and Scout. Anything that is displayed there can be derived from on-chain data or from our API.

Please message us if you want access to the public API.

Resources

Minting Sets

To mint / redeem a Rebalancing SetToken, the main contract you want to interact with is the RebalancingSetIssuanceModule. You can mint directly from Ether and/or using ERC20 tokens. The smart contract code is here and the smart contract address is on the page here.