0xFable / capsule

Truffle for Terra and beyond! Capsule is small Python SDK tool you can use to deploy Terra CosmWasm contracts to a given Terra (Cosmos SDK Based) chain.
https://0xfable.github.io/capsule/
MIT License
13 stars 1 forks source link

Provide experimental feature for queries #6

Open 0xFable opened 3 years ago

0xFable commented 3 years ago

The 0.0.1 will be able to upload and instantiate a contract. But what if the user needs to perform a query to verify the contract is ready and working?

Given a contract artifact with queries When a user specifies both the contract artifact with queries and a new parameter queries Then the tool will attempt to parse the provided queries and perform them after instantiation.