anyswap-v1-core smart contract
install dependencies
npm install
flatten contract
npx hardhat flatten <contract-to-be-flatten> | sed '/SPDX-License-Identifier:/d' | sed 1i'// SPDX-License-Identifier: GPL-3.0-or-later'
compile
-
use hardhat
npx hardhat compile
-
use remix