dusk-network / dusk-deploy-cli

Tool for smart contracts' deployment to Dusk blockchain.
Mozilla Public License 2.0
1 stars 0 forks source link

Simple CLI deploy tool implementation #3

Closed miloszm closed 1 month ago

miloszm commented 1 month ago

Simple CLI deploy tool - allows for deployment of 3rd party contracts on the Dusk blockchain. All the user needs is a seed phrase, a contract to be deployed, small configuration file with blockchain connection data , and a hex string representing contract's owner.

Implements #1

Implements https://github.com/dusk-network/rusk/issues/2011

Implements https://github.com/dusk-network/rusk/issues/2072