@721labs/partial-common-ownership 中文文档教程
Partial Common Ownership Token Standards
Overview
该项目建立了以太坊 ERC721“NFT”部分共同所有权的标准开源实现。 它旨在为任何想要实施部分共同所有权的开发人员提供一个成熟、安全且包罗万象的起点。
Installation
npm
$ npm i @721labs/partial-common-ownership --save-dev
yarn
$ yarn add @721labs/partial-common-ownership --dev
Documentation
Table of Contents | Description |
---|---|
Partial Common Ownership Resources | Learn more about Partial Common Ownership |
Development | Developer Documentation |
Usage | General Usage / Implementation Documentation |
Security
请注意,所有合同都没有经过独立的安全审计。 贡献者努力使用最佳实践,但不对因使用这些合同而造成的资金损失负责。
请报告您在问题中发现的任何安全问题。
Contributors
License
此存储库和此处的所有代码均根据 MIT 许可 发布。
Partial Common Ownership Token Standards
Overview
This project establishes standard, open source implementations of Partial Common Ownership of Ethereum ERC721 "NFTs". It aims to be a mature, secure, and all-encompassing starting point for any developer who wants to implement Partial Common Ownership.
Installation
npm
$ npm i @721labs/partial-common-ownership --save-dev
yarn
$ yarn add @721labs/partial-common-ownership --dev
Documentation
Table of Contents | Description |
---|---|
Partial Common Ownership Resources | Learn more about Partial Common Ownership |
Development | Developer Documentation |
Usage | General Usage / Implementation Documentation |
Security
Please note that none of the contracts have been independently audited for security. Contributors strive to use best practices, but are not responsible for loss-of-funds resulting from the use of these contracts.
Please report any security issues you find in Issues.
Contributors
License
This repository and all code herein is released under the MIT License.