dex
Here are 538 public repositories matching this topic...
Android and Java bytecode viewer
-
Updated
Mar 24, 2022 - Java
Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
-
Updated
May 21, 2022 - Python
Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)
-
Updated
Feb 18, 2022 - Python
-
Updated
Apr 25, 2018 - Java
-
Updated
Feb 6, 2018 - Java
User Story
As a graphene fork and bitshares blockchain developer I want the name of the blockchain to be added to config so that client programs i write can display the info to their users.
Global var can be added at https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/config.hpp#L26 and displayed initially just in the info wallet call at:
https
Public Blockchain as a Decentralized Finance Infrastructure Service Platform
-
Updated
Dec 11, 2021 - C++
[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
-
Updated
Feb 13, 2022 - JavaScript
A comprehensive list of decentralized exchanges (DEX) of cryptocurrencies, tokens, derivatives and futures, and their protocols.
-
Updated
May 17, 2021
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
May 19, 2022 - Kotlin
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
-
Updated
May 16, 2022 - JavaScript
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
-
Updated
May 1, 2021 - Kotlin
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
-
Updated
Mar 19, 2019 - Ruby
Black Obfuscator is an obfuscator for Android APK DexFile, it can help developer to protect source code by control flow flattening, and make it difficult to analyze the actual program control flow.
-
Updated
Jan 22, 2022 - Java
Tools for use in DeFi. Impermanent Loss calculations, staking and farming strategies, coingecko and pancakeswap API queries, liquidity pools and more
-
Updated
Apr 12, 2022 - Python
A Kubernetes Dex Client Authenticator
-
Updated
Feb 25, 2022 - Go
Trading Bot for the BitShares Decentralized Exchange
-
Updated
May 21, 2021 - Python
Uniswap flash swap arbitrage solidity contracts
-
Updated
Jul 20, 2021 - JavaScript
Official Blocknet cryptocurrency wallet
-
Updated
Mar 5, 2022 - C++
Ninja Reverse Engineering on Android APK packages
-
Updated
Mar 10, 2022 - Python
Light client based cross-chain message network. We are hiring, hello@darwinia.network
-
Updated
May 20, 2022 - Rust
atomicDEX Desktop app - project codename "Dextop"
-
Updated
May 17, 2022 - QML
Improve this page
Add a description, image, and links to the dex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dex topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our
import lief #type:ignorestatements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H