arbitrage
Here are 199 public repositories matching this topic...
-
Updated
Oct 28, 2020 - C++
-
Updated
Apr 8, 2022 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
May 28, 2021 - JavaScript
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Mar 29, 2022 - Solidity
-
Updated
Feb 22, 2019 - Python
-
Updated
Apr 8, 2022 - C#
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Solidity
-
Updated
Oct 28, 2020 - Go
-
Updated
Apr 9, 2022 - C++
-
Updated
Jun 10, 2020
Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 8, 2022 - HTML
-
Updated
Oct 6, 2021 - Python
-
Updated
Jan 31, 2022 - JavaScript
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
-
Updated
Apr 8, 2022 - Java
-
Updated
Oct 29, 2017 - C#
Improve this page
Add a description, image, and links to the arbitrage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arbitrage topic, visit your repo's landing page and select "manage topics."
It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here