About 23 results
Open links in new tab
  1. Internet Computer Developer Forum

    2 days ago · Internet Computer Developer Forum This forum is for community members to help each other get started with building on the Internet Computer.

  2. New Proposal# 136802 Add Node Provider - forum.dfinity.org

    May 31, 2025 · I have submitted proposal# 136802. I failed to specify the “rewardAccount”. If the proposal passes would I need to resubmit the proposal to include the rewardAccount, or will rewards …

  3. { code: -32003, message: "insufficient funds for gas * price + value ...

    Jun 10, 2025 · vrqyr-saaaa-aaaan-qzn4q-cai this is the canister provided by definity or icp for getting signature

  4. @dfinity/use-auth-client - Internet Computer Developer Forum

    Aug 6, 2024 · Introducing @dfinity/use-auth-client! This is a new package for React developers, making it easier to integrate the auth-client with your React application. You can use it to manage your …

  5. Can I use @dfinity/auth-client in react native?

    Mar 18, 2024 · I’m trying to implement regular Internet Identity login with @dfinity/auth-client in React Native. However, since React Native lacks support for localStorage or IndexedDB like web browsers, …

  6. I try to check whoamI on my computer I got this 2vxsx-fae as principal ...

    Mar 6, 2024 · I try to check whoamI on my computer I got this 2vxsx-fae as principal is it correct? when I try to see the principle from frontend I got this kwsyf-m34z6-qcyd4-zghn4-diytq-hw6xn-ywuli-2cfd2 …

  7. Transparency within the Dfinity Foundation

    Nov 16, 2022 · I don’t think it’s FUD (“heretic!”) to question, in a collective endeavour to build a decentralised internet why Definity (ahem Dom) choses to structure itself as an uber-centralised …

  8. CanDB, the first scalable NoSQL Database on the Internet Computer

    Jun 22, 2022 · It is with great joy that I bring you CanDB, the first flexible and truly horizontally scalable NoSQL database built for the Internet Computer. 👇 (Supernova Devpost submission link) I built …

  9. Dfx deploy failed - Page 2 - Developers - Internet Computer Developer …

    May 18, 2021 · I don’t know if this is the answer to the problem you are having, but currently the Canister SDK (dfx) doesn’t support macOS with M1 architecture. I’m surprised you were able to …

  10. How login manually in AuthClient using a generated identity for testing ...

    Dec 9, 2022 · I’m using this logic to generate identity in NODE env: import { Secp256k1KeyIdentity } from '@dfinity/identity'; import hdkey from 'hdkey'; import bip39 from 'bip39'; // Completely insecure …