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
Copy file name to clipboardExpand all lines: README.md
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,52 @@ Stocks and ETFs are provided by a centralized oracle and we are currently workin
76
76
77
77
You can run you own oracle by deploying a Node app with the example code in /examples/oracleNodeExampleApp (contract code is in contacts/stockETFPriceContract.sol) and provide as many stocks at the update frequency of your choice. We recommend buying GAS token (we are in no way affiliated and not shilling) to lower your Ethereum fee risk (and so you can pay a reasonable gas price f you plan to run an oracle for a long period of time). Otherwise, you will be exposed to gas fee price risk, or your prices might not update at the frequency you would like.
78
78
79
+
80
+
## Source and Asset Examples (Currently Live)
81
+
82
+
83
+
| Asset | Example Provider (Venue) | Type |
84
+
| ------------- |:-------------:| -----:|
85
+
| ETH | DEFAULT | Cryptocurrency |
86
+
| BTC | DEFAULT | Cryptocurrency |
87
+
| DAI | BUY-KYBER-EXCHANGE | Token |
88
+
| USDC | SELL-UNISWAP-EXCHANGE | Token |
89
+
| MKR | DEFAULT | Cryptocurrency |
90
+
| KNC | DEFAULT | Token |
91
+
| ZRX | DEFAULT | Token |
92
+
| TUSD | DEFAULT | Token |
93
+
| SNX | DEFAULT | Token |
94
+
| CUSDC | DEFAULT | Token |
95
+
| BAT | DEFAULT | Token |
96
+
| OMG | DEFAULT | Token |
97
+
| SAI | DEFAULT | Token |
98
+
| JPY | DEFAULT | Forex |
99
+
| EUR | DEFAULT | Forex |
100
+
| CHF | DEFAULT | Forex |
101
+
| USD | DEFAULT | Forex |
102
+
| AAPL | PROVIDER1 | Equity |
103
+
| MSFT | PROVIDER1 | Equity |
104
+
| GOOGL | PROVIDER1 | Equity |
105
+
| NFLX | PROVIDER1 | Equity |
106
+
| BRK.A | PROVIDER1 | Equity |
107
+
| FB | PROVIDER1 | Equity |
108
+
| BABA | PROVIDER1 | Equity |
109
+
| V | PROVIDER1 | Equity |
110
+
| JNJ | PROVIDER1 | Equity |
111
+
| TSLA | PROVIDER1 | Equity |
112
+
| JPM | PROVIDER1 | Equity |
113
+
| DIS | PROVIDER1 | Equity |
114
+
| SPX | PROVIDER1 | ETF |
115
+
| VOO | PROVIDER1 | ETF |
116
+
| QQQ | PROVIDER1 | ETF |
117
+
| GLD | PROVIDER1 | ETF |
118
+
| VXX | PROVIDER1 | ETF |
119
+
120
+
121
+
122
+
contracts/pegTokenExample.sol contains a template code and live contract reference for a token using OrFeed data that is pegged to the value of an off-chain asset (Alibaba Stock in the example). We are looking forward to less primitive examples that leverage DAOs, advanced collateralization techniques, etc.
123
+
124
+
79
125
## Testing
80
126
81
127
To test that the contracts are working well in the respective networks, please do the following
0 commit comments