/esapex12

Primary LanguageSolidity

esApex12 contract

Document

Install Foundry

$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup

Install Library

$ forge install foundry-rs/forge-std --no-commit
$ forge install OpenZeppelin/openzeppelin-contracts --no-commit
$ forge install OpenZeppelin/openzeppelin-contracts-upgradeable --no-commit

Build

forge build

Test

$ forge test

Deploy on the Mantle testnet sepolia

make deploy ARGS="--network sepolia"

Deploy on the Mantle mainnet

make deploy ARGS="--network mainnet"