Add this to your Cargo.toml:
[dependencies]
airswap-rs = { git = "https://github.com/Perelyn-sama/airswap-rs" }
And this to your code:
use airswap_rs::prelude::*;
Examples can be found here.
- Pool Contract
- Implementation
- Documentation
- Tests
- Staking Contract
- Implementation
- Documentation
- Tests
- Registry Contract
- Implementation
- Documentation
- Tests
- Wrapper Contract
- Implementation
- Documentation
- Tests
- Swap-ERC20 Contract
- Implementation
- Documentation
- Tests
- Contract addresses
- Pool Contract Addresses
- Staking Contract Addresses
- Registry Contract Addresses
- Wrapper Contract Addresses
- Swap-ERC20 Contract Addresses
This project is licensed under the MIT license.