onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

Dependency Manager Improvements #1796

Open nialexsan opened 3 weeks ago

bjartek commented 2 weeks ago

My 2 cents on this is that it would be very nice if there was a link between contracts on different networks. This would make it so much easier to deploy and test things at scale.

What about a resource that you can save in your mainnet/testnet address where you deploy a contract that tells you what this is, where to get it and some more information about it?

bluesign commented 2 weeks ago

My 2 cents on this is that it would be very nice if there was a link between contracts on different networks. This would make it so much easier to deploy and test things at scale.

maybe cli deploy can generate this on chain somehow, or it can be somehow metadataview. it would make life much easier.

bjartek commented 2 weeks ago

Views can work but then dev needs to do it.

Cli could do this and just run the tx after flow deploy i think.