simple-dex

所属分类:其他
开发工具:TypeScript
文件大小:70KB
下载次数:0
上传日期:2022-11-20 23:22:33
上 传 者sh-1993
说明:  测试允许资产交换的去中心化交换
(Test decentralized exchange that allows asset swapping)

文件列表:
.eslintrc.yml (322, 2022-11-21)
.prettierrc (158, 2022-11-21)
dist (0, 2022-11-21)
dist\index.html (515, 2022-11-21)
index.html (425, 2022-11-21)
package-lock.json (244955, 2022-11-21)
package.json (2413, 2022-11-21)
src (0, 2022-11-21)
src\App.tsx (1277, 2022-11-21)
src\assets (0, 2022-11-21)
src\assets\gear.svg (3176, 2022-11-21)
src\build (0, 2022-11-21)
src\build\config.ts (168, 2022-11-21)
src\components (0, 2022-11-21)
src\components\Button (0, 2022-11-21)
src\components\Button\Button.css.ts (1282, 2022-11-21)
src\components\Button\Button.tsx (431, 2022-11-21)
src\components\Button\Button.types.ts (156, 2022-11-21)
src\components\Header (0, 2022-11-21)
src\components\Header\Header.css.ts (336, 2022-11-21)
src\components\Header\Header.tsx (389, 2022-11-21)
src\components\Input (0, 2022-11-21)
src\components\Input\Input.css.ts (680, 2022-11-21)
src\components\Input\Input.tsx (667, 2022-11-21)
src\components\Input\Input.types.ts (72, 2022-11-21)
src\components\Input\InputContainer (0, 2022-11-21)
src\components\Input\InputContainer\InputContainer.css.ts (419, 2022-11-21)
src\components\Input\InputContainer\InputContainer.tsx (240, 2022-11-21)
src\components\Layouts (0, 2022-11-21)
src\components\Layouts\Main (0, 2022-11-21)
src\components\Layouts\Main\Main.css.ts (185, 2022-11-21)
src\components\Layouts\Main\Main.tsx (200, 2022-11-21)
src\components\Layouts\Page (0, 2022-11-21)
src\components\Layouts\Page\Page.tsx (300, 2022-11-21)
src\components\Layouts\Page\RouteContainer (0, 2022-11-21)
src\components\Layouts\Page\RouteContainer\RouteContainer.tsx (308, 2022-11-21)
src\components\Layouts\Wrap (0, 2022-11-21)
... ...

# Simple Dex APP IN PROGRESS! Simple Dex as the name suggests is a simple test dex that is designed to swap tokens. For now it works only on Goerli network, but soon I hope it will also be on the Optimism, Starknet, Arbitrum test networks. # Import To use the application locally you need to have a smart contract at your place, with which the application integrates. [Simple Dex Contracts](https://github.com/mjedral/simple-dex-contracts) # Installation After cloning the repo please use command: ```bash npm install ``` After installing all the needed packages you have to build app by: ```bash npm run build-app ``` To start application use: ```bash npm run start ``` Or in dev environment(with hot-reload): ```bash npm run start-dev ```

近期下载者

相关文件


收藏者