Skip to content

Pjb1994-1/anyswap-token

 
 

Repository files navigation

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

About

any swap ERC20 token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 99.0%
  • JavaScript 1.0%