-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔹[EPIC] Add BOS to create-near-app #2108
Comments
@thisisjoshford @gagdiez I would really consider baking it into bos cli: bos-cli-rs/bos-cli-rs#44 I synced with @gagdiez recently on the create-near-app topic, and shared my belief that create-near-app is not doing any good for developers and we’d better focus on the dedicated tools (cargo near new, bos project new, guides on how to integrate NEAR into frontend and backend frameworks) |
to give visibility to our talk with @frol I will also include what I said. When Because of this, I agree that, in the future, we might want to substitute However, right now those tools are not there yet, and the effort on changing the documentation and creating tutorials is higher than the effort to just add a new frontend type to Therefore, I am going to make one last change to |
From the NEARCON hackathon, a team made a quick create-bos-app. It initializes an app with the bos-workspace structure so devs just need to run It works, but isn't feature rich. And I do think that ideally, it doesn't need to be a separate package and could be merged into create-near-app or bos-workspace as a The project board for bos-workspace can be found here. At least 22 developers have used the workspace and it has been used to deliver BOS apps like Create, Genadrop, Magicbuild, Potlock, and more. Every project in the Liberty DAO Hackoween hackathon used it and Near Builders provided support for many projects during the NEARCON hackathon who used it, too. For context, the bos-workspace replaces bos-loader with a cleaner replacements strategy and a /build folder allowing opportunity to integrate Typescript transpilation, module building, etc..., and wraps around bos-cli-rs to allow managing multiple apps w/ different deploy accounts in one repository, enabling the ability to deploy specific directories for different purposes, and deploying JSON data to the social db (not limited to widget metadata). I think it would be great for us to collab there, or potentially, evolving it into a fully-featured, all encompassing "near-workspace". |
@elliotBraem please notice that the basic gateway created by
Therefore, |
What
create-near-app
should include an option for BOS decentralized front-ends.Why
Resources
How
Related Issues
The text was updated successfully, but these errors were encountered: