Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 478 Bytes

meadowbrown-token

any swap ERC20 token

install @openzeppelin/contracts

npm install

flatten contract

This has been already done.

Mention here only for re-flatten if modified later.

mpm install -g truffle-flattener
truffle-flattener Meadowbrown.sol | sed '/SPDX-License-Identifier:/d' | sed 1i'// SPDX-License-Identifier: MIT' > contracts/AnyswapToken.sol

compile

truffle compile

deploy

truffle migrate