1.0.2 • Published 5 years ago

@narwhalswap/contracts v1.0.2

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

Narwhalswap Smart Contracts

Version Discord

This is the Smart Contract AMM implementation for Binance Smart Chain.

Live version: https://narwhalswap.com

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

Listing a token

Please see the @narwhalswap/default-token-list repository.

Local Development

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

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test