https://medium.com/@kklas/smart-contract-development-move-vs-rust-4d8f84754a8f
介绍了 #Sui #move 与 #Solana #Rust 编程模型方面的异同
介绍了 #Sui #move 与 #Solana #Rust 编程模型方面的异同
Medium
Smart Contract Development — Move vs. Rust
An in-depth look into Move, a novel programming language for smart contract development, and how it compares to the existing Rust-based…
👍1
https://medium.com/@kklas/solana-for-non-smart-contract-developers-7ef4e419afef
#Solana 编程入门文章,要求有 #Rust 编程基础 #tutorial
#Solana 编程入门文章,要求有 #Rust 编程基础 #tutorial
Medium
Solana for Non Smart Contract Developers
An introduction to Solana for developers with no smart contract experience and smart contract developers with no Solana experience.
👍1
https://blog.wssh.trade/posts/deep-in-safe-part-1/
https://blog.wssh.trade/posts/deep-in-safe-part-2/
频道主 @wongssh 编写的逐行解析
如果发现问题可以随时前往 @web3l 进行反馈
https://blog.wssh.trade/posts/deep-in-safe-part-2/
频道主 @wongssh 编写的逐行解析
Gnosis Safe 源代码,第一篇涉及代理合约工厂和主合约; 第二篇关于各个模块如果发现问题可以随时前往 @web3l 进行反馈
Wong's Blog
深入解析Safe多签钱包智能合约:代理部署与核心合约
概述
Safe(或称Gnosis Safe)是目前在以太坊中使用最为广泛的多签钱包。本文主要解析此钱包的逻辑设计和代码编写。
读者可以前往Safe Contracts获得源代码。
Safe(或称Gnosis Safe)是目前在以太坊中使用最为广泛的多签钱包。本文主要解析此钱包的逻辑设计和代码编写。
读者可以前往Safe Contracts获得源代码。