Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powerstream3604/fnft-royalty-distribution-standard
EIP-3602 / Implementation of Fractional NFT with an On-Chain Royalty Distribution System
https://github.com/powerstream3604/fnft-royalty-distribution-standard
Last synced: 5 days ago
JSON representation
EIP-3602 / Implementation of Fractional NFT with an On-Chain Royalty Distribution System
- Host: GitHub
- URL: https://github.com/powerstream3604/fnft-royalty-distribution-standard
- Owner: PowerStream3604
- Created: 2021-10-31T06:21:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T13:32:13.000Z (about 3 years ago)
- Last Synced: 2023-07-14T06:27:34.183Z (over 1 year ago)
- Language: Solidity
- Homepage:
- Size: 432 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FNFT-Royalty-Distribution-Standard
EIP-3602 / Implementation of Fractional NFT with an On-Chain Royalty Distribution System## Rationale
This standard implements a On-Chain Royalty Distribution System for Erc20 or NFT fractionalized to Erc20.## Test Case
### RFT
* Re-Fungible Token Standard Basic Functionalities
* Re-Fungible Token Standard Ownership Verification
* Etc.
### FNFT
* Fractional NFT Basic Functionalities
* Fractional NFT Ownership Verification
* Deposit Royalty
* Withdraw Royalty Received
* Distribution of returns according to the share ratio.## Test Result
![Test Result](https://i.ibb.co/ZB3YZPT/Screen-Shot-2021-11-05-at-4-13-02-PM.png)