Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
14 stars 38 forks source link

Elaborate Contract Basics based on new developer experience #1101

Closed ghost closed 1 month ago

ghost commented 1 month ago

This pull request includes changes to the contract-basics.md file, which generates the documentation page titled Smart Contract Basics. Here's a summary of the modifications:

  1. I have revised the language used in the section introducing the greetings smart contract. The wording is now more formal and easier to follow.
  2. I've added additional text to the testing section of the contract basics to enhance readability.
  3. I've removed extraneous code from the test-zoe-hello.js file, specifically code unrelated to the greetings smart contract. To maintain existing links and references, I've preserved the original file without alterations. Additionally, I've created a new file named test-zoe-01-hello.js, which will be used in the contract basics documentation.
  4. The docs in the first part of contract-basics links/makes references to only test-zoe-01-hello.js file.
cloudflare-pages[bot] commented 1 month ago

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: da65d2e
Status: ✅  Deploy successful!
Preview URL: https://30d0815e.documentation-7tp.pages.dev
Branch Preview URL: https://msupdatingcontractbasics.documentation-7tp.pages.dev

View logs

ghost commented 1 month ago

@dckc I think I have taken care of most of your comments on this PR. Please review when you get time. Thanks.