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. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, as a newcomer into the Polkadot ink! ecosystem, it is confusing when I should use
substrate-contracts-node
and/or when I should use Pop parachain.Proposed solutions:
replace
substrate-contracts-node
with 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-node
for 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:Beta Was this translation helpful? Give feedback.
All reactions