An open API service indexing awesome lists of open source software.

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

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"
```