Crates.io | litemint-royalty-contract |
lib.rs | litemint-royalty-contract |
version | 0.1.7 |
source | src |
created_at | 2023-12-28 13:53:26.245434 |
updated_at | 2024-02-07 03:07:28.380616 |
description | Royalty smart contract for the Litemint marketplace supporting fixed, subscription, and percentage-based royalties. |
homepage | |
repository | https://github.com/litemint/litemint-soroban-contracts |
max_upload_size | |
id | 1082425 |
size | 43,051 |
Litemint royalty smart contract powering the Litemint marketplace.
Licensed under MIT. This software is provided "AS IS", no liability assumed. More details.
Royalties play a pivotal role in digital economies.
The industry has encountered numerous obstacles in achieving decentralized payment enforcements (we discussed this topic at Meridian 2022, see video excerpt here). Currently, most marketplaces retain significant control over enforcing royalty payments (see this Tweet from OpenSea), which poses challenges to creators.
To address these challenges, we have identified a unique combination with Soroban smart contracts, oracles, and Stellar classic primitives (pre-auth transactions) allowing us to implement an unobtrusive solution for on-chain NFT royalty payment enforcements.
The Litemint royalty contract implements multiple royalty payment schemes for non-fungible tokens, including fixed, subscription, and percentage-based models. A key feature is its ability to enforce royalty payments without isolating NFTs from the Stellar DEX. Our approach ensures that NFT creators and collectors can freely hold and trade their NFTs from any Stellar DEX compatible service, enjoying an unrestricted sales funnel.
soroban-kit
provides fast, lightweight functions and macros with lean, targeted functionality for Soroban smart contract development:
https://github.com/FredericRezeau/soroban-kit.
The Litemint royalty contract uses the following features from soroban-kit
:
oracles
to receive external market data feed.storage
for type safety with storage operations.From the workspace root:
git clone https://github.com/Litemint/litemint-soroban-contracts.git
soroban contract build
cargo test -- --nocapture
soroban contract deploy --wasm target/wasm32-unknown-unknown/release/litemint_auction_contract.wasm --source ACCOUNT --rpc-url https://soroban-testnet.stellar.org:443 --network-passphrase "Test SDF Network ; September 2015"
output > CONTRACT_ID
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/feature
)git commit -m 'Add some feature'
)git push origin feature/feature
)Distributed under the MIT License. See LICENSE for more information.
LitemintHQ on X - @LitemintHQ
Litemint Marketplace: https://litemint.com
Join our discord server: https://litemint.gg