Contains the code and commits for the Embark DReddit tutorial
Go to file
Pascal Precht 08e4031442
step 13: introduce CreatePost component
2019-02-14 13:38:30 +01:00
app step 13: introduce CreatePost component 2019-02-14 13:38:30 +01:00
config step 0: set up Embark project 2019-02-05 16:29:33 +01:00
contracts step 5: add method to fetch votes 2019-02-05 16:29:41 +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 12: render first component 2019-02-13 14:41:06 +01:00
package.json step 12: render first component 2019-02-13 14:41:06 +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.