/airswap-rs

Unofficial Rust SDK library for the Airswap smart contracts.

Primary LanguageRustMIT LicenseMIT

airswap-rs

Quickstart

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

Examples can be found here.

Roadmap

License

This project is licensed under the MIT license.