persistence-std 1.0.0-beta2

Standard library for Persistence chain modules with CosmWasm support included
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.