Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Nano Tutorials

> [!IMPORTANT]
> **The hosted version of these tutorials has been decommissioned (August 2026).**
>
> `learn.hathor.network` and the BinderHub backend that powered its "launch notebook"
> button no longer exist, so the notebooks can no longer be run in the browser. The
> supporting infrastructure — a dedicated GCP project and GKE cluster, plus the AWS
> S3/CloudFront site — was removed to eliminate its recurring cost.
>
> **The tutorial content in this repository is unaffected and still works locally.**
> Follow [Running the tutorials](#running-the-tutorials) below.
>
> See [HathorNetwork/ops-tools#1479](https://github.com/HathorNetwork/ops-tools/issues/1479)
> for the decommission record.

## Directory overview

This directory contains interactive Jupyter notebook tutorials for learning Hathor nanocontract development. Each tutorial is self-contained with runnable code examples, comprehensive explanations, and hands-on testing.
Expand Down
15 changes: 15 additions & 0 deletions learn-hathor-website/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Hathor Learning Hub

> [!IMPORTANT]
> **This site has been decommissioned (August 2026) and is no longer deployed.**
>
> `learn.hathor.network` and `staging.learn.hathor.network` no longer resolve. The
> S3 buckets, CloudFront distributions, ACM certificates and GitHub Actions OIDC
> roles described under [Deployment](#deployment) have all been deleted, along with
> the BinderHub backend on GCP that served the notebooks. **The deployment
> instructions below no longer work and are kept for historical reference only.**
>
> The application code still builds and runs locally, and the notebook content in
> the repository root is unaffected.
>
> See [HathorNetwork/ops-tools#1479](https://github.com/HathorNetwork/ops-tools/issues/1479)
> for the decommission record.

An interactive learning platform for Hathor Network featuring Jupyter notebooks powered by BinderHub.

## Overview
Expand Down