@meshsdk/contract
v1.7.12
Published
Here's a list of open-source smart contracts, complete with documentation, live demos, and end-to-end source code.
Downloads
543
Readme
Mesh Smart Contracts Library
Here's a list of open-source smart contracts, complete with documentation, live demos, and end-to-end source code.
| Contract | Description | Links | | --- | --- | --- | | Content Ownership | Create a content registry and users can create content that is stored in the registry | [demo] [source] | | Escrow | Facilitates the secure exchange of assets between two parties by acting as a trusted intermediary that holds the assets until the conditions of the agreement are met | [demo] [source] | | Giftcard | Allows users to create a transactions to lock assets into the smart contract, which can be redeemed by any user | [demo] [source] | | Marketplace | Allows anyone to buy and sell native assets such as NFTs | [demo] [source] | | NFT Minting | Mint NFTs with an automatically incremented index, which increases by one for each newly minted NFT | [demo] [source] | | Payment Splitter | Allows users to split incoming payments among a group of accounts | [demo] [source] | | Swap | Facilitates the exchange of assets between two parties | [demo] [source] | | Vesting | Allows users to lock tokens for a period of time and withdraw the funds after the lockup period | [demo] [source] |