Skip to content
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

Better handle input & tracking #2113

Merged
merged 23 commits into from
Nov 16, 2023
Merged

Better handle input & tracking #2113

merged 23 commits into from
Nov 16, 2023

Conversation

gagdiez
Copy link
Collaborator

@gagdiez gagdiez commented Nov 16, 2023

Homogenized the CLI args with the user prompt input

This commit is a major version update that adds "Gateways" in
replacement of the traditional React App.

Furthermore, users now can choose to create an application
without needing to create a smart contract.
This commit changes completely how `create-near-app` works. Now, the app will create
EITHER a smart contract or EITHER a Gateway (frontend). The structure of the smart
contracts has also completely change, since now the "integration-tests" (now known
as "sandbox tests") are embedded within the contract's folder, and not outside as
before. Moreover, the completely Rust smart contracts now only rely on Rust, and
nothing else!

Another improvement is that the division of logic (either frontend or backend) has
simplified a lot the code, while also simplifying each element created on itself.
@gagdiez gagdiez linked an issue Nov 16, 2023 that may be closed by this pull request
@gagdiez gagdiez merged commit a2a3162 into master Nov 16, 2023
4 checks passed
@gagdiez gagdiez deleted the gateways branch November 16, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cli argument parsing seems broken
2 participants