-
Notifications
You must be signed in to change notification settings - Fork 48
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
base: release-v2
Are you sure you want to change the base?
Release v2 development updates #246
Conversation
… development section
After testing the alpha release of the CLI, I've updated the development section inline with the new changes to the CLI.
|
cartesi-rollups_versioned_docs/version-2.0/development/managing-a-devnet-environment.md
Outdated
Show resolved
Hide resolved
cartesi-rollups_versioned_docs/version-2.0/development/managing-a-devnet-environment.md
Outdated
Show resolved
Hide resolved
cartesi-rollups_versioned_docs/version-2.0/development/managing-a-devnet-environment.md
Outdated
Show resolved
Hide resolved
cartesi-rollups_versioned_docs/version-2.0/development/send-inputs.md
Outdated
Show resolved
Hide resolved
a6e670d
to
97d4a8b
Compare
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
cartesi-rollups_versioned_docs/version-2.0/development/creating-an-application.md
Show resolved
Hide resolved
cartesi-rollups_versioned_docs/version-2.0/development/creating-an-application.md
Show resolved
Hide resolved
|
||
## 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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
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.