paper-with-me

홈 › Papers

Implementing Smart Contracts: The case of NFT-rental with pay-per-like

2023-07-23 · Alfred Sopi, Johannes Schneider, Jan vom Brocke

Non-fungible tokens(NFTs) are on the rise. They can represent artworks exhibited for marketing purposes on webpages of companies or online stores -- analogously to physical artworks. Lending of NFTs is an attractive form of passive income for owners but comes with risks (e.g., items are not returned) and costs for escrow agents. Similarly, renters have difficulties in anticipating the impact of artworks, e.g., how spectators of NFTs perceive them. To address these challenges, we introduce an NFT rental solution based on a pay-per-like pricing model using blockchain technology, i.e., smart contracts based on the Ethereum chain. We find that blockchain solutions enjoy many advantages also reported for other applications, but interestingly, we also observe dark sides of (large) blockchain fees. Blockchain solutions appear unfair to niche artists and potentially hamper cultural diversity. Furthermore, a trust-cost tradeoff arises to handle fraud caused by manipulation from parties outside the blockchain. All code for the solution is publicly available at: https://github.com/asopi/rental-project

📄 PDF Abstract BibTeX arXiv:2308.02424

Code (1)

asopi/rental-project 공식 구현

Tasks

DiversityMarketing

Similar Papers 제목 키워드 기반

Efficacy of Various Large Language Models in Generating Smart Contracts

2024-06-28 · Siddhartha Chatterjee, Bina Ramamurthy

This study analyzes the application of code-generating Large Language Models in the creation of immutable Solidity smart contracts on the Ethereum Blockchain. Other works have previously analyzed Artificial Intelligence …

Code Generation

Logical foundations of Smart Contracts

2025-02-13 · Kalonji Kalala

Nowadays, sophisticated domains are emerging which require appropriate formalisms to be specified accurately in order to reason about them. One such domain is constituted of smart contracts that have emerged in cyber phy…

A Multi-Agent Framework for Automated Vulnerability Detection and Repair in Solidity and Move Smart Contracts

2025-02-22 · Rabimba Karanjai, Sam Blackshear, Lei Xu, Weidong Shi

The rapid growth of the blockchain ecosystem and the increasing value locked in smart contracts necessitate robust security measures. While languages like Solidity and Move aim to improve smart contract security, vulnera…

Vulnerability Detection

Multi-Class classification of vulnerabilities in Smart Contracts using AWD-LSTM, with pre-trained encoder inspired from natural language processing

2020-03-21 · Ajay K. Gogineni, S. Swayamjyoti, Devadatta Sahoo, Kisor K. Sahu 외

Vulnerability detection and safety of smart contracts are of paramount importance because of their immutable nature. Symbolic tools like OYENTE and MAIAN are typically used for vulnerability prediction in smart contracts…

Binary ClassificationGeneral ClassificationMulti-class ClassificationVulnerability Detection

Semantic Interoperability on Blockchain by Generating Smart Contracts Based on Knowledge Graphs

2024-09-11 · William Van Woensel, Oshani Seneviratne

Background: Health 3.0 allows decision making to be based on longitudinal data from multiple institutions, from across the patient's healthcare journey. In such a distributed setting, blockchain smart contracts can act a…

Code GenerationDecision MakingKnowledge Graphs