-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Dex user interfaces docs #170
feat: add Dex user interfaces docs #170
Conversation
This should be modified to point to Onboarding app address, as this app will be Neutron branded and contain a TradingView chart in the Orderbook page. tracking in: https://hadronlabs.atlassian.net/browse/UI-858 |
6625db3
to
1a2a26c
Compare
☝️ added modifications to reference new Orderbook page and Onboarding app UI at app.neutron.org. |
|
||
### Orderbook | ||
|
||
The Neutron app orderbook is available at [app.neutron.org/orderbook](https://app.neutron.org/orderbook) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when will the page be live? can only see the Bridge page now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Soon". The page is behind a flag until release. Targeting release the 16th.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sotnikov-s the orderbook has finally been released at https://app.neutron.org/orderbook so this PR is the documentation for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rest LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
You can use Neutron DEX by directly crafting [DEX messages](/neutron/modules/dex/messages) and sending them through transactions in your own scripts, but you can also use various user interfaces to interact with the DEX. | ||
|
||
We are working with several partners in the Neutron [ecosystem](https://app.neutron.org/ecosystem) (such as [Astroport](https://app.astroport.fi)) that use Neutron DEX and by using these applications you can benefit from the DEX's features. We also provide a UI as described here in the Neutron app for placing orders on the DEX. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Astroport is not using Dex yet. Maybe hold off on this part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in 5f5afeb (please re-review 🙏 )
This adds a new short page to explain in general the new Orderbook UI of the Neutron Dex on the Neutron app (app.neutron.org).
It includes a mention of the usage of TradingView software as a part of our licence agreement to use the TradingVIew chart on the Orderbook page.
This PR also includes a small update to make the message headings on the
/neutron/modules/dex/messages
page consistent (other H2 "##" level headings do not use the word "message")