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: rust/basic_bitcoin/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Basic Bitcoin
1
+
# Basic Bitcoin
2
2
3
3
This tutorial will walk you through how to deploy a sample [canister smart contract](https://internetcomputer.org/docs/current/developer-docs/multi-chain/bitcoin/overview)**that can send and receive Bitcoin** on the Internet Computer.
4
4
@@ -14,7 +14,7 @@ of the Internet Computer.
14
14
15
15
For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin integration documentation](https://wiki.internetcomputer.org/wiki/Bitcoin_Integration).
Copy file name to clipboardExpand all lines: rust/basic_dao/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Certain system parameters, like the number of `Yes` votes needed to pass a propo
10
10
11
11
View the [canister service definition](https://github.com/dfinity/examples/blob/master/rust/basic_dao/src/basic_dao/src/basic_dao.did) for more details.
Copy file name to clipboardExpand all lines: rust/dip721-nft-container/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ A running instance of the Rust canister for demonstration purposes is available
86
86
The interface is meant to be programmatic, but the Rust version additionally contains HTTP functionality so you can view a metadata file at `<canister URL>/<NFT ID>/<file ID>`.
87
87
It contains six NFTs, so you can look at items from `<canister URL>/0/0` to `<canister URL>/5/0`.
88
88
89
-
###Prerequisites
89
+
## Prerequisites
90
90
91
91
-[x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install).
92
92
-[x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
0 commit comments