stacks-subnets icon indicating copy to clipboard operation
stacks-subnets copied to clipboard

Automate deployment of Clarity scripts

Open jbencin opened this issue 2 years ago • 0 comments

Currently, deploying a new version of the subnet contract requires a lot manual steps:

  • Deploy subnet.clar to dev, stg, and prod
  • Deploy multi-miner.clar to dev, stg, and prod
  • Make 2 contract calls on each subnet deployment

That's a total of 12 transactions, and making a mistake could mean that the whole process needs to be restarted. This process should be automated with a Node script using Stacks.js

jbencin avatar Jul 10 '23 16:07 jbencin