DemulaSwap

所属分类:区块链开发
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-06-14 04:07:57
上 传 者sh-1993
说明:  个人去中心化交换。
(Personal decentralized exchange.)

文件列表:
migrations/ (0, 2023-06-13)
migrations/1_initial_migration.js (135, 2023-06-13)
migrations/2_deploy_contracts.js (558, 2023-06-13)
package.json (907, 2023-06-13)
public/ (0, 2023-06-13)
public/css/ (0, 2023-06-13)
public/css/Add.css (1484, 2023-06-13)
public/css/Basic.css (607, 2023-06-13)
public/css/Default.css (1538, 2023-06-13)
public/css/Remove.css (1508, 2023-06-13)
public/css/Swap.css (3605, 2023-06-13)
public/js/ (0, 2023-06-13)
public/js/ABIS.js (530671, 2023-06-13)
public/js/ConfirmAdd.js (1651, 2023-06-13)
public/js/ConfirmRemove.js (1387, 2023-06-13)
public/js/ConfirmSwap.js (1835, 2023-06-13)
public/js/Default.js (5811, 2023-06-13)
public/js/LPInfo.js (262, 2023-06-13)
public/js/Remove.js (1441, 2023-06-13)
public/js/TokenInfo.js (2689, 2023-06-13)
public/js/TokenInputs.js (2235, 2023-06-13)
public/js/add.js (1135, 2023-06-13)
src/ (0, 2023-06-13)
src/abis/ (0, 2023-06-13)
src/abis/DYLANSwap.json (728740, 2023-06-13)
src/abis/DYLANSwapInterface.json (681058, 2023-06-13)
src/abis/DYLANSwapLP.json (497336, 2023-06-13)
src/abis/DYLANSwapLPInterface.json (449790, 2023-06-13)
src/abis/Demula.json (506768, 2023-06-13)
src/abis/ERC20Interface.json (78879, 2023-06-13)
src/abis/Migrations.json (57556, 2023-06-13)
src/abis/Ownable.json (12906, 2023-06-13)
src/abis/SafeMath.json (110400, 2023-06-13)
src/contracts/ (0, 2023-06-13)
src/contracts/DYLANSwap.sol (6087, 2023-06-13)
src/contracts/DYLANSwapLP.sol (3495, 2023-06-13)
src/contracts/Demula.sol (3352, 2023-06-13)
src/contracts/ERC20Interface.sol (913, 2023-06-13)
src/contracts/Migrations.sol (538, 2023-06-13)
... ...

# DEMULASwap ## About A DEX created to buy a ERC20 token, Demula, on the Polygon network. The program works in simpilar fashion to other decentralized eschanges including Uniswap and SushiSwap, escept it it based around my own token. Demula and the DEX are available publicly. ## Prerequisites 1. Install [Node.js](https://nodejs.org/en/download/) ## Getting Started 1. Run the following code in your command line: ``` #clone repository $ git clone https://github.com/Demul1/DemulaSwap #move into repository $ cd DemulaSwap #remove current origin repository $ git remote remove origin ``` 2. Install necessary dependencies: ``` #install dependencies $npm install #start server $npm start ```

近期下载者

相关文件


收藏者