https://hackernoon.com/what-is-cairo-lang-10-best-resources-for-scaling-dapps-using-starks
介绍 #zk L2 #StarkNet 的专用语言 #cario
Introducing Cario, a specialized language for ZK L2 StarkNet
介绍 #zk L2 #StarkNet 的专用语言 #cario
Introducing Cario, a specialized language for ZK L2 StarkNet
Hackernoon
What is Cairo Lang? 10 Best Resources for Scaling dApps Using STARKs
A brief guide about pros & cons of Cairo lang and Top 10 resources to answer your question how to learn Cairo in 2022 and how to scale dApps using STARKs
https://medium.com/electric-capital/5-new-frontiers-for-nfts-c77de367631d
#nft 的用法解析,包含目前项目和未来展望
Explanation of the use of NFT, including current projects and future prospects
#nft 的用法解析,包含目前项目和未来展望
Explanation of the use of NFT, including current projects and future prospects
Medium
Five New Frontiers for NFTs
Art is the tip of the iceberg and we are rapidly seeing new use cases for NFTs. This article highlights five new frontiers for NFTs.
https://blog.fleek.co/posts/deploy-your-first-website-with-fleek
类似 cloudflare pages,可以实现自动部署网站到 #ipfs
Similar to Cloudflare Pages, you can implement automatic deployment of websites to IPFS
类似 cloudflare pages,可以实现自动部署网站到 #ipfs
Similar to Cloudflare Pages, you can implement automatic deployment of websites to IPFS
https://blog.chainsafe.io/how-to-become-a-web3-developer-8849ab20b686
一个介绍web3开发者必备技能的文章,给出了大量学习资料
A guide for web3 developer
#tutorial
一个介绍web3开发者必备技能的文章,给出了大量学习资料
A guide for web3 developer
#tutorial
https://leftasexercise.com/2021/09/19/q-understanding-the-ethereum-virtual-machine-part-iii/
一篇结合
一篇结合
go-ethereum 源代码解释 #evm 如何执行 call 操作码的文章LeftAsExercise
Understanding the Ethereum virtual machine – part III
Having found our way through the mechanics of the Ethereum virtual machine in the last post, we are now in a position to better understand what exactly goes on when a smart contracts hand over cont…
https://orbis.club/developers/api-documentation
基于 #Ceramic 的去中心化社交平台 Orbis 的 API 文档,可以作为实践参考。源代码在评论区。
基于 #Ceramic 的去中心化社交平台 Orbis 的 API 文档,可以作为实践参考。源代码在评论区。
Useorbis
Getting started with Orbis SDK
Documentation for Open Social by Orbis
https://blog.openzeppelin.com/deconstructing-a-solidity-contract-part-iii-the-function-selector-6a9b6886ea49/
一篇结合 #solidity 合约介绍 #EVM 操作码底层运作的文章
一篇结合 #solidity 合约介绍 #EVM 操作码底层运作的文章
Openzeppelin
Deconstructing a Solidity Contract — Part III: The Function Selector
In the prev. article, we identified the need to separate a contract’s bytecode into creation-time and runtime code. Having made a deep dive into the creation part, it’s now time to begin.