-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
155 changed files
with
1,664 additions
and
3,992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.