UNPKG

@aetherswap/v1-periphery

Version:

🔮 Peripheral smart contracts for interacting with Aetherswap V1

26 lines (13 loc) • 760 B
# Aetherswap V1 Periphery [![npm](https://img.shields.io/npm/v/@aetherswap/v1-periphery?style=flat-square)](https://npmjs.com/package/@aetherswap/v1-periphery) In-depth documentation on Aetherswap V1 is available at [aetherswap.org](https://docs.aetherswap.org/). The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@aetherswap/v1-periphery@latest/). # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test` yarn add -D @nomiclabs/hardhat-ethers @nomicfoundation/hardhat-verify @typechain/ethers-v5@8.0.5 @typechain/hardhat@3.0.0 dotenv@10.0.0 ethers@5.5.2 hardhat@2.6.0 hardhat-abi-exporter@2.3.1 typechain@6.0.5