Skip to content

Release v2 development updates #246

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

Open
wants to merge 16 commits into
base: release-v2
Choose a base branch
from

Conversation

Nonnyjoe
Copy link
Member

This is a draft PR containing updates to the development section for docs-V2, but with the new proposed updates to the CLI Commands, there will need to be further modifications and that would be included once we're able to properly test the proposed updates on our end locally.

For context, the 'run' command that's currently being referenced in the docs will be depreciated, and we'll now have the 'start' and 'deploy' commands.

@Nonnyjoe Nonnyjoe changed the title (DRAFT) Release v2 development updates Release v2 development updates Mar 20, 2025
@Nonnyjoe
Copy link
Member Author

After testing the alpha release of the CLI, I've updated the development section inline with the new changes to the CLI.
Some of the major file changes to take note of are:

  • Added a new page for “Managing a devnet environment”
  • Renamed and modified the running an application page to “Building and deploying an application”

@Nonnyjoe Nonnyjoe requested review from jplgarcia, henriquemarlon and riseandshaheen and removed request for henriquemarlon and riseandshaheen March 21, 2025 13:10
@Nonnyjoe Nonnyjoe force-pushed the release-v2-development-updates branch from a6e670d to 97d4a8b Compare June 5, 2025 17:19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add the new RPC query as well, together with the GraphQL?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's correct, I'll work on this


## Implementing your application Logic

After creating your application, you can begin building your application by adding your logic to the index.js file. This file serves as the entry point of your application. While your project can include multiple files and directories, the default application file should remain the entry point of your application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo for future - The reference to Javascript file is opinionated. At some point, we need to make it language agnostic when we include all 4 major languages.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeahh... That's true, we'll need to replicate that example across other languages

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.

3 participants