AlphaDEX Announcements
50 subscribers
1 photo
7 links
The AlphaDEX official announcement channel. Find our Telegram group here: t.me/alphadex_xrd
Download Telegram
Channel created
Channel photo updated
Channel photo updated
Forwarded from Fred | AlphaDEX.xrd
We will be having a twitter spaces discussion about AlphaDEX tomorrow. Come join to learn more about the project and ask any questions you might have. https://twitter.com/i/spaces/1DXxyvypBBvKM?s=20
This Twitter #Spaces event is now live: Radix Grants Program Meet the team - AlphaDEX.
Jump in, learn more about the project and ask all your questions: https://twitter.com/i/spaces/1DXxyvypBBvKM?s=20
New tutorial: How to integrate AlphaDEX through the AlphaDEX SDK with a Svelte app.
https://medium.com/@fliebenberg/alphadex-tutorials-2fb17ea04dbb
Forwarded from Fred | AlphaDEX.xrd
Morning everyone. PLease note that I am busy migrating the AlphaDEX API/SDK server to work with RCNet v2 at the moment, so it wont be available for a while. Ill post here again when it is up and running.
Forwarded from Fred | AlphaDEX.xrd
A new version of AlphaDEX has now been rolled out on RCNet v2. This means that all the previous transactions and pairs have been cleared. In order to use the new AlphaDEX, you will need to upgrade to the latest version of the SDK by running "npm installl alphadex-sdk-js@latest" in your app folder. You will also need to use the latest Radix developer wallet and connector. Let me know if you are having problems connecting.
Hi everyone. Please note that the AlphaDEX API/SDK will be down for a while as I upgrade it to a new version of the AlphaDEX component. I will let you know as soon as it is up and running again.
Forwarded from Fred | AlphaDEX.xrd
Hi AlphaDEX developers. Just to let you know that the AlphaDEX API and SDK has now been updated to work with the newer version of the AlphaDEX on-ledger component. You will need to update your SDK to version 0.8.x for changes to work. Just run npm install alphadex-sdk-js@latest in your project folder. It is quite late, so I will not be surprised if you discover issues, so please let me know when you do.
Forwarded from Fred | AlphaDEX.xrd
What changes will you see in the new SDK? The lucky thing is that the API/SDK interface did not change much (most of the changes are being dealt with by the API/SDK). You will notice though that the SDK no longer provides maxDigits and minOrders for pair tokens. All amounts now can be specified with up to 8 decimals. The decimals for a pair's price is set by a new variable called priceMaxDigits which is part of the pairInfo object. I will update the SDK docs tomorrow to reflect these changes.
AlphaDEX is very nearly ready to launch on Babylon. We want to hear from you - which token pairs would you like to see listed on AlphaDEX first? Let us know in the discussion channel t.me/alphadex_xrd
🌐 Ecosystem Success 🌐

In collaboration with AlphaDEX, Limit Orders are now available on ShardSpace 🎉

You can use Limits Orders with the following pairs on https://shardspace.app/👇

• dgc/XRD
• DFP2/XRD
• FLOOP/XRD
• CAVIAR/XRD
• OCI/XRD

What is AlphaDEX?

AlphaDEX is a scalable and efficient decentralized order book exchange platform on the Radix network. It provides a central order book and matching engine that can be seamlessly integrated into a wide variety of applications.

Learn more about ShardSpace and AlphaDEX 👇

https://www.radixdlt.com/blog/what-is-alphadex-decentralized-exchange

https://www.radixdlt.com/blog/runs-on-radix-q-a-shardspace

#RunsOnRadix
Developers: Please update to the latest version of the AlphaDEX SDK as soon as possible. This should be a non-breaking update, unless you are using the swap functions. Changes in this update:
- BREAKING CHANGE: The getSwapQuote, createSwapTx and submitSwap functions no longer require a platformFee parameter.
- The update fixes a bug where open order details were not always updating correctly.
- The update will ensure your application jumps to an alternate alphadex api endpoint if it cannot connect to the current alphadex api endpoint. This will allow me to do maintenance on the alphadex apis without interruption in service to your app.

To update to the latest version of the SDK simply run: npm install alphadex-sdk-js@latest in your project folder.