-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize example folder and add a python example #80
base: master
Are you sure you want to change the base?
Conversation
A demo where I arb ETH/ZRX on Uniswap/Kyberswap |
@edd34 the greatest issue with the merge is that there are many videos and other content that reference the nodejs example endpoints, so changing this would break those links and lead to a number of complaints (most likely). If you could resubmit a PR keeping file structure the same, we can merge this! Thanks for your contribution! |
Hello @mikedeshazer I revert the commit which moved the files from NodeJSAppExamples and I have inserted some comments and code formating along the way. |
@edd34 how can I get better at using the orfeed Package, Im new to programing but I understood mikes series very well and i want to explore any chance we can collaborate on something? will help me learn faster |
In order to ramp up quickly, try to use web3 and query the blockchain via OrFeed for prices. |
ok well thank you I will do this within the next week |
I moved nodeJSAppExamples into "./examples/nodeJS" without changing folder structure or anything in the project.
I have added a project called oracle_arb_finder into "./examples/python" folder.