fadroma 0.8.8

Tools and frequently used functionality for developing CosmWasm smart contracts
Documentation
<div align="center">

[![Fadroma](https://fadroma.tech/logo.svg)](https://fadroma.tech)

[![Latest version](https://img.shields.io/crates/v/fadroma.svg?style=for-the-badge)](https://crates.io/crates/fadroma)
[![Documentation](https://img.shields.io/docsrs/fadroma/latest?color=%2365b34c&style=for-the-badge)](https://docs.rs/fadroma)
</div>

# Note on network support
Fadroma currently only supports Secret Network flavoured CosmWasm.
As such, you **MUST** enable the `scrt` feature flag. Otherwise,
you will get compilation errors - this is by design.