From 836b999eb6b15799d4c83aa08e3bcb66f5c1e685 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:11:35 -0500 Subject: [PATCH] Update README.md --- motoko/basic_bitcoin/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/motoko/basic_bitcoin/README.md b/motoko/basic_bitcoin/README.md index 54ffa2a11..e5ee7044f 100644 --- a/motoko/basic_bitcoin/README.md +++ b/motoko/basic_bitcoin/README.md @@ -20,6 +20,10 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte * [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx). +:::info +This example is designed to be deployed on the mainnet. It will return errors when deployed locally; these errors are expected. +::: + ## Step 1: Building and deploying sample code ### Clone the smart contract @@ -174,4 +178,4 @@ If you base your application on this example, we recommend you familiarize yours For example, the following aspects are particularly relevant for this app: * [Certify query responses if they are relevant for security](https://internetcomputer.org/docs/current/references/security/general-security-best-practices#certify-query-responses-if-they-are-relevant-for-security), since the app e.g. offers a method to read balances. -* [Use a decentralized governance system like SNS to make a canister have a decentralized controller](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview) \ No newline at end of file +* [Use a decentralized governance system like SNS to make a canister have a decentralized controller](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview)