abstract-sdk 0.1.0

Helpers for Abstract contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Abstract-SDK

A helper package to simplify writing Abstract modules.

## Usage

Add this to your `Cargo.toml`:
```toml
[dependencies]
abstract-sdk = "0.1.0"
```