airswap-rs

Crates.ioairswap-rs
lib.rsairswap-rs
version0.2.0
sourcesrc
created_at2023-02-01 11:36:35.634487
updated_at2023-02-26 06:09:14.849632
descriptionRust SDK library for the Airswap smart contracts.
homepage
repository
max_upload_size
id773512
size701,196
Perelyn (Perelyn-sama)

documentation

README

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.

Commit count: 0

cargo fmt