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

https://github.com/overtrue/dex-swap-test


https://github.com/overtrue/dex-swap-test

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dex swap test

安装依赖

```bash
pnpm install
```

部署合约 tokens

```bash
truffle migrate --network testnet
```

记下两个 token 部署结果的 contract address

## 测试脚本

```bash
cd scripts
```

查看 scripts/readme.md