PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 22, 2022

[FIXED] What is the best toolchain to build & test &deploy cosmwasm contract to terra netweork?

 September 22, 2022     blockchain, terra-blockchain, toolchain     No comments   

Issue

I am developing smart contracts on terra network. I am bored and sick of building them using dirty docker commands. I am using houston for toolchain but it doesn't seem to work well. Is there any better toolchain to build, test, deploy cosmwasm contracts with just one single command?


Solution

I am sure there is no such toolchain yet.

I am a Terra smart contract developer using the skills you mentioned and going through the process you meant in every-day-basis. Unfortunately, I also could not found the answer for toolchain which makes development easy for developers.

But, if you take the partial optimization into the account, you can do that!

For example, you can build bash script for both building and testing(unit & integration-test) the Rust-written smart contracts, since they are related with cargo ... commands.

About the deployment and testing smart contracts on terra network, you can also build script using Terra SDK(.js or .py). For the convenience, you select the testnet since LocalTerra needs manual start. That script illustrates the deploy and interact procedure in order.

Surely, it is not the best answer, just improvement advice from my personal experience.



Answered By - Guorong
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing