From 25acfd46d4f0e15e3b369990398e65d32ae6c29d Mon Sep 17 00:00:00 2001 From: Xiaohui Date: Wed, 17 Jul 2024 15:56:48 -0700 Subject: [PATCH] btc under way --- docs/overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/overview.md b/docs/overview.md index a70d08cc1..3211ac204 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -46,6 +46,10 @@ In a regular Bitcoin payment to a [Bitcoin address](https://wiki.bitcoinsv.io/in `sCrypt` is a high-level language to be compiled into [Bitcoin Script](https://wiki.bitcoinsv.io/index.php/Script). The resulting assembly-like scripts could be used as locking scripts when building transactions. +:::caution +Currently sCrypt fully works on Bitcoin SV. Full support for other chains like Bitcoin is under way. +::: + ## Learn `sCrypt` Jump over to the [Installation](./installation.md) section to learn how to create an `sCrypt` project.