-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove octez node stuff and simplify octez-client stuff for developers #137
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5d988b5
to
ceb8964
Compare
adfcfd1
to
72ff2c2
Compare
@@ -0,0 +1,73 @@ | |||
--- | |||
title: Sending transactions |
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.
This section is a bit tricky as it's called Sending transactions
, but we have way more than that here, so maybe Blockchain interactions
or Transaction interactions
or just Transactions with Octez
WDYT @timothymcmackin ?
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.
Hmmm. I like "sending transactions" because it's a task instead of a concept and because it's simple and something that developers need to do to test contracts. Maybe "Interacting with contracts"?
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.
yep, "Interacting with contracts" sounds good
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.
Changed to "Interacting with contracts"
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.
I only reviewed the octez-client section, which LGTM modulo a couple of remarks.
Co-authored-by: NicNomadic <[email protected]>
Co-authored-by: NicNomadic <[email protected]>
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.
🚀
Docs on most parts of octez belong in the octez docs, but Tezos app developers may need to use the octez client for things on the CLI.
Preview: https://docs-staging-git-octez-client-trili-tech.vercel.app/docs/developing/octez-client