Any feedback, tips, recommendations, etc., with your Movement experience up until now

Movement is by the community, and for the community. With that said, we would greatly appreciate feedback as to what we can do to make your experience building on and/or using Movement easier. Please use this thread to provide any feedback, tips, or recommendations you have to enhance the Movement experience!

9 Likes
  1. Aptos documentation is pretty limited in the sense of module upgradation and resource accounts. Maybe something can be added in movement documentation to guide users in that sense.
  2. Addressing important AIPs and creating a separate movement-framework with native functions and support for additional AIPs which might not be of priority under Aptos but can be of relevance for Movement.
3 Likes

Love this feedback @code-xD

What are the main things you would like to know more on about resource accounts? Are you hoping for more step by step tutorials or just reference docs?

Let us know what AIPs you are more interested in we do now have MIP’s that you can read more into here:

https://movementlabsxyz.github.io/MIP/

5 Likes

We can create tutorials on how to deploy modules with resource account and how to keep access to resource account signers. Also move language in general doesn’t have support for interfaces, I think Aptos and Sui team don’t want to entertain that philosophy and push for a witness based design pattern maybe we can consider that under MIPs please find the link below -

Also dispatchable fungible assets is a game changer for assets in general we should push for standarisation of dispatchable fungible assets over fungible assets to have much more configurable assets in the ecosystem integrated with LPs and other protocols. Also if we can have dispatchable function hooks present for the masses than to just restrict it to fungible assets and other internal modules. Please find the link below -

1 Like

Adding additional content here since not more than 2 links are allowed per post.

Here FunctionInfo is restricted to certain friend modules maybe this module can be made publicly accessible to allow hooks in popular third party modules as well.

1 Like

we could create a collection of starter templates for building decentralized applications. These templates could cover various use cases such as token creation, marketplaces, DeFi protocols, and liquidity pools. To make it accessible for everyone, the templates can be grouped into categories like beginner, intermediate, and advanced starter packs. This would be a valuable resource for developers at different skill levels and help accelerate adoption and development on Move

1 Like

In the future, I would love to see tools similar to Remix for Move, enabling developers to deploy on Move seamlessly without requiring a CLI environment.

1 Like