BTDEX is a decentralized exchange system running on the Burst blockchain. It implements a unique non-custodial exchange method for cryptocurrencies and conventional fiat currencies based on BlockTalk Smart Contracts and Burstcoin on-chain encrypted messages. The exchange method is serverless and fees are distributed among Trade Token (TRT) holders.
You will also find more details at https://btdex.trade. Currently the following pairs are available with BURST:
- BTC
- ARRR
- BCH
- BHD
- BNB
- BSV
- DOGE
- ETH
- LTC
- XMR
- XLA
Additionally, any Burst-based token can be listed instantly and traded.
Check the releases and get the latest one.
Just download the btdex-version.exe latest release and copy it
to a folder you have write rights (it will create a file named config.properties with your account details).
Double click on btdex-version.exe to start the application.
Just download the btdex_version_all.deb latest release and install it.
The application BTDEX will be available on the system (config file will go to .config/btdex/ inside your home folder).
A package is available at AUR.
Make sure you have an up-to-date Java JRE on your machine.
Just download the btdex-mac-version.zip latest release and uncompress the app.
You can now run the app as usual (it will create a file named config.properties inside your home folder ~/).
Just download the btdex-all-version.jar latest release and copy it
to a folder you have write rights (it will create a file named config.properties with your account details).
Run this jar file with Java 8 or more recent (the xdg-utils package is required to open your browser when necessary):
java -jar btdex-all-version.jar
If you want to see BTDEX on your own language or have suggestions on how to improve a translation, please join us at https://www.transifex.com/btdex/.
Clone this repository code and run the gradle build (requires Java 8 to build):
$ git clone https://github.com/btdex/btdex.git
$ cd btdex
$ ./gradlew shadowJar
This will result on the following file:
build/libs/btdex-all.jar
To build the windows executable run:
$ ./gradlew createExe
This will result on the following file:
build/launch4j/btdex.exe
Edit your config.properties file and add the following lines:
testnet=True
node=http\://nivbox.co.uk\:6876
You can enable the API by adding the following line on your config.properties file:
apiPort=9000
You can choose a port number other than 9000. The config file is usually found on the same folder where the BTDEX application is executed. If you installed a DEB (Linux) the config file is found at ~/.config/btdex. The API will be available at http://localhost:9000/api/v1/, with the following endpoints:
http://localhost:9000/api/v1/summaryhttp://localhost:9000/api/v1/tickerhttp://localhost:9000/api/v1/orderbook/BURST_TRT(or any other pair listed on the summary)http://localhost:9000/api/v1/trades/BURST_TRT(or any other pair listed on the summary)
By default, logging is disabled. Add/edit the following line on your config.properties to change the logging level:
logger=off
The same logging level is used to print log messages to the console and as well as to log file, possible levels are:
OFFThe highest possible log level. This is intended for disabling logging.FATALIndicates server errors that cause premature termination. These logs are expected to be immediately visible on the command line that you used for starting the server.ERRORIndicates other runtime errors or unexpected conditions. These logs are expected to be immediately visible on the command line that you used for starting the server.WARNIndicates the use of deprecated APIs, poor use of API, possible errors, and other runtime situations that are undesirable or unexpected but not necessarily wrong. These logs are expected to be immediately visible on the command line that you used for starting the server.INFOIndicates important runtime events, such as server startup/shutdown. These logs are expected to be immediately visible on the command line that you used for starting the server . It is recommended to keep these logs to a minimum.DEBUGProvides detailed information on the flow through the system. This information is expected to be written to logs only. Generally, most lines logged by your application should be written as DEBUG logs.TRACEProvides additional details on the behavior of events and services. This information is expected to be written to logs only.
jjos
Donation address: BURST-JJQS-MMA4-GHB4-4ZNZU