Commit Graph

15 Commits

Author SHA1 Message Date
Pascal Precht c6a4464bcf
step 14: create `Post` component and use EmbarkJS.onReady() 2019-02-14 15:13:11 +01:00
Pascal Precht 08e4031442
step 13: introduce CreatePost component 2019-02-14 13:38:30 +01:00
Pascal Precht 6e983eb81b
step 12: render first component 2019-02-13 14:41:06 +01:00
Pascal Precht bbe671d3d4
step 11: test that users can't vote multiple times on same post 2019-02-05 16:29:42 +01:00
Pascal Precht 6ca11b2ada
step 10: test vote() 2019-02-05 16:29:42 +01:00
Pascal Precht e0d53e26cb
step 9: test canVote() 2019-02-05 16:29:42 +01:00
Pascal Precht 0915ce8ede
step 8: test correctness of data 2019-02-05 16:29:42 +01:00
Pascal Precht bf3838677c
step 7: test create post 2019-02-05 16:29:42 +01:00
Pascal Precht 5ce277e379
step 6: check if test environment works 2019-02-05 16:29:42 +01:00
Pascal Precht 191d6ef5c5
step 5: add method to fetch votes 2019-02-05 16:29:41 +01:00
Pascal Precht c79154b9f2
step 4: determine if users can vote 2019-02-05 16:29:41 +01:00
Pascal Precht 56cc49a8f4
step 3: introduce up and down voting 2019-02-05 16:29:41 +01:00
Pascal Precht 7de9fa3898
step 2: add NewPost event 2019-02-05 16:29:41 +01:00
Pascal Precht 393b39d973
step 1: introduce DReddit Smart Contract and createPost() method 2019-02-05 16:29:41 +01:00
Pascal Precht 766b48c4e7
step 0: set up Embark project 2019-02-05 16:29:33 +01:00