arkMeta Crypto Network Limited, arkSong 源码解析:Git的第一个提交是什么样的? 导读:自2005年诞生yi'来,经过开发社区多年不断地迭代,如今Git的功能越来越完善和强大。然而Git的第一个提交源码仅约1000行,当时的Git实现了哪些功能?本文将从源码开始,分析其核心思想,挖掘背后优秀的设计原理。 前言 Git 是目前世界上被最广泛使用的现代软件版本管理系统(Version Control System)。Git 本身亦是一个成熟并处于活跃开发状态的开源项目,今天惊人数量... 2023年11月28日 Web3区块链基础技术
arkMeta Crypto Network Limited, arkSong WebAssembly 在工业领域的巨大机遇 WebAssembly 是一种新的编码方式,一种虚拟的指令集,具有紧凑的二进制格式,可以以接近原生的性能运行,并被多种语言诸如 C / C ++,Rust,Go,Kotlin 等作为编译目标。 在工业领域,WebAssembly 已经获得学术界和一些大型企业的强烈兴趣,在过去的 2 年中已经涌现一些相关前沿性研究报告与开源项目。 在 2022 年由美国卡耐基梅隆大学举办的一场名为“WebAssem... 2023年11月12日 Web3区块链基础技术
arkMeta Crypto Network Limited, arkSong 数字签名 # 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 Summary of the First Twitter Space with Dfinity, Linea, and Manta Overview: In a recent Twitter Space session, the Dmail team had the privilege of hosting three prominent figures from the blockchain space: Lomesh Dutta from Dfinity, Declan Sewell from Linea, and Jen... 2023年10月8日
arkMeta Crypto Network Limited, arkSong Motoko Motoko is designed for distributed programming with actors. Motoko 专为Actors分布式编程而设计。 When programming on the Internet Computer in Motoko, each actor represents an Internet Computer canister smart cont... 2023年10月8日
arkMeta Crypto Network Limited, arkSong Rust -Hello world编程 Overview This sample demonstrates a simple dapp consisting of two canisters: A simple backend canister, hello, implementing the logic of the application. A simple frontend asset canister, hello_assets... 2023年10月7日
arkMeta Crypto Network Limited, arkSong Executive MBA students from Wharton meet the Internet Computer As part of their curriculum, professionals in the Executive MBA program at Wharton — a top-ranking university for MBAs — took a tour of Switzerland’s Crypto Valley region, one of the most prominent ho... 2023年10月7日
arkMeta Crypto Network Limited, arkSong Securing cross-chain communication from Ethereum to the Internet Computer with an on-chain Light Client Originally published at https://www.eiger.co . The Internet Computer (ICP) continues to evolve with sights set on becoming a hub for decentralized applications and services in a multichain world. Ch... 2023年10月7日
arkMeta Crypto Network Limited, arkSong New P2P layer of the Internet Computer introduces QUIC for State Sync Until now, state sync on the Internet Computer used the legacy P2P layer, which works over TCP. The new P2P layer is tailored for state sync and uses the QUIC transport protocol, making it simpler, mo... 2023年10月7日
arkMeta Crypto Network Limited, arkSong The Internet Computer: A blockchain that offers stateful decentralized serverless computing Is serverless computation even possible on a blockchain platform? Our recent peer-reviewed article shows that the Internet Computer provides serverless computation comparable to existing cloud provide... 2023年10月7日
arkMeta Crypto Network Limited, arkSong Rocket Protocol VRF+BLS共识机制:解决高频交易的问题 当开发门槛降低,大量开发者进入Rocket Protocol进行生态建设时,必然会出现高频率的交易。这需要Rocket Protocol通过一个合理的机制来确保数据的高效性、公平性与安全性,以此来保证稳定的高频交易。而这个机制,就是本篇文章将详细分析的Rocket Protocol的共识机制。 什么是共识机制? 简单来讲,共识机制就是“让事件参与方对于同一事件达成相同意见”的机制。在区块链网络中,... 2023年10月7日