Skip to content

docs: migrate smart contract docs to hiero-contracts (#445)#474

Open
ayesigaisaac wants to merge 2 commits intohashgraph:mainfrom
ayesigaisaac:docs/445-hiero-smart-contracts-migration
Open

docs: migrate smart contract docs to hiero-contracts (#445)#474
ayesigaisaac wants to merge 2 commits intohashgraph:mainfrom
ayesigaisaac:docs/445-hiero-smart-contracts-migration

Conversation

@ayesigaisaac
Copy link

Summary

This PR updates docs.hedera.com smart-contract references as part of the Hiero migration in issue #445.

What was updated

  • Replaced legacy repository references:
    • https://github.com/hashgraph/hedera-smart-contracts
    • -> https://github.com/hiero-ledger/hiero-contracts
  • Updated legacy install instructions:
    • npm install github:hashgraph/hedera-smart-contracts
    • -> npm install @hiero-ledger/hiero-contracts
  • Updated Solidity import examples:
    • @hashgraph/smart-contracts/...
    • -> @hiero-ledger/hiero-contracts/...
  • Updated old system-contracts paths to current hiero-contracts layout:
    • contracts/system-contracts/hedera-token-service -> contracts/token-service
    • contracts/system-contracts/hedera-account-service -> contracts/account-service
    • contracts/system-contracts/hedera-schedule-service -> contracts/schedule-service
    • contracts/system-contracts/exchange-rate -> contracts/exchange-rate
    • contracts/system-contracts/pseudo-random-number-generator -> contracts/prng
    • contracts/system-contracts/HederaResponseCodes.sol -> contracts/common/HederaResponseCodes.sol

Scope

  • Updated 24 docs pages across Core Concepts, Tutorials, SDKs & APIs, and Open Source Solutions.

Verification

  • Confirmed no remaining legacy smart-contract refs:
    • github.com/hashgraph/hedera-smart-contracts
    • github:hashgraph/hedera-smart-contracts
    • @hashgraph/smart-contracts
  • Spot-checked updated hiero-contracts links/imports.

Closes #445

Signed-off-by: AYESIGA ISAAC <ayesigai921@gmail.com>
@ayesigaisaac ayesigaisaac requested a review from a team as a code owner March 15, 2026 11:45
@theekrystallee
Copy link
Member

thanks for the PR @ayesigaisaac. will get this reviewed and send any feedback.

@ayesigaisaac
Copy link
Author

ayesigaisaac commented Mar 15, 2026 via email

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.

Update docs.hedera.com for Hedera Smart Contracts migration to Hiero

2 participants