UX: improve UX for deploying ink! smart contracts locally using Pop CLI #344
brunopgalvao
started this conversation in
Feature Request
Replies: 1 comment 1 reply
|
We could maybe improve the CLI experience when it comes to deploying contracts. If the contract is depending on It might even be good to have something similar to a zombienet spec file, but for contracts deployments. (In case it is even necessary). That would come handy when a solution is composed of multiple contracts deployed in different networks. Or one contract that interacts with other third party contracts, and the user wants to see all pieces working together. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Right now, as a newcomer into the Polkadot ink! ecosystem, it is confusing when I should use
substrate-contracts-nodeand/or when I should use Pop parachain.Proposed solutions:
replace
substrate-contracts-nodewith a manual seal Pop node to provide a seamless experience for ink! developers: one place for ink! deployments: Pop.Or create a flavour of
substrate-contracts-nodefor Pop - this could be as easy as forking the repo. This is a semantics issue. By simply including this node under the Pop umbrella, we can create a better user experience and prompt the user with the following:All reactions