arbitrage
Here are 206 public repositories matching this topic...
-
Updated
Oct 28, 2020 - C++
-
Updated
May 18, 2022 - Python
-
Updated
May 16, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Mar 29, 2022 - Solidity
-
Updated
Feb 22, 2019 - Python
-
Updated
May 17, 2022 - C#
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Solidity
-
Updated
May 18, 2022 - C++
-
Updated
Oct 28, 2020 - Go
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
Jun 10, 2020
-
Updated
May 5, 2022 - TypeScript
-
Updated
Apr 28, 2022 - HTML
-
Updated
Jan 31, 2022 - JavaScript
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 2, 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