dex
Here are 306 public repositories matching this topic...
-
Updated
Dec 11, 2020 - Java
-
Updated
Jan 20, 2021 - Python
-
Updated
Feb 11, 2021 - C++
-
Updated
Apr 25, 2018 - Java
-
Updated
Feb 6, 2018 - Java
-
Updated
Jan 11, 2021 - C++
-
Updated
Feb 13, 2021 - C++
-
Updated
May 13, 2020 - C
-
Updated
Aug 28, 2020
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Mar 19, 2019 - Ruby
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Kotlin
-
Updated
Jan 7, 2021 - HTML
-
Updated
Feb 14, 2021 - Solidity
-
Updated
Sep 2, 2020 - Python
-
Updated
Mar 3, 2019 - JavaScript
-
Updated
Feb 11, 2021 - C++
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
Feb 5, 2021 - OCaml
-
Updated
Jun 10, 2020 - Python
At the moment the fee is provided by the Ethereum provider automatically. This issue is about allowing the user to provide the fee manually when trying to xucli walletwithdraw ETH --amount 0.1 --destination 0x123abc --fee 10
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."
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
infowallet call at:https