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

feat(local cmd): Spin up localterra like ganache-cli #19

Closed 0xFable closed 2 years ago

0xFable commented 2 years ago

Adds 1 new command local Command on its own will perform some actions to get you setup with localterra really quick!

capsule local --down will simply attempt to bring down the capsule managed docker instance

capsule local on first run will:

If already cloned, wont clone again. If you already set one up itll probably tell you

resolves #18 and related to #12

0xFable commented 2 years ago

Publish job probably failed due to no version bump, no worries.