Contains the code and commits for the Embark DReddit tutorial
Go to file
Pascal Precht c6a4464bcf
step 14: create `Post` component and use EmbarkJS.onReady()
2019-02-14 15:13:11 +01:00
app step 14: create `Post` component and use EmbarkJS.onReady() 2019-02-14 15:13:11 +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 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.