status-im / dappcon-workshop-dapp

DApp to be used in Dappcon
4 stars 3 forks source link

The tweet does not automatically appear in the second window #4

Open dotnetspec opened 6 years ago

dotnetspec commented 6 years ago

Overview

Working through the instructions/7 Watch the magic.md I get to step 4. - 'The tweet should automatically appear in the second window' but it does not render to the webpage ...

Extra Detail

The messages do appear in the Embark console There are no error messages in the browser console (just a warning - 'ENS is not available in this chain')

Steps to reproduce

(use embark framework) 1.Follow instructions to 7.4 - 'The tweet should automatically appear in the second window'

Screenshots

mr1 - screenshot from 2018-09-12 14-18-32 mr2 - screenshot from 2018-09-12 14-18-55

Logs

│ Blockchain> DTwitter.createAccount("hellomr1", "mr 1") | 0xa4d6c335447d8ccdc6e06f86f9d93ac1f892a4ee29ba406f4a162696bfb323eb | gas:126290 | blk:28094 | status:0x1 │ │ Blockchain> DTwitter.createAccount("hellomr2", "mr2") | 0x27a0ad611ce859e2b8b4833d31a614ed34b5a4c4d91e865671f9ed3c1afacfbf | gas:126226 | blk:28125 | status:0x1 │ │ Blockchain> DTwitter.tweet("hello there") | 0x61b0d1ed61b25e2204a0ae2a88b1dc14f951a83c7e2509296560ff8d0ac2bfe3 | gas:67208 | blk:28166 | status:0x1 │ │ Blockchain> DTwitter.tweet("asfasdfasdfa") | 0x1ddab63ce46368d3f500e2da3657a2ee3b28153e0453df45c5115b47c5d41d9c | gas:67272 | blk:28247 | status:0x1 │ │ Blockchain> DTwitter.tweet("asfasdfasdfas") | 0x8842480d4f4bdd5f7d8707a9fdff4dbead95b451372b1e5a695466e9cfdd54aa | gas:52336 | blk:28330 | status:0x1

Context (Environment)

Questions?

  1. Where should I look/what should I do to ensure the tweets are rendered to the html page? thx