https://github.com/balancer/exchange-proxy
https://github.com/balancer/exchange-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/balancer/exchange-proxy
- Owner: balancer
- License: gpl-3.0
- Created: 2019-11-19T00:06:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T12:33:38.000Z (over 5 years ago)
- Last Synced: 2025-03-28T02:38:55.735Z (about 1 year ago)
- Language: Solidity
- Size: 566 KB
- Stars: 21
- Watchers: 11
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
exchange proxy
Forwarding proxy that allows users to batch execute swaps recommended by the SOR.
### Development
This project follows the standard Truffle project structure.
```
yarn compile # build artifacts to `build/contracts`
yarn testrpc # run ganache
yarn test # run the tests
```