首先,ERC是“Ethereum Request for Comment”的缩写,其在以太坊网络中代表着通用的标准接口,提供了一种方法来改进和开发新的应用程序。ERC包含一系列标准和规范,这些标准和规范代表了约定俗成的最佳实践,并为智能合约和以太坊生态系统提供了一个统一的数据格式。通过实现ERC标准,应用程序可以被其他开发...
Mar 21, 2018 Repository files navigation README License Ethereum Request for Comments (ERCs) Please note that ERCs were recently separated from the EIPs repo. The goal of ERCs is to standardize and provide high-quality documentation for the Ethereum application layer. This repository tracks past ...
Successfully merging this pull request may close these issues. None yet 2 participants Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
Start Order Request Contact Supplier Chat Still deciding? Get samples of US$ 5/PCS ! Order Sample Shipping & Policy Shipping Cost: Contact the supplier about freight and estimated delivery time. Payment Methods: Support payments in USD Secure payments: Every...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria
PULL_REQUEST_TEMPLATE.md renovate.json ERCS _data _includes _layouts assets config rss .gitattributes .gitignore 404.html CNAME Gemfile Gemfile.lock LICENSE.md README.md _config.yml all.html core.html erc-template.md erc.html index.html informational.html interface.html meta.html networking.html...
Then submit a Pull Request to Ethereum's EIPs repository. EIP status terms Idea - An idea that is pre-draft. This is not tracked within the EIP Repository. Draft - The first formally tracked stage of an EIP in development. An EIP is merged by an EIP Editor into the EIP repository ...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: The PR edits only existing...
The work for this PR is to fix the RSS feeds on the ERCs website. The problem was that the Jekyll Minima theme interferes with any custom RSS feed. (We use a custom RSS feed because people care abo...
* @title ERC-7635 Semi-Fungible Token Standard * Note: the ERC-165 identifier for this interface is 0xa33cc6cc. */ interface IERC7635 is IERC721 { /** * @dev MUST emit when value of a token is transferred to another token with the same slot, * including zero value transfers (_val...