synapsecns/sanguine

View on GitHub
packages/contracts-rfq/README.md

Summary

Maintainability
Test Coverage
# 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