arbitrage
Here are 173 public repositories matching this topic...
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Jun 28, 2021 - Python
bitrinjani / r2
-
Updated
Jan 19, 2019 - TypeScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Feb 22, 2019 - Python
-
Updated
Oct 28, 2020 - Go
-
Updated
Sep 23, 2021 - Solidity
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Oct 20, 2021 - C++
-
Updated
May 7, 2021 - HTML
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Jun 10, 2020
-
Updated
Jan 31, 2021 - Solidity
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 29, 2017 - C#
-
Updated
May 30, 2018 - Python
-
Updated
Oct 14, 2021 - Java
-
Updated
Sep 29, 2021 - TypeScript
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
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