@skyxexchange/v2-core
v1.0.0
Published
Core contracts for the SkyX V2
Readme
SkyX
These are the core contracts of SkyX. In-depth documentation can be found at [docs.skyx.exchange] (https://docs.skyx.exchange).
Originally a fork of Uniswap V2, see In-depth documentation at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
Local Development
The following assumes the use of node@>=10.
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test
