Skip to content
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

Is the second article still coming ? #5

Closed
tudorelu opened this issue Dec 23, 2020 · 6 comments
Closed

Is the second article still coming ? #5

tudorelu opened this issue Dec 23, 2020 · 6 comments

Comments

@tudorelu
Copy link

What the title says. Really keen to understand the code!

@codemedici
Copy link
Contributor

https://extropy-io.medium.com/arbitrage-bot-part-2-97e7b710dcf

Don't trade on main St until you understand what you are doing! Errors are costly. Comment out the contract call inside index.js or the best way for testing is to simulate using contracts on a testnet

@tudorelu
Copy link
Author

Thank you kindly

@Nisthar
Copy link

Nisthar commented May 26, 2021

@codemedici can you tell me what are the steps for using testnets? do i need to edit the smart contract (replace with testnet addresses) Right?

@clacladev
Copy link

I am also interested in this. I am also trying to query 0x APIs on Ropsten without much success

@cosimo-de-medici
Copy link

The best approach is to fork mainnet with ganache-cli like this:
ganache-cli -p 7545 --fork mainnet
Then make sure that in truffle-config.js your "development" network is configured to connect to localhost:7545

@Nisthar @ccarnino @tudorelu

@Nisthar
Copy link

Nisthar commented May 28, 2021

@cosimo-de-medici i already have the ganache gui installed. also added the "development" options in truffle. Do you think its the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants