arkMeta Crypto Network Limited, arkSong Q5: Principal主体、HashMap、Cycles和stable变量 Principal 主体身份 Principal 主体身份的概念是特定于IC互联网计算机的。 Principal 主体是 IC 上所有实体的唯一标识符 canister容器有自己的主体 Principal (对应于canister容器 ID) 每个用户都有自己的主体 Principal 。 钱包有它自己的主体 Principal 。 可以运行以下dfx 身份命令来访问 主体 Principal 。... 2023年10月31日
arkMeta Crypto Network Limited, arkSong Q06:变体类型、结果类型、HTTP 请求和容器间消息 Variant 变体类型 变体类型表示恰好来自给定枚举或标签之一的一个值。 type Vehicule = { #Car; #Moto; #Bicycle; #Plane; #Boat; }; Each tag can have it's own type. 每个标签都可以有自己的类型。 import Time "mo:base/Time"; actor { type Time = Time.Ti... 2023年10月31日
arkMeta Crypto Network Limited, arkSong Timers定时器编程案例 Internet Computer canisters can set an arbitrary number of single-expiration or recurring timers. See the Timer.mo module in the base library. 互联网计算机容器可以设置任意数量的单次到期或循环定时器。 请参阅基础库中的 https://timer.mo/ 模... 2023年10月28日
arkMeta Crypto Network Limited, arkSong Heartbeats案例 Internet Computer canisters can elect to receive regular heartbeat messages by exposing a particular canister_heartbeat function (see heartbeat ). 互联网计算机容器可以通过公开特定的 canister_heartbeat 函数(请参阅 heartbeat... 2023年10月28日
arkMeta Crypto Network Limited, arkSong Motoko 编程语言指南 About this guide The Motoko Programming Language Guide introduces key features of the general-purpose Motoko programming language and provides examples and reference information to help you learn th... 2023年10月28日
arkMeta Crypto Network Limited, arkSong Motoko 智能合约编程语言 Notice:The Motoko programming language continues to evolve with each release of the IC SDK and with ongoing updates to the Motoko compiler. Check back regularly to try new features and see what’s chan... 2023年10月28日
arkMeta Crypto Network Limited, arkSong Schnorr阈值签名方案:FROST # Schnorr阈值签名方案:FROST ## 介绍 FROST(Flexible Round-Optimized Schnorr Threshold Signatures)是一种灵活的回合优化Schnorr阈值签名方案,它减少了签名操作中的网络开销,同时改进了Schnorr阈值签名协议的技术水平,因为它可以在单轮中安全地执行签名操作而不限制签名操作的并发性,但又允许真正的阈值签名,因此签名操作... 2023年10月26日
arkMeta Crypto Network Limited, arkSong Go WebAssembly (Wasm) 简明教程 源代码/数据集已上传到 Github - 7days-golang 1 WebAssembly 简介 WebAssembly是一种新的编码方式,可以在现代的网络浏览器中运行 - 它是一种低级的类汇编语言,具有紧凑的二进制格式,可以接近原生的性能运行,并为诸如C / C ++等语言提供一个编译目标,以便它们可以在Web上运行。它也被设计为可以与JavaScript共存,允许两者一起工作。 —— MD... 2023年10月25日
arkMeta Crypto Network Limited, arkSong 比特币集成:技术概述 Overview Bitcoin-enabling the IC has required us to solve two advanced engineering challenges: 支持比特币的 IC 要求我们解决两个高级工程挑战: A protocol-level integration of the IC with the Bitcoin network. IC 与比特币网络的协议... 2023年10月24日
arkMeta Crypto Network Limited, arkSong 构建 IC Web 应用前端 Overview The Internet Computer allows you to host frontends built with standard web technologies for your dapps, using our JavaScript agent as a communication layer. By using the asset canister prov... 2023年10月24日
arkMeta Crypto Network Limited, arkSong DIP20: 互联网计算机token铸造技术标准 DIP20 - Introduction Token standards are essential for the Internet Computer ecosystem, especially for the decentralized finance ecosystem (DeFi) system. In this token interface, we implemented an ERC... 2023年10月23日
arkMeta Crypto Network Limited, arkSong 互联网计算机环境下的身份技术规范 Introduction This document describes and specifies Internet Identity from various angles and at various levels of abstraction, namely: 本文件从不同角度和不同抽象层次描述和规定了互联网身份,即: High level goals, requirements an... 2023年10月23日