Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 349 Bytes

File metadata and controls

19 lines (10 loc) · 349 Bytes

PaniniSwap Core

A set of smart contracts consisting of an ERC-20 compatible token and a factory contract to create Liquidity Pair (LP) tokens for the use of the PaniniSwap app.

Local Development

The following assumes the use of node@==12.14.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test