# persistence-std

Persistence SDK and pStake native proto-generated types and helpers for interacting with the Persistence Chain. Compatible with CosmWasm contracts.

This package is inspired from [osmosis-std](https://crates.io/crates/osmosis-std) and re-uses a lot of their code

## CosmWasm stargate message and stargate query

You can find all types and querier generated from Persistence SDK and PStake Native in their respective module in `persistence_std`. 

WIP More details and examples to be added.