arkMeta Crypto Network Limited, arkSong NFT development Overview An NFT or non-fungible token is a record on a blockchain that is associated with a particular digital or physical asset. The unique digital representation on a blockchain allows the proving... Oct 22, 2023
arkMeta Crypto Network Limited, arkSong Integrating external agents with the IC Overview In the Internet Computer ecosystem, a library that is used to make calls to the IC public interface is called an agent . An agent has a few key responsibilities, which make it convenient to... Oct 22, 2023
arkMeta Crypto Network Limited, arkSong Python Canister Development Kit (CDK) 关于Python CDK智能合约开发工具的介绍 Benefits and drawbacks Kybra and the IC provide unique benefits and drawbacks, and both are not currently suitable for all application use-cases. Kybra 和 IC 具有独特的优点和缺点,目前两者并不适合... Oct 22, 2023
arkMeta Crypto Network Limited, arkSong did 223213 text "" "Hello" "Escaped characters: \n \r \t \\ \" \'" "Unicode escapes: \u{2603} is ☃ and \u{221E} is ∞" "Raw bytes (must be utf8): \E2\98\83 is also ☃" blob blob "" blob "Hello" blob "Escaped chara... Oct 19, 2023
arkMeta Crypto Network Limited, arkSong [ICP开发]: DFX命令指南 dfx new 命令 dfx new用于创建一个新项目。 此命令使用模板文件创建默认项目结构。必须指定要创建的项目的名称。 语法 # dfx new [FLAGS] [OPTIONS] <project-name> 选项 # FLAGS # --dry-run:提供要创建的目录和文件的预览,但不将它们添加到文件系统。 --frontend:是否需要要前端代码示例。如果安装了 Node,则默认为 t... Oct 19, 2023
arkMeta Crypto Network Limited, arkSong IC编程:C++语言开发环境 参考文献:https://docs.icpp.world/getting-started.html To create canister smart contracts it is common practice to use an SDK. The IC SDK is a common entry point. The IC SDK supports a few programming lang... Oct 16, 2023
arkMeta Crypto Network Limited, arkSong Boundary nodes The boundary nodes form the globally distributed edge of the Internet Computer (IC) through which all the accesses to the canister smart contracts go. The boundary nodes provide a public endpoint for ... Oct 10, 2023
arkMeta Crypto Network Limited, arkSong Proof of Useful Work Background When Satoshi designed Bitcoin, he wrestled with two primary problems. Firstly, he needed to find a way to prevent what is known as a "Sybil attack", which would allow an adversary (i.e. the... Oct 10, 2023
arkMeta Crypto Network Limited, arkSong Generating Candid files for Rust canisters Overview In versions of the Rusk CDK v0.11.0 and higher, the Candid export workflow has been changed. You can call the ic_cdk::export_candid!() macro to enable the Candid export behavior, then use t... Oct 10, 2023
arkMeta Crypto Network Limited, arkSong Candid简介与使用方法 Overview 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 a canister that runs on the... Oct 10, 2023
arkMeta Crypto Network Limited, arkSong Introduction to developing canisters in Rust Rust is a powerful and type-sound modern programming language with an active developer community. Because Rust compiles to WebAssembly, it offers a rich development environment for writing dapps to ru... Oct 9, 2023
arkMeta Crypto Network Limited, arkSong Adding and searching simple records Overview In this guide, you are going to write a dapp that provides a few basic functions to add and retrieve simple profile records that consist of a name, description, and an array of keywords. 在本... Oct 9, 2023