Search results

Jump to: navigation, search

Page title matches

  • ...'' and has been replaced by the [[Bitcoin Checker Canister|Bitcoin checker canister]]. ...akes it possible for canisters to perform the same kind of checks. The KYT canister is used by the [https://github.com/dfinity/ic/tree/master/rs/bitcoin/ckbtc/
    4 KB (635 words) - 15:52, 9 September 2025
  • The exchange rate canister (XRC) is a canister running on the [https://dashboard.internetcomputer.org/subnet/uzr34-akd3s-x The cycle minting canister of the [https://wiki.internetcomputer.org/wiki/NNS_Canisters NNS] will make
    6 KB (1,021 words) - 07:46, 2 August 2023
  • ...hub.com/internet-computer-protocol/evm-rpc-canister EVM RPC Canister] is a canister that enables the communication between canisters on the Internet Computer a ...tiple JSON-RPC services using HTTPS outcalls and returns a response to the canister that sent the request.
    1 KB (203 words) - 16:37, 22 January 2026
  • ...irect: https://learn.internetcomputer.org/hc/en-us/articles/34210839162004-Canister-Smart-Contracts}}
    115 bytes (9 words) - 21:37, 30 June 2025
  • 47 bytes (5 words) - 21:56, 18 January 2022
  • ...et Computer: Given any Bitcoin address or transaction, the Bitcoin checker canister checks whether the address or transaction may be associated with illicit ac ...withdraw bitcoin, the ckBTC minter sends a request to the Bitcoin checker canister, which in turn checks the involved Bitcoin addresses against the [https://s
    4 KB (662 words) - 09:24, 25 March 2025
  • ...ossible on macOS computers with M1 chips. You can only install the DFINITY Canister SDK dfx and the Candid compiler didc on Intel-based macOS and Linux compute ...ate key from your seed phrase and import that private key into the DFINITY Canister SDK. This step is required before you can Take control of your neurons.
    28 KB (4,408 words) - 14:21, 27 February 2023
  • 30 bytes (5 words) - 15:27, 9 February 2026

Page text matches

  • ===Ledger canister=== This is the canister that holds the ICP token balances: https://github.com/dfinity/ic/tree/maste
    1 KB (195 words) - 15:10, 13 February 2024
  • There are two options to top up any canister: By depositing cycles, or by converting ICP to cycles directly. ...you can take any amount of cycles from it and deposit them directly into a canister. To do so, use
    1 KB (212 words) - 12:08, 3 October 2023
  • ...hub.com/internet-computer-protocol/evm-rpc-canister EVM RPC Canister] is a canister that enables the communication between canisters on the Internet Computer a ...tiple JSON-RPC services using HTTPS outcalls and returns a response to the canister that sent the request.
    1 KB (203 words) - 16:37, 22 January 2026
  • ...n integration|direct integration]] but uses the [[EVM RPC Canister|EVM RPC canister]] to interact with Ethereum instead.
    515 bytes (81 words) - 14:22, 7 June 2024
  • A '''principal''' is an identifier for an entity on the IC such as a user, a canister (dapps/smart contracts), or a subnet. ...pal associated with a call is a value that identifies a ''unique'' user or canister.
    3 KB (449 words) - 16:24, 30 June 2025
  • ...'' and has been replaced by the [[Bitcoin Checker Canister|Bitcoin checker canister]]. ...akes it possible for canisters to perform the same kind of checks. The KYT canister is used by the [https://github.com/dfinity/ic/tree/master/rs/bitcoin/ckbtc/
    4 KB (635 words) - 15:52, 9 September 2025
  • ...et Computer: Given any Bitcoin address or transaction, the Bitcoin checker canister checks whether the address or transaction may be associated with illicit ac ...withdraw bitcoin, the ckBTC minter sends a request to the Bitcoin checker canister, which in turn checks the involved Bitcoin addresses against the [https://s
    4 KB (662 words) - 09:24, 25 March 2025
  • ...tes from the exchange rate canister, which is our price oracle. The cycles canister also stores the start-of-day rates (UTC).
    2 KB (297 words) - 21:21, 22 January 2024
  • ===Canister=== * https://dashboard.internetcomputer.org/canister/rdmx6-jaaaa-aaaaa-aaadq-cai
    3 KB (429 words) - 16:49, 12 January 2024
  • ...isters and an index canister, a root canister, and a decentralization swap canister that is explained in the next section. The ''ledger canister'' implements the [https://github.com/dfinity/ICRC-1 ICRC-1 standard] and co
    5 KB (731 words) - 21:20, 30 June 2025
  • ===Reverse Gas Model (AKA "canister pays")===
    1 KB (248 words) - 22:31, 1 December 2022
  • ...cause <code><fill in reason></code>. Currently this subnet is assigned the canister ID ranges <code><fill in ranges; in both representations></code>. Ranges ar ...n should properly handle these errors. In case you are unsure whether your canister properly handles these transient errors you might want to consider stopping
    3 KB (525 words) - 12:12, 30 October 2023
  • * [[Comparing Canister Cycles vs Performance Counter]] ...]. Topics there include things such as help with SDK installation, Motoko, canister troubleshooting, and designs.
    1 KB (150 words) - 22:05, 13 March 2023
  • ...rigin policy shields it from being accessed by other canisters than the II canister. ...tity anchor. When the user adds an additional device to the anchor, the II canister adds the principals derived from the master public key of the new device to
    8 KB (1,326 words) - 15:57, 30 June 2025
  • '''On the Internet Computer blockchain, you can create canister smart contracts that run like daemon processes — that is, you can configu The Internet Computer provides a means to avoid such problems, by allowing canister smart contracts to be configured so that they aer invoked by the blockchain
    1 KB (215 words) - 07:06, 16 November 2023
  • ...o find out why a proposal failed, you need to interact with the governance canister directly. # Visit the governance canister page https://dashboard.internetcomputer.org/canister/rrkah-fqaaa-aaaaa-aaaaq-cai.
    4 KB (485 words) - 21:25, 30 June 2025
  • The [https://github.com/dfinity/cycles-ledger cycles ledger] is a canister that simplifies the management of cycles. ...7j-krwgb-2gm4z-oqe uzr34 system subnet]. The corresponding index canister (canister ID: <code>ul4oc-4iaaa-aaaaq-qaabq-cai</code>) runs on the same subnet.
    12 KB (1,625 words) - 07:54, 11 October 2024
  • ...ly using the <code>dfx identity</code> command, and then run the <code>dfx canister</code> command without the <code>--identity</code> flag.<syntaxhighlight la ...IN''': Once you’ve set the environment variable, you can run the <code>dfx canister</code> command again:<syntaxhighlight lang="shell">
    3 KB (499 words) - 17:14, 20 August 2024
  • $ dfx canister --network ic --identity node_operator call rwlgt-iiaaa-aaaaa-aaaaa-cai upda $ dfx canister --network ic --identity node_operator call rwlgt-iiaaa-aaaaa-aaaaa-cai upda
    4 KB (556 words) - 14:34, 2 April 2024
  • ...node operation and related tasks. Often, NP is also used to refer to a non-canister [[Glossary#principal|principal]] that receives the rewards stemming from no
    477 bytes (73 words) - 06:35, 16 November 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)