You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: motoko/basic_bitcoin/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte
20
20
21
21
*[x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
22
22
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
+
23
27
## Step 1: Building and deploying sample code
24
28
25
29
### Clone the smart contract
@@ -174,4 +178,4 @@ If you base your application on this example, we recommend you familiarize yours
174
178
175
179
For example, the following aspects are particularly relevant for this app:
176
180
*[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