Margin Trading Exchanger of Meme on EVM
git clone git@github.com:xiaoyu1998/mm-interacts-evm.git --recursive
cd mm-interacts-evm
npm install
export account_keys="privateKey1,privateKey2"
export sepolia_url=https://arb-sepolia.g.alchemy.com/v2/your_api_key
npx hardhat run scripts/00create.ts --network arbitrumSepolia --no-compile
npx hardhat run scripts/01liquidity.ts --network arbitrumSepolia --no-compile
npx hardhat run scripts/08long.ts --network arbitrumSepolia --no-compile
npx hardhat run scripts/09short.ts --network arbitrumSepolia --no-compile
npx hardhat run scripts/10close.ts --network arbitrumSepolia --no-compile