[BUG] Getting Started HelloWorld Contract Is Incorrect
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
Current Behavior
In the Hello World guide, upon executing the first script, the integrated runner returns dddd instead of the expected Hello, World!.
This is because the deployed contract defines the changeGreeting(String) function as public:
access(all) fun changeGreeting(newGreeting: String) {
self.greeting = newGreeting
}
Expected Behavior
The guide contains the correct version here that should be deployed to the 0xa1296b1e2e90ca5b account.
Steps To Reproduce
Visit here
Environment
N/A
What are you currently working on that this is blocking?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Hello World guide's contract explanation and the linked steps for executing the first script, then compare them with the deployed contract at 0xa1296b1e2e90ca5b. Done means the guide's first script returns Hello, World! instead of dddd when using the deployed contract.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100