packages/contracts-rfq/README.md
# FastBridge Contracts
## Contributing
Please make sure foundry is installed:
```bash
curl -L https://foundry.paradigm.xyz | bash
foundryup
```
Then, run the following to make sure dependencies are installed
```bash
git submodule update --init --recursive
```
## Testing
To run the tests, run the following:
```bash
forge test