Skip to content

Commit 1eab8e8

Browse files
Merge pull request #997 from dfinity/jessiemongeon1-patch-1
add: explicit statement about running basic_bitcoin on mainnet
2 parents 845c0be + 836b999 commit 1eab8e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/basic_bitcoin/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte
2020

2121
* [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
2222

23+
:::info
24+
This example is designed to be deployed on the mainnet. It will return errors when deployed locally; these errors are expected.
25+
:::
26+
2327
## Step 1: Building and deploying sample code
2428

2529
### Clone the smart contract
@@ -174,4 +178,4 @@ If you base your application on this example, we recommend you familiarize yours
174178

175179
For example, the following aspects are particularly relevant for this app:
176180
* [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.
177-
* [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)
181+
* [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)

0 commit comments

Comments
 (0)