https://github.com/dream-423/dex-apex-esapex12
This repository contains ApeX smart contract
https://github.com/dream-423/dex-apex-esapex12
apex decentralized-exchange dex foundry smart-contract solidity
Last synced: 14 days ago
JSON representation
This repository contains ApeX smart contract
- Host: GitHub
- URL: https://github.com/dream-423/dex-apex-esapex12
- Owner: dream-423
- Created: 2025-03-23T05:11:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T05:17:06.000Z (7 months ago)
- Last Synced: 2025-04-01T04:33:08.145Z (7 months ago)
- Topics: apex, decentralized-exchange, dex, foundry, smart-contract, solidity
- Language: Solidity
- Homepage:
- Size: 4.38 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esApex12 contract
### Document
### Install Foundry
```shell
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup
```### Install Library
```shell
$ forge install foundry-rs/forge-std --no-commit
$ forge install OpenZeppelin/openzeppelin-contracts --no-commit
$ forge install OpenZeppelin/openzeppelin-contracts-upgradeable --no-commit
```### Build
```shell
forge build
```### Test
```shell
$ forge test
```### Deploy on the Mantle testnet sepolia
```shell
make deploy ARGS="--network sepolia"
```### Deploy on the Mantle mainnet
```shell
make deploy ARGS="--network mainnet"
```