uak
uak
I've just needed this, I used the text from reshape to display on a dropdown menu. Now after the user chose I need this text back to use it as...
Any progress on this? Adding this may encourage many people to experiment with SLP tokens trading as it doesn't currently have any non working custodial exchange that I'm aware of.
An API from a DEX provider is provided here: https://docs.benswap.cash/features/api#list-of-all-public-api-endpoints Example: Cat https://api.benswap.cash/api/sep20/token/0x265bd28d79400d55a1665707fa14a72978fa6043 Honk https://api.benswap.cash/api/sep20/token/0xF2d4D9c65C2d1080ac9e1895F6a32045741831Cd However It's not an official source
How would someone write the scientific format in the price filed, to setup a trade like in this case: https://github.com/KomodoPlatform/atomicDEX-API/issues/922#issuecomment-922184125
@janbaykara thank you for trying to help. I think the most important issue is that it's not possible to install Longclaw using the install guide. There is an issue with...
It's really important there was an old bug about it here #868 I'm not sure if the script still working it's a bit complicated and didn't work for me.
I think this is a related issue https://github.com/OpenBazaar/openbazaar-desktop/issues/1789
There are a lot of bugs about this issue but OpenBazaar isn't adding it. Maybe there is a good reason for that. https://github.com/OpenBazaar/openbazaar-desktop/issues/868 also this #1737 and #1789
Any update on sending text from the browser, It would be very useful to have.
I've solved the issue with location of binary sdkmanager by hacking the hard coded path: ```python sdkmanager_path = join( self.android_sdk_dir, 'tools', 'bin', 'sdkmanager') ``` https://github.com/damascene/buildozer/blob/master/buildozer/targets/android.py#L247 Using this sed command in...