Skip to content

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

@Reccetech

Description

@Reccetech

Summary

As outlined in here, multiple Hedera repositories and related packages have moved from the hashgraph GitHub organization to the hiero-ledger (or hiero) organization.

The docs.hedera.com site must be updated to remove references to legacy repositories and NPM packages and point to the new Hiero locations.

Required Updates

1. GitHub Repository Links

Search the entire hedera-docs repo for references to:
https://github.com/hashgraph/hedera-smart-contracts
and then replace with:
https://github.com/hiero-ledger/hiero-contracts

2. NPM Package Changes

Some packages have moved or been republished under new scopes as part of the Hiero transition.
Actions required:

Search for references to:
npm install github:hashgraph/hedera-smart-contracts
and replace with:
npm install github.com:hiero-ledger/hiero-contracts

Example targets for changes

HTS x EVM - How to Mint NFTs (Part 1)
HSS x EVM - Schedule Smart Contract Calls (Part 1)
HSS x EVM - Dynamic Rebalancing Through Scheduled Execution (Part 2)
System Smart Contracts
Hybrid (HTS + EVM) Tokenization
Wrapped HBAR (WHBAR)
Hedera Service Solidity Libraries
Compiling Smart Contracts

Acceptance Criteria

  • No remaining hashgraph/ GitHub URLs unless intentionally preserved for archived projects.
  • All npm install instructions use the correct, current package names.
  • All code snippets reflect updated imports.
  • Docs build passes without broken links.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions