ConsenSysMesh / web3studio-bootleg

The Shared Royalty Non-Fungible Token (a.k.a Bootleg) is an open source project started by the ConsenSys Web3Studio team. The purpose of the Shared Royalty Non-Fungible Token (SRNFT) is to make any royalty business model, from the oil and gas industry to entertainment, easy to manage with the Ethereum blockchain .
https://consensys.net/web3studio/bootleg/
Apache License 2.0
91 stars 30 forks source link

Make payments owed more clear to token franchisors #171

Open brian-lc opened 5 years ago

brian-lc commented 5 years ago

Overview

As a franchisor I want to know exactly what transactions happened and how they contribute to what by balance is on a token (i.e. a visual payments ledger).

Assumptions

That it is possible to write a function that returns a list of some sort (or an array/mapping/text string) of the payments for a token franchisor. This might not be possible, if it is not then look to implement this in the web3 dApp and expose the payments as enumerable (if they are not already).

Acceptance

When a user looks the web UI for the dApp they see all the transactions and how much each one paid them (in eth).

Tasks