longtailfinancial / quickswap-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickSwap

QuickSwap core contracts are the fork of Uniswap V2

In-depth documentation on Uniswap V2 is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Addresses and Verified Source Code:

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

deploy

truffle migrate --network matic

About

License:GNU General Public License v3.0


Languages

Language:Solidity 67.9%Language:TypeScript 29.0%Language:JavaScript 3.1%