exchange.projectwyvern.com icon indicating copy to clipboard operation
exchange.projectwyvern.com copied to clipboard

Project Wyvern Exchange DApp

Results 16 exchange.projectwyvern.com issues
Sort by recently updated
recently updated
newest added

Add vuex-persist to transformModules.

Ensure key functionality can be easily used from a phone: Cipher Browser, Trust Wallet, etc.

Utilize [Typescript](https://www.typescriptlang.org/), transpiled to JS via Webpack, for all core code.

Currently, individual order pages display the real-time auction price, but the order listing page does not. It's too expensive to query through web3 for each order, but an approximate price...

Explain what an Exchange account (proxy contract) is, and what a user is doing when they deposit assets. Clarify that assets can be withdrawn without cancelling orders. User quotes: ```...

ux

Notify the user (optionally, configurable in settings pane, but by default) when: - Another user has matched an order they placed (link to the order) - Another user has placed...

Use a standard cryptocurrency price API to display equivalent prices in a fiat currency of the user's choice on order pages and history.

The Wyvern Exchange [indexing server](https://github.com/projectwyvern/example-orderbook-server) already implements the backend capacity necessary to track all assets for which we have schemas in real-time. Pipe this data to the frontend through a...

The [assets page](https://exchange.projectwyvern.com/account/assets), although functional, seems to cause quite a bit of user confusion - users don't realize they need to deposit assets before selling them, aren't sure how to...

Wyvern Protocol v2 will implement a second fee model, which allows users to pay a percentage fee in the token used instead of paying a fee in WYV. Offer users...