odex-frontend

所属分类:DeFi
开发工具:JavaScript
文件大小:5189KB
下载次数:0
上传日期:2022-12-16 18:03:24
上 传 者sh-1993
说明:  ODEX去中心化交换的前端<https:ODEX.ooo>

文件列表:
odex-frontend-develop (0, 2022-12-17)
odex-frontend-develop\.babelrc (34, 2022-12-17)
odex-frontend-develop\.editorconfig (362, 2022-12-17)
odex-frontend-develop\.env.dev-livenet (265, 2022-12-17)
odex-frontend-develop\.env.dev-testnet (270, 2022-12-17)
odex-frontend-develop\.env.livenet (213, 2022-12-17)
odex-frontend-develop\.env.testnet (249, 2022-12-17)
odex-frontend-develop\.eslintrc (29, 2022-12-17)
odex-frontend-develop\.flowconfig (135, 2022-12-17)
odex-frontend-develop\.storybook (0, 2022-12-17)
odex-frontend-develop\.storybook\.babelrc (44, 2022-12-17)
odex-frontend-develop\.storybook\addon-store.js (899, 2022-12-17)
odex-frontend-develop\.storybook\addons.js (172, 2022-12-17)
odex-frontend-develop\.storybook\config.js (1165, 2022-12-17)
odex-frontend-develop\Dockerfile (1442, 2022-12-17)
odex-frontend-develop\LICENSE (1062, 2022-12-17)
odex-frontend-develop\config-overrides.js (184, 2022-12-17)
odex-frontend-develop\config-template.js (262, 2022-12-17)
odex-frontend-develop\docker-compose.yml (345, 2022-12-17)
odex-frontend-develop\dump.rdb (93, 2022-12-17)
odex-frontend-develop\nginx.conf (1612, 2022-12-17)
odex-frontend-develop\package.json (4447, 2022-12-17)
odex-frontend-develop\public (0, 2022-12-17)
odex-frontend-develop\public\android-icon-144x144.png (9222, 2022-12-17)
odex-frontend-develop\public\android-icon-192x192.png (8198, 2022-12-17)
odex-frontend-develop\public\android-icon-36x36.png (2311, 2022-12-17)
odex-frontend-develop\public\android-icon-48x48.png (2845, 2022-12-17)
odex-frontend-develop\public\android-icon-72x72.png (3803, 2022-12-17)
odex-frontend-develop\public\android-icon-96x96.png (4863, 2022-12-17)
odex-frontend-develop\public\apple-icon-114x114.png (6845, 2022-12-17)
odex-frontend-develop\public\apple-icon-120x120.png (7306, 2022-12-17)
odex-frontend-develop\public\apple-icon-144x144.png (9222, 2022-12-17)
odex-frontend-develop\public\apple-icon-152x152.png (10002, 2022-12-17)
odex-frontend-develop\public\apple-icon-180x180.png (12817, 2022-12-17)
odex-frontend-develop\public\apple-icon-57x57.png (3207, 2022-12-17)
odex-frontend-develop\public\apple-icon-60x60.png (3340, 2022-12-17)
odex-frontend-develop\public\apple-icon-72x72.png (3803, 2022-12-17)
odex-frontend-develop\public\apple-icon-76x76.png (3984, 2022-12-17)
... ...

# ODEX decentralized exchange front end The ODEX decentralized exchange is a hybrid decentralized exchange that aims at bringing together the ease of use of centralized exchanges along with the security and privacy features of decentralized exchanges. Orders are matched through an off-chain orderbook. After orders are matched and signed, the decentralized exchange operator (matcher) has the sole ability to perform a transaction to the Autonomous Agent. This provides for the best UX as the exchange operator is the only party having to interact directly with the DAG. Exchange users simply sign orders which are broadcasted then to the orderbook. This design enables users to queue and cancel their orders seamlessly. Several matchers can operate exchanges based on ODEX technology at the same time. They share their orderbooks and exchange all new orders among themselves, thus improving liquidity for all ODEX exchanges. An order can be submitted through any ODEX exchange, however to be matched, both maker and taker orders have to indicate the same matcher. The exchange that was used to submit the order serves as an affiliate and can charge a fee from its users. Anyone can become a matcher or affiliate, or just watch the orders that are being exchanged among the matchers and detect any possible misbehavior by matchers. # Installation ``` git clone https://github.com/byteball/odex-frontend cd odex-frontend yarn ``` Copy the appropriate `.env.XXXX` file to `.env`. Edit if necessary to reflect your domain name. To start the frontend in development environment: ``` yarn start ``` To deploy a production (livenet or testnet) frontend: ``` yarn sass yarn build ``` This builds all static files and puts them in `build` folder. Set this folder as web root in your nginx. See [an example of nginx vertual host config](https://github.com/byteball/odex-frontend/blob/master/blob/develop/nginx.conf). # Contributions Thank you for considering helping the ODEX project! We accept contributions from anyone and are grateful even for the smallest fixes. If you want to help ODEX, please fork and setup the development environment of the appropriate repository. In the case you want to submit substantial changes, please get in touch with our development team on #defi-projects channel in [Obyte discord](https://github.com/byteball/odex-frontend/blob/master/https://discord.obyte.org) to verify those modifications are in line with the general goal of the project and receive early feedback. Otherwise you are welcome to fix, commit and send a pull request for the maintainers to review and merge into the main code base. Please make sure your contributions adhere to our coding guidelines: Code must adhere as much as possible to standard conventions (DRY - Separation of concerns - Modular) Pull requests need to be based and opened against the master branch Commit messages should properly describe the code modified Ensure all tests are passing before submitting a pull request # Contact If you have questions, ideas or suggestions, you can reach our development team on #defi-projects channel in [Obyte discord](https://github.com/byteball/odex-frontend/blob/master/https://discord.obyte.org) ## Credits ODEX frontend is based on [AMP Exchange](https://github.com/byteball/odex-frontend/blob/master/https://github.com/Proofsuite/amp-client), the most beautiful and easy to use decentralized exchange. # License All the code in this repository is licensed under the MIT License, also included here in the LICENSE file.

近期下载者

相关文件


收藏者