https://github.com/overtrue/dex-swap-test
https://github.com/overtrue/dex-swap-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overtrue/dex-swap-test
- Owner: overtrue
- Created: 2023-03-26T02:26:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T19:30:29.000Z (over 2 years ago)
- Last Synced: 2025-02-08T22:22:20.029Z (11 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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