https://docs.internetcomputer.org/motoko/base/TrieMap
DFINITY Logo
Class TrieMap provides a map from keys of type K to values of type V.
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/delete
DFINITY Logo
If you want to permanently delete a specific canister or all canisters for a project, you can use the dfx canister delete command.
dfinitylogo
https://docs.internetcomputer.org/defi/chain-key-tokens/overview
DFINITY Logo
One common way that blockchain networks can enable cross-chain workflows is by 'wrapping' tokens. A wrapped token typically represents an underlying asset on a...
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/upgrade
DFINITY Logo
Unlike a canister reinstall that preserves the canister identifier but no state, a canister upgrade enables you to preserve the state of a deployed canister...
dfinitylogo
https://docs.internetcomputer.org/references/cycles-cost-formulas
DFINITY Logo
Canisters are charged for the resources they consume and any operations they perform using features such as HTTPS outcalls, threshold signatures, and the...
dfinitylogo
https://coinmarketcap.com/academy/glossary/motoko-programming-language-dfinity
Motoko Programming Language (DFINITY) Definition | CoinMarketCap
Apr 1, 2022 - The programming language for developing projects to run on the Internet Computer blockchain.
programming languagemotokodfinitydefinitioncoinmarketcap
https://docs.internetcomputer.org/building-apps/essentials/gas-cost
DFINITY Logo
Canister smart contracts consume resources to execute methods, respond to or send messages, store data, and use special features like HTTPS outcalls. Each...
dfinitylogo
https://docs.internetcomputer.org/motoko/base/
DFINITY Logo
* Array Provides extended utility functions on Arrays.
dfinitylogo
https://docs.internetcomputer.org/motoko/base/Nat16
DFINITY Logo
Provides utility functions on 16-bit unsigned integers.
dfinitylogo
https://dfinity.org/
The DFINITY Foundation
The DFINITY Foundation develops the Internet Computer, a tamperproof frontier cloud for applications and AI agents. Founded 2016, Switzerland. 1,600+ research...
dfinity foundation
https://dfinity.org/bug-bounty/
Bug Bounty Policy | DFINITY
The bug bounty program focuses on the Internet Computer Protocol and core Internet Computer components and canisters.
bug bounty policydfinity
https://docs.internetcomputer.org/building-apps/essentials/canisters
DFINITY Logo
Smart contracts running on ICP are a powerful evolution of traditional smart contracts called canisters. They are computational units that combine both code...
dfinitylogo
https://urlscan.io/asn/AS398485
AS398485 - DFINITY-NET - DFINITY USA Research, LLC, US - urlscan.io
urlscan.io - Website scanner for suspicious and malicious URLs
usa researchdfinityllc
https://docs.internetcomputer.org/building-apps/frontends/uploading-serving-assets
DFINITY Logo
The library @dfinity/assets is available to upload files to your project's asset canister. You'll need to pass the asset canister's ID and the agent, then...
dfinitylogo
https://docs.internetcomputer.org/building-apps/interact-with-canisters/candid/candid-concepts
DFINITY Logo
Candid is an interface description language. Its primary purpose is to describe the public interface of a service, usually in the form of a program deployed as...
dfinitylogo
https://docs.internetcomputer.org/build-on-btc/read-state
DFINITY Logo
ICP smart contracts can query information about the Bitcoin mainnet or testnet programmatically.
dfinitylogo
https://docs.internetcomputer.org/building-apps/getting-started/quickstart
DFINITY Logo
Build Web3, DeFi, fully network-resident social media, games, enterprise apps,
dfinitylogo
https://docs.internetcomputer.org/other/updates/release-notes/
DFINITY Logo
| Version | Release Notes | Migration Guide |
dfinitylogo
https://docs.internetcomputer.org/motoko/base/Principal
DFINITY Logo
Module for interacting with Principals (users, canisters, or other entities).
dfinitylogo
https://dfinity.org/grants
Developer Grants Program | DFINITY
The DFINITY Foundation is a major contributor to the Internet Computer blockchain.
developer grantsprogramdfinity
https://docs.internetcomputer.org/building-apps/test/pocket-ic
DFINITY Logo
PocketIC is a lightweight, deterministic testing solution for programmatic testing of canisters. It can be used to simulate mainnet behavior in a local...
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/control
DFINITY Logo
A canister is managed by a list of controllers. A controller is specified by a principal, which can be self-authenticating, e.g., a dfx developer identity, or...
dfinitylogo
https://docs.internetcomputer.org/defi/overview
DFINITY Logo
The Internet Computer Protocol is positioned as an appealing DeFi platform thanks to its unique chain-key signatures and ability to communicate directly with...
dfinitylogo
https://anv4y-qiaaa-aaaal-qaqxq-cai.ic0.app/
DFINITY Cycles Faucet
dfinitycyclesfaucet
https://docs.internetcomputer.org/building-apps/chain-fusion/overview
DFINITY Logo
Chain Fusion allows the Internet Computer Protocol to interconnect with multiple blockchains in a decentralized manner, eliminating the need for a single...
dfinitylogo
https://docs.internetcomputer.org/building-apps/security/https-outcalls
DFINITY Logo
Do not store sensitive data such as API keys in canisters
dfinitylogo
https://docs.internetcomputer.org/references/execution-errors
DFINITY Logo
A list of possible errors returned when executing canisters.
dfinitylogo
https://docs.internetcomputer.org/motoko/base/IterType
DFINITY Logo
dfinitylogo
https://docs.internetcomputer.org/building-apps/test/overview
DFINITY Logo
Testing your canister's code during the development process is an important step to verify that the code operates as expected and does not produce bugs,...
dfinitylogo
https://docs.internetcomputer.org/building-apps/network-features/using-http/gateways
DFINITY Logo
Canisters running on ICP can use HTTP requests in two ways: incoming and outgoing. Incoming HTTP requests refer to HTTP requests that are sent to a canister...
dfinitylogo
https://docs.internetcomputer.org/building-apps/interact-with-canisters/agents/javascript-agent
DFINITY Logo
An agent is an API client used to interact with ICP. The ICP JavaScript agent is used to interact with the public ICP API endpoints and canisters deployed on...
dfinitylogo
https://docs.internetcomputer.org/motoko/style
DFINITY Logo
To increase readability and uniformity of Motoko source code, the style guide provides suggestions for formatting Motoko sources and other basic conventions.
dfinitylogo
https://docs.internetcomputer.org/motoko/compiler-ref
DFINITY Logo
The Motoko compiler (moc) is the primary tool for compiling Motoko programs into executable WebAssembly (Wasm) modules. The compiler runs in the background...
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/history
DFINITY Logo
The Internet Computer tracks the history of a deployed canister through the canister's Wasm module hashes and controller changes. This tracking provides...
dfinitylogo
https://docs.internetcomputer.org/building-apps/governing-apps/nns/using-the-nns-dapp/nns-app-quickstart
DFINITY Logo
There are different ways to interact with the NNS DAO to participate in governance.
dfinitylogo
https://docs.internetcomputer.org/motoko/fundamentals/types/
DFINITY Logo
This section explores Motoko’s rich and expressive type system.
dfinitylogo
https://docs.internetcomputer.org/references/using-hsm-with-identities
DFINITY Logo
dfx identities can be secured using a Hardware Security Module (HSM) to protect private keys during development and deployment. This setup enhances key...
dfinitylogo
https://hunterx.xyz/tags/Dfinity/
标签: Dfinity | 猎人杂货铺
dfinity
https://docs.internetcomputer.org/references/ic-interface-spec
DFINITY Logo
dfinitylogo
https://docs.internetcomputer.org/building-apps/interact-with-canisters/agents/rust-agent
DFINITY Logo
The ICP Rust agent by DFINITY is a simple library that enables you to build applications and interact with ICP, serving as a low-level Rust backend for the IC...
dfinitylogo
https://docs.internetcomputer.org/building-apps/developer-tools/dfx/dfx-start
DFINITY Logo
Use the dfx start command to start a local development environment and web server processes. This command must be run before you can deploy canisters to the...
dfinitylogo
https://docs.internetcomputer.org/motoko/fundamentals/actors/actors-async
DFINITY Logo
The actor programming model was designed to solve concurrency issues by encapsulating state and computation within independent units called actors.
dfinitylogo
https://docs.internetcomputer.org/motoko/home
DFINITY Logo
Motoko is a modern, high-level programming language designed specifically for building smart contracts (canisters) on the Internet Computer Protocol (ICP)....
dfinitylogo
https://docs.internetcomputer.org/building-apps/security/formal-verification
DFINITY Logo
Formal verification is the highest form of quality assurance for software. Given a specification of what the system should do, formal verification tools check...
dfinitylogo
https://internetcomputer.org/news/media-releases/pakistan-digital-authority-dfinity-partnership-announcement/
Pakistan Digital Authority and DFINITY Partner for Sovereign Cloud Infrastructure and AI Software...
Agreement establishes Pakistan Subnet of Internet Computer Platform (ICP), supports tamper‑proof digital infrastructure, enables local AI‑native software...
digital authoritysovereign cloudinfrastructure aipakistandfinity
https://dfinity.org/third-party-security-audits/
Third-party Security Audits | DFINITY
External security assessments of Internet Computer features conducted by leading organizations specializing in software security assurance.
third party securityauditsdfinity
https://docs.internetcomputer.org/building-apps/frontends/existing-frontend
DFINITY Logo
While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing application frontend as a canister is also...
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/logs
DFINITY Logo
The canister logging feature is designed to provide developers with insight into their canister's behavior and assist with scenarios where their canister...
dfinitylogo
https://docs.internetcomputer.org/building-apps/security/data-integrity-and-authenticity
DFINITY Logo
dfinitylogo
https://docs.internetcomputer.org/building-apps/essentials/network-overview
DFINITY Logo
The Internet Computer is the first
dfinitylogo
https://docs.internetcomputer.org/building-apps/authentication/overview
DFINITY Logo
When building an application that enables users to have profiles or buy and sell assets, you must implement an authentication method. An authentication method...
dfinitylogo
https://docs.internetcomputer.org/references/ledger
DFINITY Logo
This document is a specification of the public interface of the ledger canister. It provides an overview of the functionality, details some internal aspects,...
dfinitylogo
https://docs.internetcomputer.org/building-apps/getting-started/tokens-and-cycles
DFINITY Logo
For ICP developers, there are two important tokens:
dfinitylogo
https://docs.internetcomputer.org/motoko/language-manual
DFINITY Logo
dfinitylogo
https://docs.internetcomputer.org/building-apps/developer-tools/cdks/
DFINITY Logo
Canister development kits (CDKs) are used to interface with the IC SDK and provide different programming languages with the necessary functionalities to...
dfinitylogo
https://www.jdfi.com/ok11629.html
DFINITY SCAN_区块查询-简单区块链
DFINITY SCAN 是 DFINITY 区块浏览器,用于管理 DFINITY「互联网计算机」上的所有内容。由 DFINITY社 区构建的开源项目。
dfinityscan
https://docs.internetcomputer.org/references/http-gateway-protocol-spec
DFINITY Logo
dfinitylogo
https://dfinity.org/grants-overview
Grants | DFINITY
The DFINITY Foundation is a major contributor to the Internet Computer blockchain.
grantsdfinity
https://docs.internetcomputer.org/building-apps/essentials/message-execution
DFINITY Logo
To interact with a canister, you must send it a message. There are two forms of messages that are executed on ICP:
dfinitylogo
https://docs.internetcomputer.org/building-apps/network-features/using-http/https-outcalls/overview
DFINITY Logo
Canisters can make a request to a URL using HTTPS outcalls. HTTPS outcalls can be used to directly obtain off-chain data or interact with off-chain systems,...
dfinitylogo
https://github.com/dfinity/icp-js-canisters
GitHub - dfinity/icp-js-canisters: Libraries and utilities for interacting with canisters on the...
Libraries and utilities for interacting with canisters on the Internet Computer. - dfinity/icp-js-canisters
https://docs.internetcomputer.org/building-apps/best-practices/general
DFINITY Logo
This guide outlines essential development best practices for building on the Internet Computer Protocol (ICP).
dfinitylogo
https://docs.internetcomputer.org/building-apps/canister-management/backtraces
DFINITY Logo
When canisters trap, ICP reports backtraces that contain the names of functions in the call stack. Backtraces are added to the canister logs and if the caller...
dfinitylogo
https://dfinity.org/about
About DFINITY
dfinity
https://dfinity.org/hackathons
Hackathons | DFINITY
The Internet Computer is a tamperproof frontier cloud for applications and services, replacing traditional IT.
hackathonsdfinity
https://docs.internetcomputer.org/building-apps/governing-apps/nns/using-the-nns-dapp/nns-dapp-additional-features
DFINITY Logo
In addition to being the portal for interacting with the NNS DAO, the NNS dapp also provides access to the SNS DAOs, their launches, and allows users to manage...
dfinitylogo
https://docs.internetcomputer.org/building-apps/getting-started/app-architecture
DFINITY Logo
Applications deployed on ICP are composed of one or more smart contracts, called canisters. A canister contains code in the form of a WebAssembly (Wasm) module...
dfinitylogo
https://shop.dfinity.org/
∞/Vibes - Dfinity Swag Store – ∞ Vibes
swag storevibesdfinity
https://a16z.com/dfinity/
DFINITY | Andreessen Horowitz
Sep 3, 2023 - The Promise of Cryptonetworks Today’s web platforms like Google, Facebook, and Twitter command a great deal of power over their users and third-party...
andreessen horowitzdfinity
https://dfinity.org/cookie-policy
Cookie Policy | DFINITY
The Dfinity Foundation is a major contributor to the Internet Computer.
cookie policydfinity