You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
Felix Feng edited this page Oct 17, 2019
·
2 revisions
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.
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.