https://m.odaily.news/post/5180901
给出一些混币应用,可以参考一下它们的设计思路
给出一些混币应用,可以参考一下它们的设计思路
www.odaily.news
Tornado被制裁,还有哪些协议/工具能满足隐私需求?
隐私技术和需求始终存在。
https://blog.chain.link/random-number-generation-solidity/
介绍如何通过 #chainlink #vrf 获得随机数
Introducing how to get random numbers via Chainlink VRF
介绍如何通过 #chainlink #vrf 获得随机数
Introducing how to get random numbers via Chainlink VRF
Chainlink Blog
How To Get a Random Number in Solidity | Chainlink Blog
How to generate a random number in Solidity smart contracts using Chainlink VRF, with code examples.
https://blog.chain.link/blockchain-rng-use-cases-enabled-by-chainlink-vrf/
介绍 #chainlink #vrf 的具体用例
Introducing the specific use cases of Chainlink VRF
介绍 #chainlink #vrf 的具体用例
Introducing the specific use cases of Chainlink VRF
chain.link
35+ Blockchain RNG Use Cases Enabled by Chainlink VRF | Chainlink
A collection of use cases across blockchain gaming, NFTs, and DeFi powered by Chainlink VRF’s fair and transparent RNG.
https://blog.chainsafe.io/the-road-ahead-for-ethereum-light-clients-b6fdb7c3b603
介绍 #eth 以太坊的轻客户端
Introducing the Light Client for Ethereum
介绍 #eth 以太坊的轻客户端
Introducing the Light Client for Ethereum
Medium
The Road Ahead for Ethereum Light Clients
New layer one blockchains promise a blazing fast decentralized future. But in reality, what we typically find is a set of sporadic…
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.