Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.86 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.86 KB

Partial Common Ownership Token Standards

tests

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.