https://github.com/balancer/bactions-proxy
https://github.com/balancer/bactions-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/balancer/bactions-proxy
- Owner: balancer
- License: gpl-3.0
- Created: 2020-05-24T15:04:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T17:14:46.000Z (about 5 years ago)
- Last Synced: 2025-03-28T02:38:58.271Z (about 1 year ago)
- Language: Solidity
- Size: 661 KB
- Stars: 10
- Watchers: 5
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bactions proxy
Forwarding proxy used in conjuction with ds-proxy to batch common actions in Balancer.
### 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
```