Skip to content

ApeX-Protocol/esapex12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esApex12 contract

Document

Install Foundry

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

Install Library

forge build

or

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

Test

$ forge test

Deploy on the Mantle testnet sepolia

make deploy ARGS="--network sepolia"

Deploy on the Mantle mainnet

make deploy ARGS="--network mainnet"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published