Skip to content

Commit

Permalink
add link to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Jul 19, 2024
1 parent 7e4237f commit cc91428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust/basic_bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ would use the URL
`https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=<YOUR-CANISTER-ID>`. Candid
Web UI will contain all methods implemented by the canister.

The `basic_bitcoin` example is deployed on mainnet for illustration purposes and
is interacting with Bitcoin testnet. It has the URL
https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=vvha6-7qaaa-aaaap-ahodq-cai
and serves up the Candid web UI for this particular canister deployed on
mainnet.

## Step 2: Generating a Bitcoin address

Bitcoin has different types of addresses (e.g. P2PKH, P2SH, P2TR). You may want
Expand Down

0 comments on commit cc91428

Please sign in to comment.