https://hackernoon.com/layers-the-bedrock-of-blockchain
介绍区块链的扩容方案
Introduce the expansion scheme of blockchain
介绍区块链的扩容方案
Introduce the expansion scheme of blockchain
Hackernoon
Layers - The Bedrock of Blockchain
Read not only about blockchain layers and get the basics of the blockchain scalability solutions under your belt by understanding the bedrock of the system
https://blog.wssh.trade/posts/ecsda-sign-chain/
本文介绍了以下内容:
1. #ecsda 的基本原理和 typescript 代码实现
2. 基于 go-ethereum 代码介绍以太坊最新的交易签名流程
3. 介绍 #EIP712 的标准要求和合约实现
本文介绍了以下内容:
1. #ecsda 的基本原理和 typescript 代码实现
2. 基于 go-ethereum 代码介绍以太坊最新的交易签名流程
3. 介绍 #EIP712 的标准要求和合约实现
Wong's Blog
基于链下链上双视角深入解析以太坊签名与验证
概述
本文主要介绍在以太坊中的签名问题,主要涵盖以下内容:
ECDSA公钥密码学的数学原理与代码实现解析
以太坊客户端对交易信息签名的基本流程与源代码分析
智能合约内签名的验证
ECDSA公钥密码学
为了方便读者理解和实战本文中的内容,本文将结合一个可以使用Typescript编写用于生产环境的noble-secp256k1库作为实战案例解析。你可以在这里找到源代码。当然,为了节省篇幅,本文不会对此库中的所有代码进行解析。
本文主要介绍在以太坊中的签名问题,主要涵盖以下内容:
ECDSA公钥密码学的数学原理与代码实现解析
以太坊客户端对交易信息签名的基本流程与源代码分析
智能合约内签名的验证
ECDSA公钥密码学
为了方便读者理解和实战本文中的内容,本文将结合一个可以使用Typescript编写用于生产环境的noble-secp256k1库作为实战案例解析。你可以在这里找到源代码。当然,为了节省篇幅,本文不会对此库中的所有代码进行解析。
https://ethereum.github.io/execution-apis/api-documentation
详细给出了所以以太坊接口的信息,包括请求数据类型和返回类型,允许在线调试。 #eth
This site gives detailed information about the so Ethereum interface, including request data types and return types, allowing online debugging.
详细给出了所以以太坊接口的信息,包括请求数据类型和返回类型,允许在线调试。 #eth
This site gives detailed information about the so Ethereum interface, including request data types and return types, allowing online debugging.
https://docs.opengsn.org/
一个基于 #EIP2771 的项目,可以实现用户通过运营商与合约交互,这样的话用户可以实现在钱包内无
A project based on EIP2771 allows the user to interact with the contract through the Relay server, so that the user can interact with the contract without ETH in the wallet and the gas cost is borne by the Relay.
一个基于 #EIP2771 的项目,可以实现用户通过运营商与合约交互,这样的话用户可以实现在钱包内无
Eth 情况下与合约交互, gas 费用由运营商承担。A project based on EIP2771 allows the user to interact with the contract through the Relay server, so that the user can interact with the contract without ETH in the wallet and the gas cost is borne by the Relay.
docs.opengsn.org
Ethereum Gas Station Network (GSN) | v3.0.0-beta.3 pre-release
OpenGSN Ethereum Gas Station Network Documentation
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