Get contributions from minted events (WIP)

This commit is contained in:
2017-08-14 17:15:11 +02:00
parent 8fbecd928b
commit b8f4040def
6 changed files with 413 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ export default Ember.Route.extend({
contributors: kredits.getContributors(),
totalSupply: kredits.getValueFromContract('tokenContract', 'totalSupply'),
proposals: kredits.getProposals(),
contributions: kredits.getContributions(),
newContributor: Contributor.create({ kind: 'person' })
});
}