Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Sep 20, 2024
1 parent e041003 commit 836b999
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion motoko/basic_bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
* [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 comments on commit 836b999

Please sign in to comment.