You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ppl building on CW
Want to easily be able to deploy complex setup envs via interchaintest as a one-liner
Because it aligns the right thing to do w/ the easy thing to do (and save them—and Future Us—tens of hours)
The content you are editing has changed. Please copy your edits and refresh the page.
Common CW frameworks should be easier to setup & interact with in interchaintest
A user should launch a new chain. After it starts and is running, a single line add of cwabstract := chain.GetNode().SetupAbstractSDK(options ...Opts) which will then setup the cosmwasm contracts for abstract on the chain. (Opts example. It's like a builder pattern)
Contracts can either be auto downloaded from the github CI & cached for the user, or we can keep hard coded contracts/ folder. Must have a README.md w/ where the files are and the version upstream (or commit)
Further, interaction would be very nice within for exec & queries: i.e. cwabstract.myInteractionMethod(...). This would just wasm execute under the hood. Similar to BankSend and others
The content you are editing has changed. Please copy your edits and refresh the page.
jonathanpberger
changed the title
easily setup cosmwasm frameworks to a chain and interaction
cosmwasm frameworks should be easily deployable via interchaintest
Jun 17, 2024
jonathanpberger
changed the title
cosmwasm frameworks should be easily deployable via interchaintest
EPIC: cosmwasm frameworks should be easily deployable via interchaintest
Jul 2, 2024
Ppl building on CW
Want to easily be able to deploy complex setup envs via interchaintest as a one-liner
Because it aligns the right thing to do w/ the easy thing to do (and save them—and Future Us—tens of hours)
Common CW frameworks should be easier to setup & interact with in interchaintest
Idea
A user should launch a new chain. After it starts and is running, a single line add of
cwabstract := chain.GetNode().SetupAbstractSDK(options ...Opts)
which will then setup the cosmwasm contracts for abstract on the chain. (Opts example. It's like a builder pattern)Contracts can either be auto downloaded from the github CI & cached for the user, or we can keep hard coded contracts/ folder. Must have a README.md w/ where the files are and the version upstream (or commit)
Further, interaction would be very nice within for exec & queries: i.e. cwabstract.myInteractionMethod(...). This would just wasm execute under the hood. Similar to
BankSend
and othersTasks
The text was updated successfully, but these errors were encountered: