Replies: 2 comments 5 replies
-
About the two points you listed:
|
Beta Was this translation helpful? Give feedback.
5 replies
-
@Dhaiwat10 pretty sure we've addressed all these points so closing this discussion 🚀 . Please feel free to reopen if that isn't the case 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the
create-fuels
is great for local development but it has many limitations.Major Limitations
No Wallet Connections
The app uses a private key for a local pre-fauceted account under-the-hood which is great for quick local debugging of your Sway programs, but not so much if you are trying to build anything more than that - inlcuding hackathon projects or prototypes that other people can use online.
No Direct Way To Deploy To Testnet
Let's say you create a full-stack Fuel dapp locally that you now want to deploy to beta-5 using the same source code. This is very tricky at the moment, and not supported out-of-the-box.
Both of these limitations are related to the same topic - proper deployment support. The DevRel team has also requested this feature next as a top-priority on the roadmap for the tool.
We want more people to build dapps on Fuel easily, and deploy them easily. This is the goal.
This is an idea dump that I have until now after the EthDenver week:
I will be more than happy to continue working on this but I just wanted to share this briefly with the team for an open discussion to see if anyone has any more ideas, or critcisms.
Beta Was this translation helpful? Give feedback.
All reactions