Skip to content

docs: fix Your First Smart Contract page#229

Open
BrianSeong99 wants to merge 2 commits intomainfrom
brian/first-smart-contract
Open

docs: fix Your First Smart Contract page#229
BrianSeong99 wants to merge 2 commits intomainfrom
brian/first-smart-contract

Conversation

@BrianSeong99
Copy link
Contributor

Summary

  • Fix "compiles to Miden assembly" → "compiles to a .masp package file"
  • Add felt vs Felt note explaining macro vs type
  • Fix "Miden component" → "Miden account component"
  • Fix storage key strategy wording
  • Add trace log explanation note to expected output
  • Add MidenScan link for verifying deployment

Fixes #218

- Fix "compiles to Miden assembly" → compiles to .masp package file
- Add note explaining felt macro vs Felt type
- Fix "Miden component" → "Miden account component"
- Clarify storage key strategy wording
- Add trace log output and explanation to expected output
- Add MidenScan link for verifying deployment

Closes #218
- felt! accepts integer literals (not constants) with compile-time validation
- Currently restricted to u32 range due to compiler limitation
- Mention Felt::from_u64_unchecked() for larger values
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.

docs: Fix Your First Smart Contract page issues

1 participant