Contains the code and commits for the Embark DReddit tutorial
Go to file
Pascal Precht 3dc492150b
step 17: use `canVote()` to prevent users from voting on posts they are not allowed to
2019-02-18 14:13:28 +01:00
app step 17: use `canVote()` to prevent users from voting on posts they are not allowed to 2019-02-18 14:13:28 +01:00
config step 0: set up Embark project 2019-02-05 16:29:33 +01:00
contracts step 15: create List component to render posts 2019-02-18 14:10:37 +01:00
test step 11: test that users can't vote multiple times on same post 2019-02-05 16:29:42 +01:00
.gitignore step 0: set up Embark project 2019-02-05 16:29:33 +01:00
README.md step 0: set up Embark project 2019-02-05 16:29:33 +01:00
embark.json step 0: set up Embark project 2019-02-05 16:29:33 +01:00
package-lock.json step 14: create `Post` component and use EmbarkJS.onReady() 2019-02-14 15:13:11 +01:00
package.json step 14: create `Post` component and use EmbarkJS.onReady() 2019-02-14 15:13:11 +01:00

README.md

Embark DReddit Tutorial

This repository contains the code and commits for the Embark DReddit tutorial which consists of three parts.

Every commit represents one step within the tutorial, making it easy to review changes.