-
Hello,
I sent a WICP from Plug to Stoic but it didn't arrive (https://dashboard.internetcomputer.org/account/33d8485170a0b7fb16314db89e44c53edbdd402d4d25f665d90228611140a364).
I don't see it on e…
kom1n updated
2 years ago
-
I'm really new to IC, so this question might be stupid. How can I list the blockchain transaction/transfers from a specified time using this crate's APIs?
ababo updated
2 years ago
-
https://smartcontracts.org/docs/current/references/ic-interface-spec#system-api
https://github.com/dfinity/portal/blob/master/docs/references/ic-interface-spec.md
all `[...](#system-api)` links (t…
-
Links like this:
https://internetcomputer.org/docs/current/developer-docs/ic-overview/docs/current/references/ii-spec
that show up in search are broken
You can find these links by searching for…
-
https://internetcomputer.org/docs/current/developer-docs/build/languages/rust/multiply-dependency
# Implement Motoko canister
- 4. Copy and paste [this code](https://internetcomputer.org/assets/fi…
-
Why does this page (https://internetcomputer.org/docs/current/developer-docs/functionality/ledger/ledger-local-setup) yet again point to a ledger canister that is too big and not deployable? This is s…
-
I'm developing an app and had a bad experience with the docs referencing the cycles faucet. If it's not working or has potential to be out of cycles that should be made clear in the docs, otherwise i…
-
I want to create an ICP account through the API. Is there a way to do this? I want to write an app to create an account and transfer ICP tokens. At present, I haven’t found the corresponding API. Ca…
-
In the following example function "number2" doesn't compile and it's not clear why.
```
public query func number1() : async Nat {
let x = 40; let y = 2;
x+y
};
public query …
-
#3288 exposes the raw ic0.performence_counter as a prim.
`ic0.performance_counter(type)` is reset to zero on every context switch (IC entry point) which means you cannot correctly use it, e.g. a…