hodl
2017-05-19 15:03
has joined #hackathon

hodl
2017-05-19 15:03
@hodl set the channel purpose: Status $25,000 Virtual Hackathon Extend Status with commands, create decentralized chatbots or mobile-ready your web DApp to win prizes.�June�3rd�?�June�10th

benmorrow
2017-05-19 15:06
has joined #hackathon

deodatus
2017-05-19 15:06
has joined #hackathon

carl
2017-05-19 15:07
has joined #hackathon

tatu
2017-05-19 15:08
has joined #hackathon

jarradhope
2017-05-19 15:08
has joined #hackathon

josephp
2017-05-19 15:10
has joined #hackathon

josephp
2017-05-19 15:11
Hello all - looking forward to contributing to a team that's making something cool and preferably useful !

josephp
2017-05-19 15:11
peer lending is something i'm into... simple "partnership governance" app also

benmorrow
2017-05-19 15:15
Welcome, @josephp! Those are good ideas. Speaking of which...

benmorrow
2017-05-19 15:15
Hi all, in order to have diverse ideas in the hackathon, I'd like to start collecting ideas for potential things people can work on. If you have seen anything that needs doing or have any ideas yourself, please share them using this form: https://docs.google.com/forms/d/e/1FAIpQLSeUXmu6zsQ__gbGpkWn0G4jHmxiRAVvVwTAHbBCtFlBsGMRLw/viewform Even if the ideas on this list don't get built, by putting them out there, you will help stimulate creativity. Here's my standard advice to anyone who is on the fence about sharing their idea becasue they think someone will steal it: By sharing your idea, you are allowing other good people to find you and help you make it happen. If someone else likes the idea and runs with it, don't worry. They are going to realize the idea in a very different way than the vision you see in your head. You're better off sharing it. It will push you forward and help the community advance.

bbodensieck
2017-05-19 15:20
has joined #hackathon

kendall
2017-05-19 15:38
has joined #hackathon

cryptowanderer
2017-05-19 15:45
has joined #hackathon

cojo20
2017-05-19 15:45
has joined #hackathon

isasftw
2017-05-19 15:45
has joined #hackathon

isasftw
2017-05-19 15:45
Wow, this is awesome

cryptowanderer
2017-05-19 15:45
@cslarson not yet up-to-date on that last tutorial. Will get there when I have a moment

cslarson
2017-05-19 15:45
has joined #hackathon

isasftw
2017-05-19 15:45
I've been gone for a bit, didn't know the API is up already :D

jarradhope
2017-05-19 15:46
@isasftw it's very experimental

jarradhope
2017-05-19 15:46
we're working on it

isasftw
2017-05-19 15:46
Yeah, I got that part. Still awesome though!

xibot
2017-05-19 15:47
has joined #hackathon

runningdeveloper
2017-05-19 15:52
has joined #hackathon

isasftw
2017-05-19 15:52
I really love that I can use js instead of cljs :)

andrey
2017-05-19 15:53
has joined #hackathon

tatu
2017-05-19 16:11
@tatu pinned a message to this channel.

andrey
2017-05-19 16:12
@cslarson here is simple example how to create suggestions ```function jsSuggestions(params, context) { var balance = parseFloat(web3.fromWei(web3.eth.getBalance(context.from), "ether")); var text = status.components.text({}, "Balance " + balance + " ETH"); return {markup: status.components.view({}, [text])}; } status.addListener("on-message-input-change", jsSuggestions);```

joeleel
2017-05-19 16:12
has joined #hackathon

bowensanders
2017-05-19 16:17
has joined #hackathon

heychase
2017-05-19 16:33
has joined #hackathon

antoine_e
2017-05-19 17:01
has joined #hackathon

kidayb
2017-05-19 17:19
has joined #hackathon

farazdagi
2017-05-19 17:21
has joined #hackathon

isasftw
2017-05-19 17:39
Does status have a swarm client?

isasftw
2017-05-19 17:52
I mean, can i upload to swarm via a status dapp

isasftw
2017-05-19 17:53
I have a pretty interesting idea, but it would need a way to host files.. Swarm seems like the best way, since the gateway works pretty well

isasftw
2017-05-19 17:53
@carl, @jarradhope ?

rubuaxon
2017-05-19 18:22
has joined #hackathon

tatu
2017-05-19 18:22
@isasftw It's in the works, but not implemented yet

isasftw
2017-05-19 18:23
Oh :disappointed: Probably not in time for the hackathon then

tatu
2017-05-19 18:24
I can't promise anything, but there's still a couple of weeks

isasftw
2017-05-19 18:25
Yeah

isasftw
2017-05-19 18:25
@tatu, Do you know how i can upload the dapp to the device

isasftw
2017-05-19 18:25
add-dapp isn't a valid command in status-dev-cli

tatu
2017-05-19 18:25

isasftw
2017-05-19 18:25
and add doesn't seem to add the contact

isasftw
2017-05-19 18:26
Yeah, wasn't talking about swarm, just the api :slightly_smiling_face:

tatu
2017-05-19 18:26
@isasftw `status-dev-cli add-dapp '{"whisper-identity": "truffle-botler", "name": "Truffle Botler", "dapp-url" : "http://<MACHINE-IP>:8080/" ,"bot-url": "http://<MACHINE-IP>:8080/bot/bot.js"}' --ip <DEVICE-IP>`

isasftw
2017-05-19 18:27
Yeah, add-dapp is not a valid command

isasftw
2017-05-19 18:27
just `add` runs, but i don't see the contact

tatu
2017-05-19 18:27
which version of Status are you using?

isasftw
2017-05-19 18:28
google play

isasftw
2017-05-19 18:29
That should be 0.9.7

floar
2017-05-19 18:29
has joined #hackathon

isasftw
2017-05-19 18:30
Also, not using truffle or embark, just the diy

isasftw
2017-05-19 18:30
`status-dev-cli add '{"whisper-identity": "my-dapp", "dapp-url": "http://<MACHINE-IP>:8080/", "name": "My DApp"}' ?ip <DEVICE-IP>`

isasftw
2017-05-19 18:30
That's the command i'm using

tatu
2017-05-19 18:31
and what error are you getting?

isasftw
2017-05-19 18:31
No error

isasftw
2017-05-19 18:31
"Contact has been added succesfully"

isasftw
2017-05-19 18:31
but it doesn't show up in the contacts

floar
2017-05-19 18:32
PS D:\Projects\status\embark_demo> status-dev-cli add Contact has been added succesfully. PS D:\Projects\status\embark_demo> status-dev-cli add this is not going to work Contact has been added succesfully.

orangemtony
2017-05-19 18:32
has joined #hackathon

floar
2017-05-19 18:32
I think error handling might be off

floar
2017-05-19 18:32
i get the succesfully return everytime, even with *nonsense* calls :slightly_smiling_face:

isasftw
2017-05-19 18:32
Oh ok

isasftw
2017-05-19 18:34
Yeah, same here

floar
2017-05-19 18:36
ok new info: when running "status-dev-cli add" I actually get a new chat in the list called 'app_name' which leads to a broken webpage

floar
2017-05-19 18:36
so deploy in general is working

isasftw
2017-05-19 18:36
Yeah, might just be the params then

jill
2017-05-19 18:37
has joined #hackathon

isasftw
2017-05-19 18:39
@floar I'm not even getting the app_name one

floar
2017-05-19 18:40
I do: It redirects to @browse http://localhost:8080/

floar
2017-05-19 18:41
status-dev-cli remove does also remove the app

tatu
2017-05-19 18:44
@isasftw And you've turned on debugging, checked the ip etc? Using Android?

isasftw
2017-05-19 18:45
Yeah

tatu
2017-05-19 18:45
and the ip was in IPv4 format?

isasftw
2017-05-19 18:45
Android, adb enabled, forwarding done, pc sees phone, status debuggin is enabled

isasftw
2017-05-19 18:45
i'll double check the ip once more

isasftw
2017-05-19 18:46
I'm on windows btw

floar
2017-05-19 18:46
me too

tatu
2017-05-19 18:46
You should try with this build: http://artifacts.status.im:8081/artifactory/nightlies-local/im.status.ethereum-0deca1.apk that's the latest develop, and there are things that have changed since 0.9.7 release, and the docs are being updated, so they will reflect the changes made in the develop branch, could you please test with that?

isasftw
2017-05-19 18:46
Sure

tatu
2017-05-19 18:47
Thanks :slightly_smiling_face:

isasftw
2017-05-19 18:50
Done

floar
2017-05-19 18:50
ok some new findings: Status debug shows only ipv6 adress. i can deploy and empty dapp with *status-dev-cli add* but not with *status-dev-cli add --ip [ipv4addr]* or [ipv6addr]

isasftw
2017-05-19 18:50
still not working

tatu
2017-05-19 18:51
you should be able to get your ipv4 address with `adb ifconfig | grep inet`

isasftw
2017-05-19 18:51
Not on windows..?

tatu
2017-05-19 18:51
with adb

tatu
2017-05-19 18:52
Android is a Linux based OS :slightly_smiling_face:

isasftw
2017-05-19 18:52
Yeah ik

floar
2017-05-19 18:52
used adb shell netcfg

tatu
2017-05-19 18:52
the Android Bridge runs the command on your device, so yeah, it works even in windows

isasftw
2017-05-19 18:52
Oh yeah

isasftw
2017-05-19 18:52
but the command still doesn't work

floar
2017-05-19 18:53
use " adb shell "ifconfig | grep inet""

floar
2017-05-19 18:53
adb shell "ifconfig | grep inet"

isasftw
2017-05-19 18:53
oh ok

isasftw
2017-05-19 18:53
Yeah, that works

tatu
2017-05-19 18:53
Thanks @floar :slightly_smiling_face:

isasftw
2017-05-19 18:54
Exactly the same ip as status is giving me

floar
2017-05-19 18:54
np :slightly_smiling_face: figuring out stuff myself right now :slightly_smiling_face:

isasftw
2017-05-19 18:54
And my router

noxon
2017-05-19 18:54
has joined #hackathon

tatu
2017-05-19 18:55
@isasftw you need to enter the ip of the phone, so you're on wifi?

isasftw
2017-05-19 18:55
no

isasftw
2017-05-19 18:55
adb over usb

isasftw
2017-05-19 18:56
I'm just putting in the ip that status is giving me

tatu
2017-05-19 18:56
well yeah, but mobile or wifi :stuck_out_tongue:

isasftw
2017-05-19 18:56
?

isasftw
2017-05-19 18:57
I am connected to wifi

tatu
2017-05-19 18:57
there shouldn't be any difference

tatu
2017-05-19 18:57
but there could be, is the ipv4 address you're seeing the same ip as wlan0 when running ifconfig?

isasftw
2017-05-19 18:58
yes

isasftw
2017-05-19 18:58
If i turn wifi off it gives me a completely different ip

isasftw
2017-05-19 18:59
Most likely my public ip

floar
2017-05-19 18:59
ill brb, need to restart. Don't solve this without me :wink:!

isasftw
2017-05-19 19:00
Not making a difference when trying to upload though

isasftw
2017-05-19 19:00
same success message, no result

hutch
2017-05-19 19:05
has joined #hackathon

isasftw
2017-05-19 19:05
help @carl?

isasftw
2017-05-19 19:05
Why on reddit but not on slack?

alevi
2017-05-19 19:06
has joined #hackathon

weifeng
2017-05-19 19:09
has joined #hackathon

andrey
2017-05-19 19:13
hi @isasftw try to close properly the app, open it again , login, and execute command again

isasftw
2017-05-19 19:13
ok

isasftw
2017-05-19 19:13
won't that shut down the debugger though?

tatu
2017-05-19 19:13
@isasftw I'm running out of ideas so Andrey will most likely be able to help you :slightly_smiling_face:

andrey
2017-05-19 19:14
debugger will be running again after login automatically

isasftw
2017-05-19 19:14
oh ok

andrey
2017-05-19 19:16
and one more thing try to change "whisper-identity"

isasftw
2017-05-19 19:16
ok

isasftw
2017-05-19 19:16
weird, now my status is completely blank

isasftw
2017-05-19 19:16
will restart again

isasftw
2017-05-19 19:18
Well, i restarted

amustafa
2017-05-19 19:18
has joined #hackathon

isasftw
2017-05-19 19:18
i ran the command again, with whisper identity changed

isasftw
2017-05-19 19:18
still can't see it anywhere

andrey
2017-05-19 19:19
and does it say "Contact has been added succesfully" ?

isasftw
2017-05-19 19:19
Yes

andrey
2017-05-19 19:20
are you trying on Android phone? google play version?

floar
2017-05-19 19:22
case for me is that i can deploy a broken app with *status-dev-cli add* and remove it again with *status-dev-cli remove* so connection seems to be alright

floar
2017-05-19 19:22
yet as soon as i add parameters it does not do anything

isasftw
2017-05-19 19:23
@andrey I've tried with gplay and the latest nightly

chompetto
2017-05-19 19:26
has joined #hackathon

andrey
2017-05-19 19:27
My assumption is that last version of status-dev-cli and gplay status incompatible, but latest nightly should work

andrey
2017-05-19 19:29
could you try to delete app clear all data and install this build http://artifacts.status.im:8081/artifactory/nightlies-local/im.status.ethereum-0deca1.apk

isasftw
2017-05-19 19:30
That's the build i have atm

isasftw
2017-05-19 19:31
Didn't clear data though

andrey
2017-05-19 19:34
and you have 3.0.2 cli i think? latest

isasftw
2017-05-19 19:35
Yep

andrey
2017-05-19 19:38
could you send me app logs from `adb shell`?

floar
2017-05-19 19:39
ok i figured out why the *status-dev-cli add* worked for me: I ran it from inside the embark demo folder where there was a package.json, which is used by cli tools as fallback

floar
2017-05-19 19:39
cd..

isasftw
2017-05-19 19:40
@andrey what command should i run in the adb shell?

floar
2017-05-19 19:41
adb shell logcat most likely

floar
2017-05-19 19:41
looking for a decent filter right now

will.clark
2017-05-19 19:48
has joined #hackathon

andrey
2017-05-19 19:48
adb logcat yes

isasftw
2017-05-19 19:52
I could make out that it received the request

isasftw
2017-05-19 19:52
hard to see after that because it keeps scrolling down

floar
2017-05-19 19:53
this is what i get when running *status-dev-cli add* in the embark demo folder [ 05-19 21:52:31.361 18319:18372 I/ReactNativeJS ] Handling re-frame event: :debug-request [ 05-19 21:52:31.365 18319:18372 I/ReactNativeJS ] Handling re-frame event: :debug-add-contact [ 05-19 21:52:31.368 18319:18372 I/ReactNativeJS ] Handling re-frame event: :upsert-chat! [ 05-19 21:52:31.489 18319:18372 I/ReactNativeJS ] Handling re-frame event: :add-contacts

isasftw
2017-05-19 19:53
Also a whole lot of "usb" and "denied"

isasftw
2017-05-19 19:53
05-19 22:53:35.983 10735 10735 W im.status.ethereum: type=1400 audit(0.0:14150): avc: denied { read } for comm=4173796E635461736B202331 name="usb" dev="tmpfs" ino=10291 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:usb_device:s0 tclass=dir permissive=0

andrey
2017-05-19 19:53
yes @floar that is it

floar
2017-05-19 19:53
when running the * status-dev-cli add '{"whisper-identity": "test", "dapp-url": "http://localhost:8080", "name": " My Dapp"}'* somewhere else (with correct http server running) i only get: [ 05-19 21:52:31.361 18319:18372 I/ReactNativeJS ] Handling re-frame event: :debug-request

floar
2017-05-19 19:54
so apparently it breaks after this debug message.. but i get noe error wahtsoever as far as i can tell

tatu
2017-05-19 19:54
@isasftw open your phone and switch on MTP mode for usb

isasftw
2017-05-19 19:54
ok

tatu
2017-05-19 19:55
and do you have developer options and usb debugging turned on at the phone?

isasftw
2017-05-19 19:55
Yeah

tatu
2017-05-19 19:55
:+1:

floar
2017-05-19 19:55
my log for the diy app is something like this: [ 05-19 21:54:38.894 18319:18372 I/ReactNativeJS ] Handling re-frame event: :debug-request [ 05-19 21:54:39.111 971: 1107 E/WifiConfigManager ] updateConfiguration freq=5180 BSSID=a4:2b:b0:e9:66:bc RSSI=-82 "TP-LINK_66BC_5G"WPA_PSK [ 05-19 21:54:39.121 971: 971 I/QosMonitor ] queryRtt: rtt_type = 3 [ 05-19 21:54:39.121 971: 971 I/WifiProJNI ] ######### GET RTT:3 ######## [ 05-19 21:54:39.121 971: 1170 I/HuaweiWifiWatchdogStateMachine ] spd good count:2,36, add sc:0.0, rate:1.0 [ 05-19 21:54:39.121 971: 1170 I/HuaweiWifiWatchdogStateMachine ] current mHighDataFlowRate = 1.0 [ 05-19 21:54:39.121 971: 1168 I/QosMonitor ] postEventFromNative: msg=100,arg1=4,arg2=9 [ 05-19 21:54:39.121 971: 1170 I/HuaweiWifiWatchdogStateMachine ] POta txb txg rxg:0, 71, 0. Lr =0% Totpkt=71 [ 05-19 21:54:39.122 971: 1168 W/WifiProJNI ] poll before: g_monitor_fd =236 [ 05-19 21:54:39.122 971: 971 I/WifiProJNI ] ######### CMD_QUERY_PKTS ######## [ 05-19 21:54:39.122 971: 971 I/QosMonitor ] resetRtt: rtt_type = 3 [ 05-19 21:54:39.122 971: 971 I/WifiProJNI ] ######### RESET RTT:3 ######## [ 05-19 21:54:39.123 971: 1168 I/QosMonitor ] postEventFromNative: msg=100,arg1=0,arg2=9 [ 05-19 21:54:39.123 971: 1168 W/WifiProJNI ] poll before: g_monitor_fd =236 [ 05-19 21:54:39.123 971: 971 I/MQoS ] rtt=420,tcp_tx_pkts=1801887,tcp_rx_pkts=3082068 [ 05-19 21:54:39.126 971: 3126 I/MQoS ] QOS_level:0(0),DataDisable;use level-0 [ 05-19 21:54:39.127 971: 1170 I/HuaweiWifiWatchdogStateMachine ] PTcp RTT:420, rtt pkt=47, tcp_rx=57, tcp_tx=48, tcp_reTran=0, rtRate=0 [ 05-19 21:54:39.127 971: 1170 I/HuaweiWifiWatchdogStateMachine ] rs ota tcp lr rttvb bad: false, false, false, false, false; rsth:-75 [ 05-19 21:54:39.128 971: 1170 I/HuaweiWifiWatchdogStateMachine ] pkt chk not bad, reset sc to 0. [ 05-19 21:54:39.818 971: 971 I/TrafficMonitor ] expired arrive. level:-1 [ 05-19 21:54:39.819 971: 971 I/TrafficMonitor ] during_ms:2001,period_ms:2000 [ 05-19 21:54:39.819 971: 971 I/TrafficMonitor ] count:955,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2001,rx_speed:0.0,tx_speed:0.0,rto:0.0

isasftw
2017-05-19 19:55
I had it on usb for chargin though :stuck_out_tongue:

floar
2017-05-19 19:55
i use ptp

tatu
2017-05-19 19:55
that could be the issue :slightly_smiling_face:

floar
2017-05-19 19:55
mtp was not working for me on windows

isasftw
2017-05-19 19:56
Still can't see it in the contacts

tatu
2017-05-19 19:57
re-do the steps Andrey mentioned, restart app etc

tatu
2017-05-19 19:57
`close properly the app, open it again , login, and execute command again`

isasftw
2017-05-19 19:58
Huh `05-19 22:57:18.684 10616 10681 D ReactNativeJS: DEBUG [status-im.debug.handlers:53] - Error: SyntaxError: JSON Parse error: Single quotes (') are not allowed in JSON`

andrey
2017-05-19 19:59
Yes that's it. We need error handling and display them on the screen

isasftw
2017-05-19 20:01
So, how do i fix it? change single quotes to normal ones?

isasftw
2017-05-19 20:03
Anyway, gtg, bye

tatu
2017-05-19 20:04
Good night @isasftw

andrey
2017-05-19 20:06
yes just change, i'll try to figure out why this happens where from these single quotes comes

floar
2017-05-19 20:07
no idea how high your motivation still is, but I am not sure i am having the same error :slightly_smiling_face: but i am alos totally fine if you want a good nose of sleep, i'll keep tinkering around and let you know tomorrow if you want to

tatu
2017-05-19 20:08
@floar So are you using Embark or CLI?

tatu
2017-05-19 20:08
and did you install the nightly?

floar
2017-05-19 20:09
tried both, currently trying to get cli to work, as @isasftw also had an error and i wanted to help. and yes using nightly

floar
2017-05-19 20:09
nightly already fixed the issue that console was showing ipv6 then vs ipv4 now

floar
2017-05-19 20:11
I have the cli example running on localhost:8080, working fine with firefox when i run status-dev-cli add '{"whisper-identity": "my-dapp", "dapp-url": "http://192.168.0.180:8080/", " name": "My DApp"}' ?ip 192.168.1.100 i get the Contact has been added succesfully, but there is no wuery against the webserver and no contact is added on the phone

floar
2017-05-19 20:12
I do get the *[ 05-19 22:11:51.264 22631:22679 I/ReactNativeJS ] Handling re-frame event: :debug-request* in logcat, but no further steps

tatu
2017-05-19 20:17
Embark uses port 8000? `adb reverse tcp:8000 tcp:8000`

ernestrubio
2017-05-19 20:17
has joined #hackathon

tatu
2017-05-19 20:17
from the config example: `"rpcCorsDomain": "http://localhost:8000",`

tatu
2017-05-19 20:18
and ``` "host": "<your-machines-ip>", "port": 8000```

floar
2017-05-19 20:18
not using embark right now.. just have the index.html and app.js from the diy part

tatu
2017-05-19 20:19
okay, i thought you had cli working fine :slightly_smiling_face:

jorisbontje
2017-05-19 20:19
has joined #hackathon

cryptowanderer
2017-05-19 20:19
cli sometimes does work fine, and it'll say it's added your DApp or contact successfully but nothing will happen. Not sure why this has started happening now.

tatu
2017-05-19 20:20
Andy here is the one writing our docs and tutorials, so he does know more about this matter than me :slightly_smiling_face:

cryptowanderer
2017-05-19 20:20
maybe it's because it's late on a Friday and I didn't sacrifice enough goats for this week? Will return tomorrow to help more

floar
2017-05-19 20:21
I do not have goats but chickens live nearby :slightly_smiling_face: let me know when your goatstash is empty

tatu
2017-05-19 20:22
only thing that caught my eye from Florians log was a possible timeout ```[ 05-19 21:54:39.818 971: 971 I/TrafficMonitor ] expired arrive. level:-1 [ 05-19 21:54:39.819 971: 971 I/TrafficMonitor ] during_ms:2001,period_ms:2000```

cryptowanderer
2017-05-19 20:22
my goatstash could always use restocking @floar :wink:

floar
2017-05-19 20:23
the funny thing is, i can make cli deply work. when i create a package.json like this { "whisper-identity": "dapp-MyAppName", "dapp-url": "http://192.168.0.180:8080", "name": "My App Name" } It will actually create a contact with 'My App Name' but it will not grab content from the webserver. Contact tries to browse to localhost 8080 for some reason

floar
2017-05-19 20:23
when i try to pass in the json file via command it creates nothing

cryptowanderer
2017-05-19 20:24
passing in `dapp-url` causes the automatic browse, use `bot-url` to simply add contact

floar
2017-05-19 20:24
In the cli,js it has function getCurrentPackageData() { var obj = {}; if (fs.existsSync(process.cwd() + '/package.json')) { var json = JSON.parse(fs.readFileSync(process.cwd() + '/package.json', 'utf8')); obj["name"] = json.name; obj["whisper-identity"] = "dapp-" + fromAscii(json.name); obj["dapp-url"] = "http://localhost:" + (cli.dappPort || defaultDAppPort); } return obj; } at line 58

floar
2017-05-19 20:25
@cryptowanderer exact same behaviour with bot-url

floar
2017-05-19 20:26
the page points to @browse http://localhost:8080 on the phone

cryptowanderer
2017-05-19 20:26
yeah, was also struggling with that earlier and kinda hoping you would have a different result. `will investigate and get back to you tomorrow

floar
2017-05-19 20:26
:heart:!

floar
2017-05-19 20:26
take your time i am not in a hurry

floar
2017-05-19 20:26
and there is plenty of time till hackathon :wink:

alogos11
2017-05-19 20:30
has joined #hackathon

andrey
2017-05-19 20:32
@floar are you deleting contact each time before you try to add it again?

floar
2017-05-19 20:33
i guess so.. running status-clo remove on it

cryptowanderer
2017-05-19 20:33
yeah, definitely try that ^ may well have also been my error, just `remove-dapp` with the same json details

floar
2017-05-19 20:36
ok got some progress

floar
2017-05-19 20:36
there seem to be two problems ^^

floar
2017-05-19 20:37
First i was able to resolve: My Wfifi seems to block the devies from each other, will invetigate why this is. I hosted the sample on github pages and passed the link manually in the cli.js. and now it works when i create a package.json in my folder and use *status-dev-cli add* (no parameter)

floar
2017-05-19 20:38
code in question: function getCurrentPackageData() { var obj = {}; if (fs.existsSync(process.cwd() + '/package.json')) { var json = JSON.parse(fs.readFileSync(process.cwd() + '/package.json', 'utf8')); obj["name"] = json.name; obj["whisper-identity"] = "dapp-" + fromAscii(json.name); obj["dapp-url"] = "https://floar.github.io/dappTest/"; } return obj; }

floar
2017-05-19 20:39
second problem seems to be that for some reason passing json data manually does not to the trick and will not result in an entry

floar
2017-05-19 20:39
running: PS D:\Projects\status> status-dev-cli add "{'whisper-identity': 'my-dapp', 'dapp-url': 'https://floar.github.io/dappTest/', 'n ame': 'My DApp'}" Contact has been added succesfully. yields *no* entry in the chats (only wallet and console are in there)

andrey
2017-05-19 20:39
yes

andrey
2017-05-19 20:40
try to change quotes

floar
2017-05-19 20:40
PS D:\Projects\status> status-dev-cli add '{"whisper-identity": "my-dapp", "dapp-url": "https://floar.github.io/dappTest/", "n ame": "My DApp"}' Contact has been added succesfully. same result (*no*entry)

andrey
2017-05-19 20:40
PS D:\Projects\status> status-dev-cli add '{"whisper-identity": "my-dapp", "dapp-url": "https://floar.github.io/dappTest/", "n ame": "My DApp"}'

andrey
2017-05-19 20:40
yes

floar
2017-05-19 20:41
tried this earlier and then changed it around ^^ but result is the same

andrey
2017-05-19 20:41
try to change whisper

andrey
2017-05-19 20:41
PS D:\Projects\status> status-dev-cli add '{"whisper-identity": "my-dapp2", "dapp-url": "https://floar.github.io/dappTest/", "n ame": "My DApp"}'

andrey
2017-05-19 20:41
it can be broken contact and thats why it cant add with the same whisper

tatu
2017-05-19 20:42
@floar One thing that i noticed earlier was that the machine and phone appeared to be in different subnets, 192.168.1.x and 192.168.0.x, which could cause an error in their connection between each other...

floar
2017-05-19 20:43
@andrey still no change. I tried your version and also 'whoopwhoop' to give the extra motivation but same result @tatu yeah figured it may have something to do with my internet-over-power-cable. but this was solved by pointing the url to a webpage

andrey
2017-05-19 20:44
but you can see in the logs only :debug-request in that case?

sri19
2017-05-19 20:45
has joined #hackathon

floar
2017-05-19 20:47
sry restarted router

floar
2017-05-19 20:48
@andrey yes still only the debug-request

floar
2017-05-19 20:50
@tatu ok fixing my subnetmask allows me to query stuff from pc now.. so with a package.json and no additional parameters it works fine :slightly_smiling_face: i will investigate further from here

tatu
2017-05-19 20:54
Cool, let us know how it goes :slightly_smiling_face:

living_binary
2017-05-19 20:58
has joined #hackathon

living_binary
2017-05-19 20:59
Just read the hackathon announcement. I'm excited.

gottfried.szing
2017-05-19 21:02
has joined #hackathon

floar
2017-05-19 21:03
@tatu @cryptowanderer @andrey *fixed it!* I added a console log in line88 of the cli to see what the function was passing as contactData: 'function getPackageData(contact) { var contactData; if (!contact) { contactData = JSON.stringify(getCurrentPackageData()); } else { contactData = contact; } console.log(contactData); return contactData; }' Here are the results: _// First using the package json file with name, whisper-id and url set_ PS D:\Projects\status\my-dapp> status-dev-cli add {"name":"My App Name","whisper-identity":"dapp-0x4d7920417070204e616d65","dapp-url":"http://192.168.0.180:8080"} Contact has been added succesfully. _// Then using the json as parameter_ PS D:\Projects\status\my-dapp> status-dev-cli add '{"whisper-identity": "my-dapp5", "dapp-url": "http://192.168.0.180:8080", " name": "My DApp"}' {whisper-identity: my-dapp5, dapp-url: http://192.168.0.180:8080, name: My Contact has been added succesfully. Easy to see, the quotes get lost. The fix was du escape them in the query: PS D:\Projects\status\my-dapp> status-dev-cli add '{\"whisper-identity\": \"my-dapp5\", \"dapp-url\": \"http://192.168.0.180:8 080\",\"name\": \"My DApp\"}' {"whisper-identity": "my-dapp5", "dapp-url": "http://192.168.0.180:8080","name": "My DApp"} Contact has been added succesfully. this leads to the content appearing in chats :slightly_smiling_face: Thanks a ton for taking the (in the end not to small amount) of time to guide me throug hthis misery! Really apprechiate your effort! :heart:!

andrey
2017-05-19 21:06
so is it windows specific?

floar
2017-05-19 21:06
guess so

floar
2017-05-19 21:06
if it works on all other systems :slightly_smiling_face: but i can't test for myself sadly

andrey
2017-05-19 21:07
thank you @floar for your great investigations and help!

andrey
2017-05-19 21:07
yes it works on mac

floar
2017-05-19 21:08
ok! will have a look for a js function which might do this automatically. I would guess escaping the quotes should do no harm on mac so maybe this is something for a pull request

floar
2017-05-19 21:08
and if not the info with the escaped quote may help on the hackaton page

hutch
2017-05-19 21:21
@living_binary Thanks for joining!

void_vector
2017-05-19 21:47
has joined #hackathon

living_binary
2017-05-19 21:50
@hutch thanks. Looking forward to trying my hand at creating a DApp

hutch
2017-05-19 21:52
Great @living_binary! Make sure to stop by our wiki especially the developer part ;) http://wiki.status.im/contributing/development/introduction/

tatu
2017-05-19 22:01
Thanks @floar, that will be very helpful! And great to hear you got it working! :slightly_smiling_face:

hutch
2017-05-19 22:06
@void_vector welcome :)

void_vector
2017-05-19 22:16
Thanks :)

alfredo
2017-05-19 22:46
has joined #hackathon

tycan
2017-05-19 23:19
has joined #hackathon

shensz2017
2017-05-19 23:43
has joined #hackathon

dualcnhq
2017-05-20 00:03
has joined #hackathon

morganstar
2017-05-20 02:02
has joined #hackathon

ryan
2017-05-20 03:03
has joined #hackathon

ryan
2017-05-20 03:05
hey guys, joined the slack for the hackathon :slightly_smiling_face:

myles
2017-05-20 03:29
has joined #hackathon

myles
2017-05-20 03:32
Hi all. I'm looking for others who might be interested in collaborating for the hackathon. I'm a solidity dev and I have 'an' idea but I'm willing to get in contact with others to brainstorm.

hutch
2017-05-20 04:03
Welcome @morganstar @dualcnhq @shensz2017 @tycan

michael8
2017-05-20 04:33
has joined #hackathon

michael8
2017-05-20 04:40
Hi all, was lurking how status was developing for a while now and the hackathon finally made me join your slack. Looking forward to it :)

ryan
2017-05-20 04:43
does anyone know if status would have ENS lookup built into the browser in time for the hackathon? or is that future roadmap

ryan
2017-05-20 04:45
also, could we somehow serve the dapp files/assets to the browser via IPFS? (or swarm, but I don't think that's ready yet)

jarradhope
2017-05-20 05:15
@ryan ENS lookup in the browser probably won't happen before Hackathon - we tried running Swarm on devices but t the current time it's too bandwidth heavy so we'll be working with the Swarm team to create light swarm clients

jarradhope
2017-05-20 05:16
we also looked at IPFS at the moment cross compiling it would add an additional 21mb to the application binary

jarradhope
2017-05-20 05:17
so for now the safest solution is use swarm-gateway

jarradhope
2017-05-20 05:23
@isasftw ^

ryan
2017-05-20 05:25
@jarradhope gotcha, awesome thanks for the info. i'll look into using swarm-gateway

ivanq
2017-05-20 05:58
has joined #hackathon

isasftw
2017-05-20 06:02
@jarradhope Can I use a swarm gateway to upload aswell?

isasftw
2017-05-20 06:02
That was my main concern

isasftw
2017-05-20 06:03
And if I can't, can I use the IPFS JavaScript API?

richardsun
2017-05-20 06:13
has joined #hackathon

jarradhope
2017-05-20 06:25
i believe you can

isasftw
2017-05-20 06:39
Alright, cool!

isasftw
2017-05-20 06:39
Btw, my status-dev-cli is still not working

isasftw
2017-05-20 06:40
even with @floar's escape characters

carl
2017-05-20 06:41
isasftw: hey sorry @isasftw, was past 3am here when you sent that, was browsing reddit before bed :smile:

isasftw
2017-05-20 06:41
Ok :stuck_out_tongue:

floar
2017-05-20 06:41
@isasftw i`ll be on my pc in around half an hour and can try to walk you through it / find the error

isasftw
2017-05-20 06:42
Thanks :slightly_smiling_face:

andrey
2017-05-20 06:42
hi @isasftw are you also working in windows?

isasftw
2017-05-20 06:42
Yes

andrey
2017-05-20 06:42
ok

isasftw
2017-05-20 06:48
```status-dev-cli add '{\"whisper-identity\": \"awesome-dapp\", \"dapp-url\": \"http://192.168.10.42:8 080\",\"name\": \"My Testing DApp\"}' --ip 192.168.10.38```

isasftw
2017-05-20 06:48
That's the command i'm using

floar
2017-05-20 06:51
Try it without the ip param

jarradhope
2017-05-20 06:53
is this with 0.9.7 or nightly ?

isasftw
2017-05-20 06:54
Nightly

isasftw
2017-05-20 06:55
@floar, Tried without IP, don't see it anywhere

floar
2017-05-20 06:55
Some things to try out: connect your phone with phone brower (ptp) or something. Not the connection with the m in the beginning. Then restart status app and run the adb mapping of the 5000something port (one of the early steps in the guide). Then try again

floar
2017-05-20 06:57
Will have breakfast, then I can reproduce what I did yesterday :slightly_smiling_face:

jarradhope
2017-05-20 06:58
thanks @floar !

isasftw
2017-05-20 06:58
Doesn't work :disappointed:

isasftw
2017-05-20 06:58
Trying with mtp again

andrey
2017-05-20 07:01
@isasftw ^ one more thing to try, we should localize the problem

andrey
2017-05-20 07:02
I'll go have breakfast and come back

isasftw
2017-05-20 07:07
Wow!

isasftw
2017-05-20 07:07
Running `status-dev-cli add` (with no params) actually adds the app from package.json!

isasftw
2017-05-20 07:08
But connects to localhost:8080, as @floar said

alexandax
2017-05-20 07:10
has joined #hackathon

cryptowanderer
2017-05-20 07:16
edit the package.json to use a `bot-url` rather than a `dapp-url` @isasftw

isasftw
2017-05-20 07:17
It doesn't make a difference

isasftw
2017-05-20 07:17
Browser still opens with localhost:8080

floar
2017-05-20 07:17
I worked for me with dapp-url. I had to make some adjustments to the cli.js, because right now when you use a package,json it replaces the ip with localhost by default

floar
2017-05-20 07:18

isasftw
2017-05-20 07:19
Oh yeah, it overrides whatever you type in...

isasftw
2017-05-20 07:24
So... Should i just make it `obj["dapp-url"] = json.dapp-url;`?

floar
2017-05-20 07:29
'function getCurrentPackageData() { var obj = {}; if (fs.existsSync(process.cwd() + '/package.json')) { var json = JSON.parse(fs.readFileSync(process.cwd() + '/package.json', 'utf8')); obj["name"] = json.name; obj["whisper-identity"] = "dapp-" + fromAscii(json.name); obj["dapp-url"] = json["dapp-url"]; } return obj; }'

floar
2017-05-20 07:29
this is the function you will need

floar
2017-05-20 07:29
@cryptowanderer shall i make a pull request with this fix?

cryptowanderer
2017-05-20 07:29
yeah, that'd be great, thanks @floar!! :tada: :heart:

cryptowanderer
2017-05-20 07:30
@alwx ^

alwx
2017-05-20 07:30
has joined #hackathon

alwx
2017-05-20 07:32
yes, thanks @floar. please, send a PR and I will merge it

floar
2017-05-20 07:33
created an issue and will make PR in a sec

floar
2017-05-20 07:33
this does hardcode to dapp-url though..no idea how it will handle bot-url

floar
2017-05-20 07:33
Do you need bot-url form json ind bot-url payload? or do we just neglect it for now :wink:?

ellis
2017-05-20 07:36
has joined #hackathon

isasftw
2017-05-20 07:39
Yeah, doesn't work with the bot-url

floar
2017-05-20 07:39
@alwx created PR https://github.com/status-im/status-dev-cli/pull/5 As mentioned this is a very narrow fix, someone (you or if you really don't want I can take some minutes :)) to make this more general. Edgecases are: bot-url instead of dapp-url no url in pakcage.json -> fallback or error

floar
2017-05-20 07:39
@isasftw if you change your function in the clis.js to the one I posted you need to use dapp.url

floar
2017-05-20 07:39
dapp-url*

floar
2017-05-20 07:40
it is kind of hardcoded in the function :slightly_smiling_face:

isasftw
2017-05-20 07:40
Yeah, got that part

lowie
2017-05-20 07:40
has joined #hackathon

isasftw
2017-05-20 07:40
I hope they fix it soon :slightly_smiling_face:

isasftw
2017-05-20 07:42
Well, i'll just forget about the bots for now, and see what i can do with dapps in general

floar
2017-05-20 07:42
well it is a pretty young cli / framework, so it will need quite some hardening i guess. good things take time and a lot of people to break them :wink:

floar
2017-05-20 07:45
@isasftw were you able to deploy without a package.json? Or only with one

isasftw
2017-05-20 07:45
Only shows up if i have a package.json

floar
2017-05-20 07:48
You want to fix it for no package.json too?

isasftw
2017-05-20 07:48
Well, it doesn't really matter does it?

isasftw
2017-05-20 07:49
Since the package.json does the exact same thing as the json in the command would have

isasftw
2017-05-20 07:51
Besides, it makes the command way cleaner, when it's in the package.json instead

floar
2017-05-20 07:53
Ok :slightly_smiling_face: just wanted to know because i offered to make it work for you and don't want you to be sad :slightly_smiling_face: if you replace the function in cli.js with function getCurrentPackageData() { var obj = {}; if (fs.existsSync(process.cwd() + '/package.json')) { var json = JSON.parse(fs.readFileSync(process.cwd() + '/package.json', 'utf8')); obj["name"] = json.name; obj["whisper-identity"] = "dapp-" + fromAscii(json.name); if(json["dapp-url"]) obj["dapp-url"] = json["dapp-url"]; if(json["bot-url"]) obj["bot-url"] = json["bot-url"]; } return obj; } It should be able to handle bots b

tatu
2017-05-20 07:53
@floar Thank you so much for the PR and helping by looking into this! :bananadance: :weight_lifter:

floar
2017-05-20 07:54
@alwx added the if gates to the pullrequest so the function hsould handle bots as well. There is still no error handling when i do not provide the info though

floar
2017-05-20 07:54
@tatu sure thing :slightly_smiling_face:

isasftw
2017-05-20 07:55
That's awesome @floar :slightly_smiling_face:

alwx
2017-05-20 07:55
@floar thank you. would be nice if you also fix the indentation before I merge it

isasftw
2017-05-20 07:56
Does it work if i have both a dapp url and a bot url? Is that even possible in general?

floar
2017-05-20 07:56
will do. What is the expected behaviour of the api in the edge cases? I can add this too

isasftw
2017-05-20 07:57
Actually, now that i think about it, it's useless to have a bot and a dapp url :stuck_out_tongue:

isasftw
2017-05-20 07:57
Since if you want the users to use the bot, you don't want there to be a browser popping up

isasftw
2017-05-20 07:58
But i'll try to see if there's a way to open the browser from a bot

tomosaigon
2017-05-20 08:03
has joined #hackathon

cryptowanderer
2017-05-20 08:03
you're getting it fast @isasftw. Although, I want to improve the hacky way I have currently written about adding bots to things like truffle-box. I can imagine a DApp that uses some contracts to display info in a webView that then closes and uses a bot to interact with the user so that they can chat, set thing sup and then navigate back to the webView to see changes propogate - all from a mobile device. This is currently WIP.

isasftw
2017-05-20 08:09
Yeah, my idea was that the user could use /upload to upload a file to ipfs via a browser, or /search (query) to search in a browser

isasftw
2017-05-20 08:10
So when you run the command, it opens a webview and passes the command params to the dapp

floar
2017-05-20 08:10
I created the PR which allows dapp-url, bot-url or both, it gives and error log if you use package.json and provide no url. I thnik @alwx si looking at it. So as soon as this is through you will not need any manual editing of cli.js to make it work

cryptowanderer
2017-05-20 08:10
@isasftw you'll be needing this then: https://github.com/SilentCicero/ipfs-mini

isasftw
2017-05-20 08:11
Haha, i was using ipfs.js :stuck_out_tongue:

isasftw
2017-05-20 08:11
Loaded in a script tag

cryptowanderer
2017-05-20 08:11
you need to think a bit about mobile data usage mate :wink: #DataMustFall is actually a real social movement in South Africa...

isasftw
2017-05-20 08:13
Yeah :stuck_out_tongue:

isasftw
2017-05-20 08:13
That's really nice though, thanks :slightly_smiling_face:

isasftw
2017-05-20 08:13
Can it upload files other than json or single strings?

isasftw
2017-05-20 08:13
I would need to upload images

hoangbui1991
2017-05-20 08:25
has joined #hackathon

anna
2017-05-20 08:27
has joined #hackathon

jonfish
2017-05-20 08:31
has joined #hackathon

cryptowanderer
2017-05-20 08:38
I have only used it for json and strings @isasftw - images would prob better through ipfs.js. I do love me Nick's libraries though, so just keep him in mind :wink:

isasftw
2017-05-20 08:58
i guess i could just turn images to base64 or something, and upload them as strings

isasftw
2017-05-20 09:00
Although, that would be a really long string

dare
2017-05-20 09:47
has joined #hackathon

podizzler3k
2017-05-20 10:16
has joined #hackathon

jarradhope
2017-05-20 10:28

jarradhope
2017-05-20 10:28
it's the same one in go-ethereum

pan585
2017-05-20 10:54
has joined #hackathon

o2obvnphuc
2017-05-20 10:57
has joined #hackathon

djhanni
2017-05-20 12:24
has joined #hackathon

betheone
2017-05-20 12:28
has joined #hackathon

rileynumber1
2017-05-20 13:38
has joined #hackathon

gregj
2017-05-20 13:46
has joined #hackathon

cc
2017-05-20 14:03
has joined #hackathon

yxh909
2017-05-20 14:12
has joined #hackathon

pajkho
2017-05-20 15:14
has joined #hackathon

atospampatti
2017-05-20 16:10
has joined #hackathon

benmorrow
2017-05-20 16:30
So far we have eight teams signed up through GitHub issues :tada: If you're going to participate, but haven't yet signed up, go ahead and RSVP: https://github.com/status-im/hackathon/issues/new You can always change the details later. If you run into any trouble, or there's something I can help with, feel free to let me know.

iamjam
2017-05-20 16:51
has joined #hackathon

iamjam
2017-05-20 16:54
@benmorrow, how should I "give" my idea to the community? I've got some design docs I could clean up, should I just post stuff here and let someone else make a team, or should I make a team via github issues myself and... Idk..

benmorrow
2017-05-20 16:59
If you post it in here: https://docs.google.com/forms/d/e/1FAIpQLSeUXmu6zsQ__gbGpkWn0G4jHmxiRAVvVwTAHbBCtFlBsGMRLw/viewform I'm going to make a page where people can view ideas to get inspired

chrissmith
2017-05-20 17:00
has joined #hackathon

isasftw
2017-05-20 17:07
@cryptowanderer Hey! Thanks for the tip on ipfs-mini once again!

isasftw
2017-05-20 17:08
It's actually going to be perfect for what i'm doing! Going to upload json with some data (web3 eth address, base64 string of image, name of file)

danip
2017-05-20 17:34
has joined #hackathon

iamjam
2017-05-20 17:44
@benmorrow I give you my brain vomit, I wish everyone the best of luck with their endeavors here next month, while I wallow in packing and day-job-work :sweat_smile:

isasftw
2017-05-20 17:46
Btw, does anyone know an ipfs public node? @cryptowanderer ?

zurtzsir
2017-05-20 17:46
has joined #hackathon

iamjam
2017-05-20 17:53
@isasftw is the bootstrap list not working? If you you have two devices on the same local network, they should discover each other.

isasftw
2017-05-20 17:54
?

isasftw
2017-05-20 17:55
Bootstrap list?


isasftw
2017-05-20 17:56
Oh

isasftw
2017-05-20 17:56
Yeah

isasftw
2017-05-20 17:57
I haven't done much research on IPFS, but i need to use it with ipfs-mini in the browser.

dontmesswithabeer
2017-05-20 17:57
has joined #hackathon

isasftw
2017-05-20 17:58
So can i just use one off that list and use it as a gateway to push and receive data?

iamjam
2017-05-20 18:01
You only need to it to connect to your first peers. Each node in IPFS only keeps what it is explicitly requested to, by its operator.

iamjam
2017-05-20 18:02
Actually, I'm not super familiar with ipfs-mini so I might be wrong :sweat_smile:

kindzmb
2017-05-20 18:04
has joined #hackathon

geo13ari
2017-05-20 18:05
has joined #hackathon

benmorrow
2017-05-20 18:07
Welcome @danip, @chrissmith, @zurtzsir, @kindzmb, @geo13ari, @chris.remus! Glad to have you here

chris.remus
2017-05-20 18:07
has joined #hackathon

mathi
2017-05-20 18:15
has joined #hackathon

sprusr
2017-05-20 18:34
has joined #hackathon

kidkrypt0
2017-05-20 18:54
has joined #hackathon

sprusr
2017-05-20 19:00
Hola! Very excited about this, been wanting an excuse to spend a weekend hacking on a dApp!!

sprusr
2017-05-20 19:00
...and now comes along an excuse for a whole week! :sweat_smile:

wtzb
2017-05-20 19:05
has joined #hackathon

eurtnl
2017-05-20 19:06
has joined #hackathon

hutch
2017-05-20 19:06
@sprusr great to have you!

markinho11
2017-05-20 19:12
has joined #hackathon

brekket
2017-05-20 19:14
has joined #hackathon

alon
2017-05-20 19:17
has joined #hackathon

alon
2017-05-20 19:18
Hello! I would love to join a team with someone! I am an Ember.JS + C# Dev excited about cryptocurrency and Dapps in general :smile:

iamjam
2017-05-20 19:20
isasftw: you should probably consider looking at swarm.city's github for their solutions to these exact use cases.

octavarium
2017-05-20 19:23
has joined #hackathon

hutch
2017-05-20 19:25
@alon Great! I'm sure you will find someone in here and you can check out the projects /teams so far, and RSVP here https://github.com/status-im/hackathon/issues

treznich
2017-05-20 19:52
has joined #hackathon

salis
2017-05-20 20:00
has joined #hackathon

endre
2017-05-20 20:02
has joined #hackathon

richardsmile
2017-05-20 20:05
has joined #hackathon

kidkrypt0
2017-05-20 20:07
im a little confused on the timeframe, people are able to develop to DApp at any time right?, so why have the week long period to classify as the "hackathon"

brupp
2017-05-20 20:08
has joined #hackathon

kidkrypt0
2017-05-20 20:10
dont get me wrong tho big fan of the idea

griff
2017-05-20 20:16
has joined #hackathon

griff
2017-05-20 20:16
So excited about this

hutch
2017-05-20 20:22
@kidkrypt0 the main point is to incentivize development ; and also utilize protocols within status for interesting new ideas (i.e. Whisper).

hutch
2017-05-20 20:24
Some of the most ambitious projects spawn from a hackathon :sunglasses:.

kidkrypt0
2017-05-20 20:47
@hutch i get that

kidkrypt0
2017-05-20 20:47
im asking about the time frame

carl
2017-05-20 20:56
Hey @kidkrypt0. Regarding time frame our API docs are very new (and still a WIP), so the week is about playing around with those - whether that be integrating an existing DApp in a chat context, or creating a chatbot. Given the API is so experimental, we decided to allow anyone who works to make their DApp mobile-ready would be eligible too - judges will take this into account. Perhaps we could categorize the prizes more clearly then? Open to your suggestions :slightly_smiling_face:

kidkrypt0
2017-05-20 20:57
yeah i mean just seems hard to compare a project that someone completes in a week to for example someone has been working on for months

kidkrypt0
2017-05-20 20:58
giving a timeframe of a week would work if you chose a more specific goal/task at the beginning of the week, so everyone starts at the same time

kidkrypt0
2017-05-20 21:00
that it seems would foster more innovation/ talent and a more fair competition for judging

jasoons
2017-05-20 21:08
has joined #hackathon

sprusr
2017-05-20 21:11
@carl definitely wouldn't hurt to add an faq section about what is allowed to be used in terms of stuff created outside of the week, and also about how hacks will be judged

carl
2017-05-20 21:14
@kidkrypt0 and @sprusr, appreciate the input, completely understandable. We've been working on adding some rules today to create more clarity, we should have them live tomorrow.

kidkrypt0
2017-05-20 21:17
okay cool, kinda sounded like more of a vc investment or incubator style thing when i read that stuff outside the time frame would be allowed, but im sure you guys will figure out a solid plan :ok_hand:

lkngtn
2017-05-20 21:20
has joined #hackathon

carl
2017-05-20 21:22
Definitely not our intention, we'll spend a bit more time thinking about it tomorrow and trt come up with something that's fair for everyone. I think it definitely does make sense to allow desktop Web-DApps to enter if they go to the effort of making their DApp mobile responsive during the Hackathon dates, but perhaps it should be judged differently, or in a smaller prize category. (if you've ever encountered any good examples we'd love to see them).

kgb4000
2017-05-20 21:35
has joined #hackathon

tallen
2017-05-20 21:36
has joined #hackathon

salis
2017-05-20 21:39
@carl it could make sense to have the rewards in streams for Dapp | ChatBot | Command so you can incentivize people to build out each part of the ecosystem rather than what's easiest/quickest to turn around

salis
2017-05-20 21:41
Also would a multisig implementation of the Wallet Dapp be eligible even though it's already on your roadmap?

wadelyyy
2017-05-20 22:04
has joined #hackathon

carl
2017-05-20 22:09
Cool, that might make sense. @salis yup it?d certainly be eligible! have a chat with @jarradhope about it, as we're planning to re-work the wallet soon entirely

salis
2017-05-20 22:15
Cool I'll also talk with the rest of my team on Monday, they had an idea following http://theblockchain.nz conference that I reckon could be a nice Dapp/ChatBot combo

yaohsin
2017-05-20 23:11
has joined #hackathon

makoto
2017-05-20 23:19
has joined #hackathon

whiteheart
2017-05-20 23:32
has joined #hackathon

bluecamel
2017-05-20 23:37
has joined #hackathon

bluecamel
2017-05-20 23:44
When will ios be available?

jakesc
2017-05-21 00:11
has joined #hackathon

khongsingblu
2017-05-21 00:37
has joined #hackathon

hutch
2017-05-21 00:39
@bluecamel iOS is in alpha but we are maxed out on TestFlight invites as apple only allows 2000. Sign up and you will receive an invite as soon as there is availability.

arthurcolle
2017-05-21 00:43
has joined #hackathon

jmartin
2017-05-21 01:02
has joined #hackathon

nguyendich
2017-05-21 01:09
has joined #hackathon

ericyh
2017-05-21 01:12
has joined #hackathon

blkbearbeets
2017-05-21 01:12
has joined #hackathon

geusgod
2017-05-21 01:13
has joined #hackathon

bronak
2017-05-21 01:19
has joined #hackathon

bluecamel
2017-05-21 01:40
Bummer. Thanks!

pangxiong
2017-05-21 02:19
has joined #hackathon

ethereum
2017-05-21 02:27
has joined #hackathon

carterbryden
2017-05-21 02:31
has joined #hackathon

ta20170412
2017-05-21 02:34
has joined #hackathon

tracyrobingao
2017-05-21 02:42
has joined #hackathon

stuzoo
2017-05-21 03:09
has joined #hackathon

benmorrow
2017-05-21 03:18
To help people find teammates and get inspired with ideas to work on, I put together two new docs: *Teammate Finder:* https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q *Community Ideas:* https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo Give them a shot and let me know what you think

benmorrow
2017-05-21 03:37
@benmorrow pinned a message to this channel.

jarradhope
2017-05-21 04:22
if you dm us your emails we can send out iOS invites @benmorrow

sulistiana
2017-05-21 04:46
has joined #hackathon

marryann
2017-05-21 04:47
has joined #hackathon

elozor
2017-05-21 05:07
has joined #hackathon

chicobitcoinjoe
2017-05-21 05:22
has joined #hackathon

chicobitcoinjoe
2017-05-21 05:25
Does my submission need to be a fresh project? How much previous work can be done for it to be considered fair?

chicobitcoinjoe
2017-05-21 05:41
Oh, I see there is an "Existing DApp" option

jarradhope
2017-05-21 05:48
@chicobitcoinjoe it can be an existing dapp, as long as you're making it mobile ready during hackathon - most dapps out there aren't designed for mobile devices so we're really looking to change that :slightly_smiling_face:

chicobitcoinjoe
2017-05-21 05:56
cool. The project I'm working on currently is actually just 3 months of work extra on a dapp I submitted for the metamask ipfs hackathon. I'd like to use the contracts I just finished to maybe do a peer lending dapp. As far as type goes, would Command be the right fit? /lend @jarradhope 0.05 eth

chicobitcoinjoe
2017-05-21 05:56
that type idea

jarradhope
2017-05-21 06:31
@chicobitcoinjoe that should be entirely possible, its very similar to the `/send` command we'll have an example

jarradhope
2017-05-21 06:31
in terms of params

csjune
2017-05-21 06:52
has joined #hackathon

h4x
2017-05-21 08:43
has joined #hackathon

foopang
2017-05-21 08:59
has joined #hackathon

fiblan
2017-05-21 09:17
has joined #hackathon

fiblan
2017-05-21 09:19
Hi people... i'm here :wink:

dkn
2017-05-21 09:20
has joined #hackathon

salis
2017-05-21 09:21
Submission posted: https://github.com/status-im/hackathon/issues/17 Now I need to plan out what is _actually_ achievable in one week :joy:

floar
2017-05-21 09:26
@salis like the idea!

mphoneluheni
2017-05-21 09:32
has joined #hackathon

salis
2017-05-21 09:38
Thanks @floar - it was born out of two conversations at http://theblockchain.nz conference - First was a crazy idea to launch an "Initial Conference Offering" to fund speakers and venues then return profits to the token holders - That evolved into why doesn't everyone contribute/participate/invest, which is pretty similar to the Unconference/BarCamp format...

rickzan
2017-05-21 09:43
has joined #hackathon

vermisse
2017-05-21 09:45
has joined #hackathon

vermisse
2017-05-21 09:58
I can't wait for this

mzcoffman
2017-05-21 09:58
has joined #hackathon

vermisse
2017-05-21 10:05
do you have swarm support yet? are there any other projects using whisper?

tatu
2017-05-21 10:10
@vermisse No Swarm just yet, we found it too bandwith heavy and are working with the Swarm devs to get a light client implemented that better suits our needs

jarradhope
2017-05-21 10:17
@vermisse how light swarm clients will work is with an economic stake in the network, via a deposit, as opposed to sharing data

vermisse
2017-05-21 10:36
got it.. thank you

vermisse
2017-05-21 10:37
anywhere I can read more about this?

jarradhope
2017-05-21 10:47
not really, the idea is still pretty new, of coursey ou can look at https://github.com/status-im/status-go/issues/87 and https://github.com/status-im/status-go/pull/117

tao
2017-05-21 10:59
has joined #hackathon

amarjeet
2017-05-21 11:17
has joined #hackathon

nake13
2017-05-21 11:32
has joined #hackathon

gavt13
2017-05-21 11:36
has joined #hackathon

benmorrow
2017-05-21 11:54
bluecamel: If you private message @carl your email address, he will set you up

benmorrow
2017-05-21 12:14
alon: I added you to our new Teammate Finder doc: https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q Feel free to add any more details if you want :slightly_smiling_face:

benmorrow
2017-05-21 12:16
Added official Rules on http://hackathon.status.im in the FAQ section. Let me know if you have any questions or suggestions

samurg
2017-05-21 12:19
has joined #hackathon

zeng
2017-05-21 12:35
has joined #hackathon

mgaerber
2017-05-21 12:37
has joined #hackathon

normandmickey
2017-05-21 12:56
has joined #hackathon

kidkrypt0
2017-05-21 13:16
@benmorrow looks great

huko6oorr
2017-05-21 13:43
has joined #hackathon

neil_doyle
2017-05-21 13:55
has joined #hackathon

hutch
2017-05-21 14:01
Welcome @neil_doyle

tomosaigon
2017-05-21 14:08
anybody have any wacky ideas for the hackathon?

tatu
2017-05-21 14:11
@tomosaigon You can find the Community suggestions/ideas for the Hackathon at https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo

rw
2017-05-21 14:13
has joined #hackathon

keh
2017-05-21 14:34
has joined #hackathon

dip
2017-05-21 14:38
has joined #hackathon

chopes
2017-05-21 14:42
has joined #hackathon

s_muszynski
2017-05-21 14:55
has joined #hackathon

handelaar
2017-05-21 15:16
has joined #hackathon

cory
2017-05-21 15:27
has joined #hackathon

bamartelly
2017-05-21 15:39
has joined #hackathon

oli
2017-05-21 15:53
has joined #hackathon

ciricavojkan
2017-05-21 16:11
has joined #hackathon

zaptrem
2017-05-21 16:19
has joined #hackathon

yalu
2017-05-21 16:20
has joined #hackathon

edd
2017-05-21 16:23
has joined #hackathon

chiii
2017-05-21 16:26
has joined #hackathon

zaptrem
2017-05-21 16:42
@tomosaigon I do.

juzzmoo
2017-05-21 17:11
has joined #hackathon

dogestatus
2017-05-21 17:21
has joined #hackathon

trashcan
2017-05-21 17:28
has joined #hackathon

tomosaigon
2017-05-21 17:38
what's one of them? :slightly_smiling_face:

mike_
2017-05-21 17:52
has joined #hackathon

yjoe61
2017-05-21 17:55
has joined #hackathon

floar
2017-05-21 18:06
@benmorrow Hey! Thanks for adding the rules, some points that I would deem interesting: Maybe some info on the judging process, not looking for exact number but what would be intersting is what you are looking for (Code Quality, Novelity, Status-ness, Innovation, Real-World use etc) Also do you want the apps to be exclusive / locket for some time with status only? This is quite often the case with unity3d/unreal competitions or microsoft

benmorrow
2017-05-21 18:08
Thanks @floar! I will convene with the team

ddantic
2017-05-21 18:17
has joined #hackathon

dojo
2017-05-21 18:21
has joined #hackathon

zaptrem
2017-05-21 18:28
@tomosaigon "Charging" or using the smartphone CPU/GPU to mine tiny amounts of Ethereum or other crytocurrency to cover gas costs. It would happen at night while the phone is plugged in. Obviously not for any real profit, but useful for mainstream users who expect to have access to Web 3 services for free. In addition, one could create smart-contract-based micro-staking pools when Casper goes live to deliver tiny amounts of Ether daily for gas costs. User would pay a certain about upfront depending on the volume of requests they want to be able to use per day, and would be able to add any more at any given time. Smart Contract would handle risk by holding a certain amount of Ether to pay to users until next Staking payout.

benmorrow
2017-05-21 18:34
@floar No exclusivity. :slightly_smiling_face: For the judging criteria, I've been saying, "Projects will be judged on technical merit rather than marketing ability", but maybe we could flesh that out a little more.

mdave
2017-05-21 18:34
has joined #hackathon

jorge
2017-05-21 18:43
has joined #hackathon

amgad
2017-05-21 19:00
has joined #hackathon

atomrigs
2017-05-21 19:04
has joined #hackathon

atomrigs
2017-05-21 19:04
Korean translation of the hackton page

duxr
2017-05-21 19:23
has joined #hackathon

tatu
2017-05-21 19:55
Thank you @atomrigs!

sumitbisai
2017-05-21 19:57
has joined #hackathon

tomosaigon
2017-05-21 20:00
@zaptrem Cool :slightly_smiling_face: Have you done / seen calculations for how much a flagship phone could mine in a night? Is it more than $0.01 even? Hmm, thinking.. how about "watch an ad on your phone, earn tiny amount of ETH to use for web3 services"

tatu
2017-05-21 20:07
@tomosaigon A fairly decent, say within 5 years old Intel i5 CPU can mine roughly 100kh/s, or 0.1MH/s, which at current rates gives you 0.0001$/24h. Now let's say that someone goes through all the effort, time and money, to develop a ethminer for arm64 architecture, the hashrate would probably still be 1/10th of the desktop CPU, so probably around 10kh/s, even if it was able to get 50MH/s, i don't think it would be worth it, but this is just my opinion.

vinnywon
2017-05-21 21:00
has joined #hackathon

dmosites
2017-05-21 21:05
has joined #hackathon

azulmarino
2017-05-21 21:12
has joined #hackathon

supertramp
2017-05-21 21:41
has joined #hackathon

jshy3
2017-05-21 22:20
has joined #hackathon

zaptrem
2017-05-21 22:27
@tatu How much is the average GPU miner bottlenecked by DAG memory access speeds?

davido
2017-05-21 22:45
has joined #hackathon

andrewrd
2017-05-21 22:46
has joined #hackathon

desrix
2017-05-21 23:04
has joined #hackathon

cyans
2017-05-21 23:56
has joined #hackathon

timotron
2017-05-22 00:11
has joined #hackathon

jchi18
2017-05-22 00:27
has joined #hackathon

fornow
2017-05-22 00:41
has joined #hackathon

oujingwen
2017-05-22 01:38
has joined #hackathon

azmijamaludin
2017-05-22 02:22
has joined #hackathon

joshua_durham
2017-05-22 03:15
has joined #hackathon

brennan
2017-05-22 03:15
has joined #hackathon

eddyg
2017-05-22 03:18
has joined #hackathon

zrm
2017-05-22 03:42
has joined #hackathon

maher
2017-05-22 03:46
has joined #hackathon

bakh
2017-05-22 04:01
has joined #hackathon

ed08
2017-05-22 04:09
has joined #hackathon

naohara
2017-05-22 04:36
has joined #hackathon

leoanbarasanm
2017-05-22 06:19
has joined #hackathon

aitjcize
2017-05-22 06:33
has joined #hackathon

nikpalumbo
2017-05-22 07:07
has joined #hackathon

cryptowanderer
2017-05-22 07:16
@isasftw another little treat for those budding thoughts of yours :wink: So stoked this is finally live and working http://ipld.io/

isasftw
2017-05-22 07:17
Wow, that's awesome!

tatu
2017-05-22 07:22
@zaptrem Bandwith isn't an issue there because the operations are computation heavy, the Dagger-Hashimoto was designed to be ASIC resistant, so if the bandwith was a bottleneck, people would start building circuits where it wasn't.

floar
2017-05-22 07:30
@alwx do you need some more work or input on PR5? https://github.com/status-im/status-dev-cli/pull/5

machinegunhewie
2017-05-22 07:35
has joined #hackathon

netpro2k
2017-05-22 07:42
has joined #hackathon

floar
2017-05-22 08:12
short question: Is it intendet / possible to run a dapp (pointing to a webpage) and still have the input console to listen for commands?

cryptowanderer
2017-05-22 08:26
definitely intended as far as I understand. Not at all trivial, but ideally you want to be able to write a DApp that interacts with some contracts and also has a chatbot element to handle interacting with the user(s). See the thread in #dev-status that we recently had about escrow accounts

alwx
2017-05-22 08:28
I am improving status-dev-cli right now, and I will merge your PR right after I finish (it should happen today)

floar
2017-05-22 08:33
allright, will be off the grid for likely 2 or 3 days so wanted to make sure you are all set from your side of things :wink:

m30m
2017-05-22 08:59
has joined #hackathon

nikitalukyanov
2017-05-22 09:18
has joined #hackathon

kannix
2017-05-22 09:36
has joined #hackathon

benzer
2017-05-22 09:48
has joined #hackathon

luke_jaak
2017-05-22 10:13
has joined #hackathon

damonsalvatore
2017-05-22 10:36
has joined #hackathon

markbeuk
2017-05-22 10:41
has joined #hackathon

josephp
2017-05-22 10:42
@josephp pinned a message to this channel.

billbranum
2017-05-22 11:08
has joined #hackathon

rfw
2017-05-22 11:28
has joined #hackathon

donmullen
2017-05-22 11:31
has joined #hackathon

arthur
2017-05-22 11:57
has joined #hackathon

josephp
2017-05-22 12:11
just adding the DBPaper link here for convenience - add your ideas here : https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo <--- introduce your teams and make merry!

hantuzun
2017-05-22 13:23
has joined #hackathon

currencytycoon
2017-05-22 13:51
has joined #hackathon

ksjogo
2017-05-22 14:26
has joined #hackathon

dodgydave
2017-05-22 14:40
has joined #hackathon

cryptowanderer
2017-05-22 14:41
some folks here might want to take a look at this too: https://blog.1protocol.com/introducing-1protocol-d2f239285386

josephp
2017-05-22 14:47
cryptowanderer: not the right #chan i guess...

cryptowanderer
2017-05-22 14:49
https://status-im.slack.com/archives/C5F2W6PNV/p1495396835855448 thought that it might be interesting in the light of comments like this earlier. As in, status users with capital might be able to team up with users with more computing power. But yeah, I guess it's a long term thing, not really for the hackathon.

josephp
2017-05-22 15:08
this i like @tomosaigon ... i mean i like that it doesn't sound like a shill for a scam (even though i know it's not a scam) but tomo makes a v. good point

benmorrow
2017-05-22 15:09
Right now 24 people are viewing the Community Ideas doc: https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo Glad to see everone working together!

abhi
2017-05-22 15:13
has joined #hackathon

cryptowanderer
2017-05-22 15:16
ah, I see. So your point is that 1protocol does sound like a scam? Haha, I mean, it is currently the vapiest of vapourware, but you gotta love that 2 Stanford kids threw in the towel to pursue it.

josephp
2017-05-22 15:20
why should i love that? i'm not convinced. nothing against the folks personnally... but... yeah... pleanty of other actual protocols that aren't ticking logic bombs and are open source

tokenwizards
2017-05-22 15:33
has joined #hackathon

tomoh
2017-05-22 17:04
has joined #hackathon

andrewreedy
2017-05-22 17:34
has joined #hackathon

wise
2017-05-22 17:59
has joined #hackathon

bimmerhead
2017-05-22 18:53
has joined #hackathon

jeluard
2017-05-22 18:55
has joined #hackathon

isasftw
2017-05-22 18:56
Does the project I enter into the hackathon be somehow viable?

isasftw
2017-05-22 18:57
I'm thinking of using a full ipfsjs node instead of ipfs-mini, since then I don't have to convert to base64, and I don't need to find a public node to use

iamjam
2017-05-22 18:59
There should be no problem with that. Afaik, it's working great for Swarm City @isasftw, you could probably go over to their github and borrow the polymer component they're using.

isasftw
2017-05-22 18:59
Yep, good idea! I'll take a look at that :+1:

isasftw
2017-05-22 19:00
Mostly concerned about it being a data hog, but maybe not, if I only keep it online when I need to use it.

iamjam
2017-05-22 19:00
Depends on your design, ipfs can be extremely efficient.

sergio.andrade
2017-05-22 19:00
has joined #hackathon

isasftw
2017-05-22 19:01
Yeah, well, I guess I wouldn't need to make it too complex

isasftw
2017-05-22 19:02
Since it's just for the hackathon, which I'm using as a fun experience to learn the status CLI and dev tools, it should be fine. Not too concerned about actually competing for the prizes.

arthuru
2017-05-22 19:05
has joined #hackathon

jbarber11
2017-05-22 19:31
has joined #hackathon

jkatz
2017-05-22 19:52
has joined #hackathon

mohitk
2017-05-22 20:18
has joined #hackathon

anzester
2017-05-22 20:36
has joined #hackathon

aaronallon
2017-05-22 21:47
has joined #hackathon

rahul
2017-05-22 21:55
has joined #hackathon

rahul
2017-05-22 22:08
hey guys! i'm a full-stack web developer (Node, React, Angular, Meteor) and i'm looking to get into the Ethereum dev side of things and i think this hackathon is a great way to level up my skill set. i posted in the Teammate Finder thread, so please message me if you need a teammate!

hutch
2017-05-22 22:11
@rahul You can also find the current projects rsvped here ;) https://github.com/status-im/hackathon/issues

alecs_n
2017-05-22 22:13
has joined #hackathon

tomnash
2017-05-22 22:31
has joined #hackathon

msevarino
2017-05-22 22:32
has joined #hackathon

emanuele
2017-05-22 23:07
has joined #hackathon

ryan_eth
2017-05-22 23:10
has joined #hackathon

lostolto
2017-05-22 23:17
has joined #hackathon

kdefranco
2017-05-23 00:08
has joined #hackathon

superchink
2017-05-23 00:14
has joined #hackathon

jeremymarg
2017-05-23 00:34
has joined #hackathon

consar
2017-05-23 00:41
has joined #hackathon

johnny.auyeung
2017-05-23 01:22
has joined #hackathon

joshua
2017-05-23 01:29
has joined #hackathon

sedimda
2017-05-23 01:43
has joined #hackathon

cpunion
2017-05-23 02:04
has joined #hackathon

thomas
2017-05-23 02:10
has joined #hackathon

petrarch
2017-05-23 02:10
has joined #hackathon

iqbal26
2017-05-23 02:29
has joined #hackathon

illidenmoon
2017-05-23 02:42
has joined #hackathon

movieplayer
2017-05-23 02:43
has joined #hackathon

melanyking
2017-05-23 02:47
has joined #hackathon

insidious
2017-05-23 03:30
has joined #hackathon

insidious
2017-05-23 03:33
hey!

gpkraus
2017-05-23 04:03
has joined #hackathon

james2doyle
2017-05-23 04:08
has joined #hackathon

61ue5peed
2017-05-23 04:21
has joined #hackathon

cryptowanderer
2017-05-23 05:03
@ta20170412

3esmit
2017-05-23 06:05
has joined #hackathon

mabuse
2017-05-23 06:28
has joined #hackathon

rusmana62
2017-05-23 06:36
has joined #hackathon

wahyu5
2017-05-23 06:37
has joined #hackathon

lirio.1130
2017-05-23 07:04
has joined #hackathon

jay
2017-05-23 07:35
has joined #hackathon

dheeraj.batra
2017-05-23 08:34
has joined #hackathon

kkush33
2017-05-23 08:35
has joined #hackathon

simon
2017-05-23 08:49
has joined #hackathon

baguette
2017-05-23 11:40
has joined #hackathon

vkrm
2017-05-23 12:16
has joined #hackathon

fed
2017-05-23 12:34
has joined #hackathon

ampsicora
2017-05-23 14:07
has joined #hackathon

nmc_
2017-05-23 15:30
has joined #hackathon

corey
2017-05-23 16:09
has joined #hackathon

kendall
2017-05-23 16:42
anyone here based in London? would be cool to meet up and work on something

rahul
2017-05-23 16:50
i'm in San Francisco if anyone else is in the area

cameron.s.hunt
2017-05-23 16:58
has joined #hackathon

floar
2017-05-23 17:17
Anyone around mittle germany planning to join Hackathon. I might be able to host an event for us to gather and work on stuff

swailem95
2017-05-23 17:18
has joined #hackathon

swailem95
2017-05-23 17:22
hey im looking for a team to join, which channel should i post in?

hutch
2017-05-23 17:23
This channel is great you might also refer to this document which is pinned in the channel @swailem95 ! https://status-im.slack.com/archives/C5F2W6PNV/p1495336724189176

hutch
2017-05-23 17:23
Welcome!

swailem95
2017-05-23 17:24
Thank you! :slightly_smiling_face:

hutch
2017-05-23 17:24
Also feel free to ask away, our community wants to help! :smile:

swailem95
2017-05-23 17:24
im a little overwhelmed with all of this new info so im taking it bit by bit

swailem95
2017-05-23 17:24
i have a question though

swailem95
2017-05-23 17:24
doesn't really relate to the hackathon

swailem95
2017-05-23 17:25
but whats the difference between Status and Token?

swailem95
2017-05-23 17:25
both have hackathons during the same time which is pretty cool lol

silver84
2017-05-23 17:29
has joined #hackathon

hutch
2017-05-23 17:30
Great question @swailem95 one of our cofounders summed this up very well yesterday. We run a different tech stack that respects you as a user. We run go-ethereum directly on the device, meaning that when you use Status, you're a real node in the Ethereum network, we build entirely ontop of Ethereum protocols, we use another subprotocol called Whisper (SHH) (not to be confused with signal's protocol) that is fully p2p and uses dark routing - the important difference is that it is non-trivial to do dragnet surveillance on it, unlike 'end-to-end' messaging. Our API is also not REST based on web 2.0 technology. When you look at Token Browser for example, your transactions and messages actually go through their servers, you need their permission and they can capture your data.

swailem95
2017-05-23 17:31
wow really?

swailem95
2017-05-23 17:31
didnt know that last part

swailem95
2017-05-23 17:32
their website and documentation led me to believe that dont have servers

tomaiello
2017-05-23 17:49
has joined #hackathon

bitvoyager
2017-05-23 18:10
has joined #hackathon

kurtmann
2017-05-23 18:40
has joined #hackathon

isasftw
2017-05-23 18:50
@swailem95 The signal protocol they use for chat, is the same or similar to what apps like WhatsApp use. It's encrypted end-to-end, but still centralized.

foluso
2017-05-23 18:57
has joined #hackathon

sandeep78
2017-05-23 19:45
has joined #hackathon

rach
2017-05-23 19:48
has joined #hackathon

mauro
2017-05-23 20:28
has joined #hackathon

treznich
2017-05-23 20:28
Hi, somebody from Kiev?)

antonyip
2017-05-23 21:33
has joined #hackathon

duelingco
2017-05-23 21:51
has joined #hackathon

msk
2017-05-23 23:40
has joined #hackathon

akdeniz
2017-05-23 23:56
has joined #hackathon

yobro
2017-05-24 00:54
has joined #hackathon

scientaster
2017-05-24 01:17
has joined #hackathon

scientaster
2017-05-24 01:18
Anybody know if a hack of status itself would be a valid hackathon submission? If instead of using a command / browser I integrated it into the app?

anon
2017-05-24 01:42
has joined #hackathon

koryk
2017-05-24 01:53
has joined #hackathon

char
2017-05-24 04:45
has joined #hackathon

isasftw
2017-05-24 04:49

isasftw
2017-05-24 04:49
Seems to work in the browser, and with the swarm gateway

isasftw
2017-05-24 04:49
Would you guys recommend it over IPFS-js

isasftw
2017-05-24 04:50
At least I wouldn't? have to run a local node every time I want to retrieve/upload files, or try to find a suitable public node

elegant_joylin
2017-05-24 05:13
has joined #hackathon

hwisdom
2017-05-24 05:14
has joined #hackathon

cryptowanderer
2017-05-24 05:22
@scientaster I think that would be awesome, personally. Try and break things and let us know what the results are. @isasftw I'm not really sure where I stand as reagards swarm vs ipfs. It depends on the application I suppose. Swarm might well work well seeing as its more 'native' to Ethereum, and it should prob be the go-to option once the team and Swarm get the light client right. On the other hand, I think ipld is super powerful, I love the protocol team and think they do amazing work, and ipfs is bound only to get better and better. Anyway, I think your last point about the local node is prob the clincher for mobile dev, especially seeing as we're already taxing the phone with a geth node...

isasftw
2017-05-24 05:23
Yeah

isasftw
2017-05-24 05:24
Ipfs-mini would have been perfect for me, but it needs access to a local node or a remote one hosted somewhere

isasftw
2017-05-24 05:24
I don't think it would have worked using only http://gateway.ipfs.io

gavintsai
2017-05-24 05:40
has joined #hackathon

jefflau
2017-05-24 07:04
has joined #hackathon

darcius
2017-05-24 07:16
has joined #hackathon

handelaar
2017-05-24 08:07
@handelaar has left the channel

kannix
2017-05-24 08:33
is there any more info about the winner selection process? e.g. is it necessary that the whole project is finished or is it okay to submit a partial working prototype + few good ideas on how to expand on that?

tatu
2017-05-24 08:35
@kannix Hi, you can find more details about the Rules at https://hackathon.status.im/ on the FAQ section.

brennen
2017-05-24 09:24
has joined #hackathon

brennen
2017-05-24 09:25
how do I get access to the android app?

brennen
2017-05-24 09:26
I sent my email to try the alpha and never really got anything back

cryptowanderer
2017-05-24 09:27

brennen
2017-05-24 09:28
@cryptowanderer Awesome, thanks mate!

cryptowanderer
2017-05-24 09:28
np. Or the latest nightlies if you're into that sort of thing (not stable) http://artifacts.status.im:8081/artifactory/

brennen
2017-05-24 09:28
Anyone looking to team up? I am working on a music dApp + integrated chatbot to listen with your contacts

cryptowanderer
2017-05-24 09:30
sounds awesome @brennen - have you been taking some inspiration from Ujo? Maybe I can speak to some folks there to see if they would be interested in working with some of our community members to put together a prototype? (or, if that's not cool with you, I am quite interested myself)

brennen
2017-05-24 09:30
Never heard of Ujo but sounds awesome!

brennen
2017-05-24 09:31
I want to see if I can use whisper to pup/sub listening with other people, share meta data to then play back with whatever music client you use

brennen
2017-05-24 09:32
all data stored/hosted on the blockchain so no central servers needed

brennen
2017-05-24 09:32
I was going to start with spotify and apple music

tatu
2017-05-24 09:33
@brennen Hi, you could try taking a look at these docs if you're looking for teammates: https://status-im.slack.com/archives/C5F2W6PNV/p1495336724189176

brennen
2017-05-24 09:34
@tatu Awesome thanks!

tatu
2017-05-24 09:34
And i would recommend using Swarm (gateway) to storing files, storing data on the blockchain can get pretty expensive...

tatu
2017-05-24 09:35
But interesting sounding idea, like it!

brennen
2017-05-24 09:35
Yea the meta data is pretty light and it just stores the enough data to connect through whisper to get the right meta data for playback, whisper handles all data. It's all real-time so nothing truly stored

brennen
2017-05-24 09:36
I think I can get away with a one time gas price for each user

brennen
2017-05-24 09:36
to set up the initial stuff

brennen
2017-05-24 09:36
obv it's not truly decentralized cause of spotify and apple music accounts

brennen
2017-05-24 09:36
but it be dope to one day have a streaming client

tatu
2017-05-24 09:37
Okay, if you're just using metadata, then that's a different thing, cool :slightly_smiling_face:

brennen
2017-05-24 09:37
Thanks for putting this on btw! Finally gave me the kick to start developing on ethereum :slightly_smiling_face: Long time lurker in the space

tatu
2017-05-24 09:38
Great to hear that it gave you that push, and welcome to the Ethereum community, lurker! :smile:

brennen
2017-05-24 09:38
:rocket:

cryptowanderer
2017-05-24 09:40
@brennen have dropped a message to the Ujo folks, will see if they come back because I think this is a rad idea. Whisper is continually blowing my mind...

cryptowanderer
2017-05-24 09:41
either way, let's build this!!

nova
2017-05-24 09:42
has joined #hackathon

kannix
2017-05-24 09:43
would love some feedback on my idea https://github.com/status-im/hackathon/issues/39 is it possible to realise this or will i run into problems because some parts won't work in that way?

cryptowanderer
2017-05-24 09:46
@kannix should definitely be doable - you should just need a simple proxy kind of contract that can change ownership when a certain condition is not fulfilled. Remeber that contracts are 1st class citizens and can also store Ether of their own (as opposed to thinking that you need to implement a full wallet for this). I think that would be much easier and more realistic in the time frame of a hackathon.

tatu
2017-05-24 09:54
Yeah, i agree with Andy, no need for a special wallet other than a smart contract with the intended functions.

betty
2017-05-24 10:36
has joined #hackathon

niclas
2017-05-24 11:11
has joined #hackathon

kannix
2017-05-24 11:18
@cryptowanderer by writing a wallet i was thinking about a smart contract.. but now i ask myself what exactly do you mean by `full wallet`? isn't there something like ERC20 but for wallets? i made the naive assumption that i just have to follow a specific contract interface and then it is possible to display the contract within status like the default wallet which gets created by the onboarding chatbot?

i95kjones
2017-05-24 11:24
has joined #hackathon

cryptowanderer
2017-05-24 11:25
That's exactly right @kannix - all you need to do is deploy simple contracts. I meant an HD wallet with all the bells and whistles, much like what is already built into Status (which would be overkill)

kannix
2017-05-24 11:26
nice :heart: and thx for your help :+1:

alon
2017-05-24 12:17
June 3rd is really close! If anyone is still looking for a team and has experience with Frontend, Crypto, Solidity etc please DM me!

huahax
2017-05-24 12:49
has joined #hackathon

psyman
2017-05-24 14:39
has joined #hackathon

marco
2017-05-24 14:45
has joined #hackathon

coinmaster5000
2017-05-24 14:51
has joined #hackathon

looping
2017-05-24 14:54
has joined #hackathon

kimziv
2017-05-24 14:59
has joined #hackathon

nov
2017-05-24 15:05
has joined #hackathon

royn
2017-05-24 15:45
has joined #hackathon

dubi
2017-05-24 16:47
has joined #hackathon

steffenhaaker
2017-05-24 17:55
has joined #hackathon

wiremite
2017-05-24 18:03
has joined #hackathon

krrisis
2017-05-24 18:29
has joined #hackathon

mahi
2017-05-24 18:29
has joined #hackathon

edushyant
2017-05-24 18:34
has joined #hackathon

midnightoil
2017-05-24 18:40
has joined #hackathon

midnightoil
2017-05-24 18:43
Hey anyway I can contact the organizers_

rafass
2017-05-24 18:45
has joined #hackathon

limesn0w
2017-05-24 18:50
has joined #hackathon

robgukeisen
2017-05-24 20:54
has joined #hackathon

wasai
2017-05-24 21:38
has joined #hackathon

jeffreyboliu
2017-05-24 21:47
has joined #hackathon

g-bade
2017-05-24 22:49
has joined #hackathon

ncarlson
2017-05-24 23:01
has joined #hackathon

ptc
2017-05-24 23:12
has joined #hackathon

ashtron
2017-05-25 00:36
has joined #hackathon

xibot
2017-05-25 00:49
Hackathon it's about the ideas, or more about the code developed for those ideas?

xibot
2017-05-25 00:51
SGT tokens are useful just for the hackathon or will be the mainnet Status token?

ccm_4
2017-05-25 01:58
has joined #hackathon

kwall
2017-05-25 02:55
has joined #hackathon

the_r00t
2017-05-25 03:24
has joined #hackathon

melody
2017-05-25 03:35
has joined #hackathon

patjk
2017-05-25 03:49
has joined #hackathon

sacro
2017-05-25 03:54
has joined #hackathon

clhoover
2017-05-25 04:40
has joined #hackathon

bluealien
2017-05-25 04:44
has joined #hackathon

cryptowanderer
2017-05-25 04:45
@xibot the hackathon is about the code. SGT does not have to do with the hackathon - it was a token handed out to early contributors, and will be exchangeable for SNT (the main status token) which will be deployedon the main net at some time in the future. Watch out for the announcement of the whitepaper in #status-token - shouldn't be too far away now.

nowsmon
2017-05-25 04:59
has joined #hackathon

khosimorafo
2017-05-25 05:17
has joined #hackathon

josephp
2017-05-25 10:16
@.here what did i miss ?

josephp
2017-05-25 10:17
alon: I'm down for cool projects - dev in crypo - wary of loops - :heart: status

envy27
2017-05-25 10:39
has joined #hackathon

andreolf
2017-05-25 11:40
has joined #hackathon

donmullen
2017-05-25 11:55
A simple version of this as a status chatbot that gives market alerts might be interesting : https://cryptoping.tech/

andreolf
2017-05-25 11:58
nice @donmullen

kidkrypt0
2017-05-25 11:59
oh jesus, why does it need an ico lol

kidkrypt0
2017-05-25 12:00
looking to raise 1,000 btc for a chatbot

kidkrypt0
2017-05-25 12:00
i cant be the only one who thinks thats a little ridiculous

cryptowanderer
2017-05-25 12:00
you're not

aaaa
2017-05-25 12:29
has joined #hackathon

junho
2017-05-25 12:31
has joined #hackathon

pastrani
2017-05-25 12:32
has joined #hackathon

xibot
2017-05-25 12:40
Thx a lot @cryptowanderer! Good to know! :smiley:

donmullen
2017-05-25 12:47
@kidkrypt0 No doubt. Crazy times. I would think a good dev could knock out a proof of concept / mvp for the status hackathon that gives alerts from the exchanges ? or at least allows for simple queries.

kidkrypt0
2017-05-25 13:00
For sure

makoto
2017-05-25 13:03
As far as I read the status api doc, it doesn't give any device capability (camera, notification, etc) access so not sure how notification can be implemented.

donmullen
2017-05-25 13:18
Hopefully notifications will be added to the api once push notifications is implemented. ?

makoto
2017-05-25 13:20
Would be nice to know what kind of features they are currently working on to be hackathon ready. No need to promise the delivery but would be nice to know which features are definitely not available.

frontalpha
2017-05-25 13:28
has joined #hackathon

whale
2017-05-25 14:07
has joined #hackathon

hithacker
2017-05-25 14:55
has joined #hackathon

jonas
2017-05-25 15:05
has joined #hackathon

cooloon
2017-05-25 15:27
has joined #hackathon

blockchainfirst
2017-05-25 15:38
has joined #hackathon

tomnguyen
2017-05-25 16:03
has joined #hackathon

dahuzi
2017-05-25 16:21
has joined #hackathon

pj
2017-05-25 17:00
has joined #hackathon

delon
2017-05-25 17:03
has joined #hackathon

dusklim
2017-05-25 17:09
has joined #hackathon

functionalnick
2017-05-25 17:14
has joined #hackathon

simon.e
2017-05-25 19:33
has joined #hackathon

manuelz
2017-05-25 19:50
has joined #hackathon

marcin.majchrzak
2017-05-25 20:26
has joined #hackathon

botch
2017-05-25 20:45
has joined #hackathon

as
2017-05-25 22:27
has joined #hackathon

shinelay
2017-05-25 22:49
has joined #hackathon

bneigher
2017-05-25 23:25
has joined #hackathon

ricardomastas
2017-05-25 23:48
has joined #hackathon

jackphilippi
2017-05-26 00:19
has joined #hackathon

rwm235
2017-05-26 01:53
has joined #hackathon

cnfx.terry
2017-05-26 02:16
has joined #hackathon

hotnicklesonasummerda
2017-05-26 03:49
has joined #hackathon

sunny0007
2017-05-26 05:45
has joined #hackathon

diederik.burer
2017-05-26 07:00
has joined #hackathon

marcf
2017-05-26 07:05
has joined #hackathon

clix5cash
2017-05-26 07:24
has joined #hackathon

yasmin111
2017-05-26 07:29
has joined #hackathon

doublea
2017-05-26 07:46
has joined #hackathon

doublea
2017-05-26 07:47
I'm a bit confused about the rules, it says no writing code before kickoff, but then it says open source code on github can be used in the project

doublea
2017-05-26 07:47
which of these supersedes the other?

doublea
2017-05-26 07:48
@donmullen I already made an app that tracks exchanges and messages people, that used a contract to handle payment and registration to remove the risk of the service stopping randomly or whatever

doublea
2017-05-26 07:48
Nobody used it :smile:

nickmaraj
2017-05-26 07:55
has joined #hackathon

ruiramos
2017-05-26 08:25
has joined #hackathon

pierrepeterson
2017-05-26 09:19
has joined #hackathon

wenwu
2017-05-26 10:06
has joined #hackathon

cl420warrior
2017-05-26 10:11
has joined #hackathon

dahmunk
2017-05-26 10:48
has joined #hackathon

bytheway
2017-05-26 11:07
has joined #hackathon

cryptowanderer
2017-05-26 11:54
The team is either very busy or down with the flu at the moment, so don't take this as gospel. However, @doublea as far as I understand it, the judges will be taking into consideration apps built beforehand, as well as apps built entirely during the hackathon and assessing them accordingly. The whole point of status is that it makes your already-existent DApp mobile-friendly, so we need to have a category for work that existed beforehand but was tweaked for the hackathon. It would be amazing to see you put your app above into Status and see if you can attract more users that way...?

edwinzhang
2017-05-26 13:19
has joined #hackathon

sobhanitc
2017-05-26 13:39
has joined #hackathon

mehrdadico
2017-05-26 13:56
has joined #hackathon

rgfindley
2017-05-26 14:15
has joined #hackathon

rgfindley
2017-05-26 14:35
Hey guys, I?m excited to be here! Status, Ethereum, & Blockchain look awesome and I want to get involved. Please let me know if you need another software engineer / entrepreneur on your team. I've been a dev for 15+ yrs, sold two companies, and had a few failures (where I learned a lot). Cheers!

wsaults
2017-05-26 14:47
has joined #hackathon

emaogoo
2017-05-26 14:55
has joined #hackathon

zhenping
2017-05-26 14:58
has joined #hackathon

baogusang
2017-05-26 15:03
has joined #hackathon

hudejie
2017-05-26 15:07
has joined #hackathon

fancichan
2017-05-26 15:09
has joined #hackathon

eric
2017-05-26 15:10
has joined #hackathon

xiamo
2017-05-26 15:15
has joined #hackathon

chenyuhero
2017-05-26 15:16
has joined #hackathon

linweiwei
2017-05-26 15:23
has joined #hackathon

doublea
2017-05-26 15:24
@cryptowanderer aha I see. So I guess I'll get to work on the project then. I'm actually working with someone on a different thing for the hackathon, and I think I'd like to improve on the ping app before I re-release it so I wont be doing that for now :slightly_smiling_face:

keymi
2017-05-26 15:27
has joined #hackathon

damao
2017-05-26 15:33
has joined #hackathon

kay0822
2017-05-26 15:34
has joined #hackathon

chyf319
2017-05-26 15:38
has joined #hackathon

winstonford
2017-05-26 15:39
has joined #hackathon

shanjierenyi
2017-05-26 15:43
has joined #hackathon

seanzjh
2017-05-26 15:44
has joined #hackathon

ylys
2017-05-26 15:44
has joined #hackathon

fengge
2017-05-26 15:49
has joined #hackathon

cyberpunk
2017-05-26 16:10
has joined #hackathon

michaeljiang
2017-05-26 16:13
has joined #hackathon

winstonford
2017-05-26 16:26
Hey people, I posted a 2 DApp ideas on the dropbox paper. Each aims to answer a simple question. People's Pie: What is the true aspiration of our culture? Disco: What band is playin in my town? Any feedback appreciated!

cryptowanderer
2017-05-26 16:27
thank you @winstonford!

david
2017-05-26 16:35
has joined #hackathon

wangjunemse
2017-05-26 16:47
has joined #hackathon

sev
2017-05-26 16:57
has joined #hackathon

barrypratt
2017-05-26 16:59
has joined #hackathon

jake223
2017-05-26 17:24
has joined #hackathon

923031650
2017-05-26 17:30
has joined #hackathon

errance
2017-05-26 17:46
has joined #hackathon

cailiang
2017-05-26 17:49
has joined #hackathon

stephan
2017-05-26 18:06
has joined #hackathon

stephan
2017-05-26 18:07

stephan
2017-05-26 18:09
We also would like to add an additional bounty to this issue from Etherisc side. Would this work for you @carl @jarradhope ?

carl
2017-05-26 18:20
stephan: hey @stephan, nice to see you here! I've been meaning to email you guys to see if you had heard about the Hackathon, we?d feel honoured to have you involved :slightly_smiling_face:

stephan
2017-05-26 18:24
thank you @carl the honour is ours. great idea to host a hackathon. would it be ok for you if we add an additional bounty from our side to the Etherisc issue?

carl
2017-05-26 18:26
sure, do you mean you guys will participate directly, or allowing another team to have a crack at that issue? will double check with the team, but I think we?d be cool with that either way :+1:

stephan
2017-05-26 18:34
We are flexible. I would like to ping some developers if they would be interested working on this. Having an additional bounty from Etherisc might increase incentives :wink: I won't be able to spend full time myself on it during the time but surely we would strongly support any team working on this.

stephan
2017-05-26 18:37
also would announce this issue on our channels to attract developers

wrj429
2017-05-26 18:58
has joined #hackathon

fgfg5454
2017-05-26 19:41
has joined #hackathon

ray
2017-05-26 19:48
has joined #hackathon

rbpeders
2017-05-26 22:36
has joined #hackathon

dsuja
2017-05-26 23:02
has joined #hackathon

rifaey
2017-05-26 23:32
has joined #hackathon

fer
2017-05-26 23:40
has joined #hackathon

li02
2017-05-27 00:32
has joined #hackathon

fisher
2017-05-27 01:00
has joined #hackathon

bo
2017-05-27 01:24
has joined #hackathon

eason
2017-05-27 01:31
has joined #hackathon

nnczchening
2017-05-27 01:37
has joined #hackathon

richardxlin
2017-05-27 02:08
has joined #hackathon

richardxlin
2017-05-27 02:10
question on the prize. is it 25k of eth at announcement date valuation or at the end of the hackathon? going to try a fun little app anyways, but just curious.

2liang
2017-05-27 02:13
has joined #hackathon

zzz
2017-05-27 02:16
has joined #hackathon

steveanderson
2017-05-27 03:08
has joined #hackathon

blue68
2017-05-27 03:40
has joined #hackathon

voodoo12345
2017-05-27 03:45
has joined #hackathon

kylebo
2017-05-27 03:47
has joined #hackathon

joviachen
2017-05-27 04:14
has joined #hackathon

ferry9303
2017-05-27 05:15
has joined #hackathon

yangguo
2017-05-27 05:42
has joined #hackathon

2yeah
2017-05-27 08:25
has joined #hackathon

tacworld
2017-05-27 08:26
has joined #hackathon

carl
2017-05-27 08:44
@richardxlin hey, it'll be $25,000 USD equivalent in ETH at the time the prizes are awarded / sent

orfeomorello
2017-05-27 09:16
has joined #hackathon

stephan
2017-05-27 09:39
Hey Carl, thinking more about it, adding an additional prize to one of the hackathon projects might skew incentives too much and make the hackathon less interesting for others. so we will form a team and encourage others to join us in the hackathon spirit. not adding a prize to it.

annablume
2017-05-27 09:47
has joined #hackathon

ant_bug
2017-05-27 11:10
has joined #hackathon

prince
2017-05-27 13:08
has joined #hackathon

nauris
2017-05-27 13:15
has joined #hackathon

anthonyzhao
2017-05-27 13:26
has joined #hackathon

jackyson
2017-05-27 13:32
has joined #hackathon

wangyaqi
2017-05-27 13:35
has joined #hackathon

pethergriffin
2017-05-27 14:42
has joined #hackathon

johnny
2017-05-27 14:59
has joined #hackathon

xoxo
2017-05-27 15:03
has joined #hackathon

dahobbiz23
2017-05-27 15:10
has joined #hackathon

dobrokhvalov
2017-05-27 15:45
has joined #hackathon

lukeerico
2017-05-27 16:37
has joined #hackathon

roywalker
2017-05-27 16:49
has joined #hackathon

janiceting
2017-05-27 17:02
has joined #hackathon

jesse_livermore
2017-05-27 17:16
has joined #hackathon

pume
2017-05-27 18:02
has joined #hackathon

mwall90278
2017-05-27 18:10
has joined #hackathon

mikko
2017-05-27 19:04
has joined #hackathon

satoshi
2017-05-27 19:30
has joined #hackathon

sorem
2017-05-27 19:53
has joined #hackathon

mrepicfails
2017-05-27 20:01
has joined #hackathon

sangster
2017-05-27 21:33
has joined #hackathon

jeff
2017-05-27 21:37
has joined #hackathon

christoph2806
2017-05-27 23:03
has joined #hackathon

makoto
2017-05-27 23:52
stephan: Is the bounty in Ether or are you guys also thinking of issuing Genesis token (if planning for ICO)?

aariveros
2017-05-28 00:22
has joined #hackathon

azanux
2017-05-28 01:05
has joined #hackathon

bianhaiming
2017-05-28 03:13
has joined #hackathon

yeng
2017-05-28 03:29
has joined #hackathon

lightthief
2017-05-28 04:45
has joined #hackathon

tomisme
2017-05-28 04:56
has joined #hackathon

sayhoo
2017-05-28 05:14
has joined #hackathon

hongjianqiang
2017-05-28 05:22
has joined #hackathon

dengchuangjie
2017-05-28 06:56
has joined #hackathon

alon
2017-05-28 07:20
Hey friends, Can anyone point me to an answer to this question: Can I start my project today? Or only when the Hackathon starts? Do I need an Empty repo to start?

cryptowanderer
2017-05-28 07:23
hey @alon! Just take a look at the rules at the bottom of this page: http://hackathon.status.im/

alon
2017-05-28 07:24
Ok so pretty much I can't have any code unless I already have an Open Source project

dean
2017-05-28 07:46
has joined #hackathon

ymow
2017-05-28 08:04
has joined #hackathon

lihuajkl
2017-05-28 08:29
has joined #hackathon

saso10
2017-05-28 08:37
has joined #hackathon

toukishi
2017-05-28 08:38
has joined #hackathon

dwitte
2017-05-28 09:02
has joined #hackathon

jw
2017-05-28 09:03
has joined #hackathon

lte134
2017-05-28 09:50
has joined #hackathon

romey
2017-05-28 10:03
has joined #hackathon

jjqqpp
2017-05-28 10:26
has joined #hackathon

npexception
2017-05-28 10:28
has joined #hackathon

madjo
2017-05-28 11:23
has joined #hackathon

chirpycow
2017-05-28 11:32
has joined #hackathon

yvonne
2017-05-28 12:20
has joined #hackathon

zacaconda
2017-05-28 12:43
has joined #hackathon

nolanob
2017-05-28 12:48
has joined #hackathon

poach
2017-05-28 12:50
has joined #hackathon

erui
2017-05-28 12:52
has joined #hackathon

watcher
2017-05-28 13:08
has joined #hackathon

newcoin01
2017-05-28 13:40
has joined #hackathon

weifish
2017-05-28 14:19
has joined #hackathon

lk7416138
2017-05-28 14:22
has joined #hackathon

mynameisnotpublic
2017-05-28 15:06
has joined #hackathon

thanat
2017-05-28 15:09
has joined #hackathon

hanyu
2017-05-28 15:14
has joined #hackathon

mkn2030
2017-05-28 15:25
has joined #hackathon

codester
2017-05-28 17:40
has joined #hackathon

dedencot
2017-05-28 19:15
has joined #hackathon

josephnelly
2017-05-28 19:20
has joined #hackathon

alon
2017-05-28 19:29
Hey, are we allowed to create issues and projects on GitHub before the start of the hackathon?

hutch
2017-05-28 19:35
@alon you create the issue before the start date to enter :sunglasses: https://github.com/status-im/hackathon/issues/new the text there has the details of how to rsvp etc.

alon
2017-05-28 19:36
@hutch Yea I have created an issue. But can I create issues on my repo?

hutch
2017-05-28 19:43
On your separate repository? I see no problem with that; or if there is a specific issue within your project, you can always comment on it and refer to the issue you are needing to address? Does that help; can you give more detail on what you are needing in specific? Here is some documentation referring to the hackathon addressing prior coding though "Before the Kickoff, you should not code your project. Prior to Kickoff, you can learn and practice with the Status API, discuss ideas, and find teammates."

hutch
2017-05-28 19:45
As outlined in the rules @alon ; if you can get a little more specific I'm sure we can help you make sure it's just fine :smiley:

alon
2017-05-28 19:48
Well I want to build something like a Trello board with issues. No code yet just split up the work

alon
2017-05-28 19:48
There is a new Projects feature on GitHub that is similar to Trello

nadavhollander
2017-05-28 19:50
has joined #hackathon

mrmacko
2017-05-28 20:37
has joined #hackathon

geraldkrug
2017-05-28 21:33
has joined #hackathon

tcsiwula
2017-05-28 21:36
has joined #hackathon

astra
2017-05-28 22:02
has joined #hackathon

glambeth
2017-05-28 22:30
has joined #hackathon

3dgod
2017-05-28 22:52
has joined #hackathon

blackone
2017-05-28 22:55
has joined #hackathon

saru
2017-05-28 23:06
has joined #hackathon

johndoe
2017-05-29 00:29
has joined #hackathon

renk
2017-05-29 01:19
has joined #hackathon

johnmoss
2017-05-29 02:06
has joined #hackathon

soros123
2017-05-29 02:09
has joined #hackathon

maconi
2017-05-29 02:20
has joined #hackathon

gosin
2017-05-29 02:29
has joined #hackathon

bitchoi
2017-05-29 02:46
has joined #hackathon

freetree
2017-05-29 03:05
has joined #hackathon

kennyh
2017-05-29 04:02
has joined #hackathon

tllik
2017-05-29 05:49
has joined #hackathon

dannyfoster
2017-05-29 06:54
has joined #hackathon

stman
2017-05-29 07:37
has joined #hackathon

moonchaser
2017-05-29 08:04
has joined #hackathon

zk
2017-05-29 08:59
has joined #hackathon

jefflau
2017-05-29 09:02
Is there any chance of getting a testflight invitation for the hackathon?

choushixyh
2017-05-29 09:14
has joined #hackathon

volenta
2017-05-29 09:45
has joined #hackathon

alex.inc
2017-05-29 10:04
has joined #hackathon

abhinavramesh12
2017-05-29 10:48
has joined #hackathon

armando
2017-05-29 11:05
has joined #hackathon

carl
2017-05-29 11:06
hey @jefflau, absolutely, can you PM @jarradhope with your email?

carl
2017-05-29 11:16
hey @stephan, that's a fair observation, appreciate it. Feel free to ask directly in this channel ( #hackathon) if you want to try find some more helping hands - there?s a doc floating around for people who want to find some teams to enter with

knightmare
2017-05-29 11:32
has joined #hackathon

deathwish
2017-05-29 11:34
has joined #hackathon

notbjerg
2017-05-29 12:43
has joined #hackathon

petitjean
2017-05-29 12:56
has joined #hackathon

stephan
2017-05-29 13:20
Thanks @carl, will do.

stephan
2017-05-29 13:25
Hey everybody, @christoph2806 and me are looking for developers to join the Etherisc team for the hackathon. We want to build a chatbot for our flight delay insurance application. We have a working DApp at http://fdd.etherisc.com. let me know if you want to join us here or via direct message or email to also see https://github.com/status-im/hackathon/issues/44

cryptocamp
2017-05-29 13:38
has joined #hackathon

wiseye
2017-05-29 14:09
has joined #hackathon

ezview
2017-05-29 14:24
has joined #hackathon

mhmad_hasan
2017-05-29 14:47
has joined #hackathon

dericka
2017-05-29 15:23
has joined #hackathon

alon
2017-05-29 15:24
So I didn't really get an answer last time. Can I start creating GitHub issues on my own hackathon repository before the hackathon starts?

alon
2017-05-29 15:24
To layout tasks for the team?

sunilneh2505
2017-05-29 15:30
has joined #hackathon

g55
2017-05-29 15:48
has joined #hackathon

arcticjs12
2017-05-29 16:24
has joined #hackathon

bell
2017-05-29 16:41
has joined #hackathon

marius
2017-05-29 16:55
has joined #hackathon

byron111
2017-05-29 16:56
has joined #hackathon

ursksc
2017-05-29 17:01
has joined #hackathon

walter
2017-05-29 17:01
has joined #hackathon

status777
2017-05-29 17:09
has joined #hackathon

eonite
2017-05-29 17:24
has joined #hackathon

hierux
2017-05-29 17:37
has joined #hackathon

jefflau
2017-05-29 17:40
@carl done

atzh
2017-05-29 17:43
has joined #hackathon

timbeiko
2017-05-29 17:45
has joined #hackathon

banksybuck
2017-05-29 17:49
has joined #hackathon

anton
2017-05-29 17:51
has joined #hackathon

nickjames
2017-05-29 17:53
has joined #hackathon

kgannon03
2017-05-29 17:58
has joined #hackathon

darko_kolev
2017-05-29 18:02
has joined #hackathon

zander
2017-05-29 18:08
has joined #hackathon

mav137
2017-05-29 18:10
has joined #hackathon

marcuse1w
2017-05-29 18:13
has joined #hackathon

mtsalenc
2017-05-29 18:13
has joined #hackathon

gaving
2017-05-29 18:17
has joined #hackathon

annikam
2017-05-29 18:18
has joined #hackathon

wow
2017-05-29 18:18
has joined #hackathon

suwito
2017-05-29 18:21
has joined #hackathon

maruosch
2017-05-29 18:23
has joined #hackathon

gronny
2017-05-29 18:36
has joined #hackathon

digitalmonkey
2017-05-29 18:36
has joined #hackathon

matallo
2017-05-29 18:37
has joined #hackathon

eden7
2017-05-29 18:45
has joined #hackathon

lu1zzz
2017-05-29 18:45
has joined #hackathon

reiche06
2017-05-29 18:49
has joined #hackathon

girishramnani
2017-05-29 18:51
has joined #hackathon

jesualdo.tobias
2017-05-29 19:07
has joined #hackathon

switters72
2017-05-29 19:15
has joined #hackathon

tayvano
2017-05-29 19:17
has joined #hackathon

baram
2017-05-29 19:20
has joined #hackathon

cnrd
2017-05-29 19:27
has joined #hackathon

relaxed
2017-05-29 19:30
has joined #hackathon

cribbo
2017-05-29 19:41
has joined #hackathon

flyingbits
2017-05-29 19:44
has joined #hackathon

tokakey
2017-05-29 19:48
has joined #hackathon

doublecups
2017-05-29 19:51
has joined #hackathon

zhe
2017-05-29 19:51
has joined #hackathon

allixxx
2017-05-29 19:53
has joined #hackathon

khanabliss
2017-05-29 19:57
has joined #hackathon

libetablocker
2017-05-29 19:59
has joined #hackathon

jpa_
2017-05-29 20:05
has joined #hackathon

yennsth
2017-05-29 20:05
has joined #hackathon

raz.golan
2017-05-29 20:07
has joined #hackathon

varmatappio
2017-05-29 20:08
has joined #hackathon

matth
2017-05-29 20:11
has joined #hackathon

bevans
2017-05-29 20:19
has joined #hackathon

arky
2017-05-29 20:35
has joined #hackathon

lisacheng
2017-05-29 20:35
has joined #hackathon

m451
2017-05-29 20:38
has joined #hackathon

choicethoery
2017-05-29 20:40
has joined #hackathon

jgeewax
2017-05-29 20:41
has joined #hackathon

airmau
2017-05-29 20:43
has joined #hackathon

pamir
2017-05-29 20:46
has joined #hackathon

elijahsoraus
2017-05-29 20:47
has joined #hackathon

arjunan
2017-05-29 20:52
has joined #hackathon

dvo.orlando
2017-05-29 20:52
has joined #hackathon

edgarjohn
2017-05-29 20:55
has joined #hackathon

hazza
2017-05-29 20:56
has joined #hackathon

mickomeg
2017-05-29 20:57
has joined #hackathon

goodvibes
2017-05-29 21:01
has joined #hackathon

jrkirby
2017-05-29 21:05
has joined #hackathon

hughlang
2017-05-29 21:11
has joined #hackathon

winstonmcfail
2017-05-29 21:14
has joined #hackathon

plastichero
2017-05-29 21:16
has joined #hackathon

ohweoh
2017-05-29 21:20
has joined #hackathon

genghiscoin
2017-05-29 21:21
has joined #hackathon

alwin
2017-05-29 21:22
has joined #hackathon

botolo86
2017-05-29 21:32
has joined #hackathon

bogdan
2017-05-29 21:35
has joined #hackathon

nooz
2017-05-29 21:50
has joined #hackathon

openkerley
2017-05-29 21:54
has joined #hackathon

roks0n
2017-05-29 21:56
has joined #hackathon

bobby2
2017-05-29 21:59
has joined #hackathon

raywang
2017-05-29 22:06
has joined #hackathon

pablo
2017-05-29 22:06
has joined #hackathon

beachbum251
2017-05-29 22:17
has joined #hackathon

pjain
2017-05-29 22:26
has joined #hackathon

goosewatch
2017-05-29 22:39
has joined #hackathon

jonathangstahl
2017-05-29 22:40
has joined #hackathon

cryptomessi
2017-05-29 22:41
has joined #hackathon

tomoaki
2017-05-29 22:47
has joined #hackathon

ptytrader
2017-05-29 22:48
has joined #hackathon

rodney-s
2017-05-29 23:00
has joined #hackathon

rygwdn
2017-05-29 23:02
has joined #hackathon

melmoth
2017-05-29 23:07
has joined #hackathon

mnguyen87
2017-05-29 23:09
has joined #hackathon

cryptopotamus
2017-05-29 23:16
has joined #hackathon

qjuf
2017-05-29 23:24
has joined #hackathon

rassell
2017-05-29 23:38
has joined #hackathon

marmistead
2017-05-29 23:39
has joined #hackathon

myselfluls
2017-05-29 23:52
has joined #hackathon

connie
2017-05-30 00:06
has joined #hackathon

vivalapanda
2017-05-30 00:34
has joined #hackathon

miroslaw88
2017-05-30 00:36
has joined #hackathon

kch
2017-05-30 00:41
has joined #hackathon

goodboy
2017-05-30 00:43
has joined #hackathon

imwickkd
2017-05-30 00:44
has joined #hackathon

dannies
2017-05-30 00:47
has joined #hackathon

mero91
2017-05-30 01:01
has joined #hackathon

slacker
2017-05-30 01:04
has joined #hackathon

daviddyxu
2017-05-30 01:05
has joined #hackathon

ryan_miller
2017-05-30 01:05
has joined #hackathon

bwijaya
2017-05-30 01:07
has joined #hackathon

speedracer
2017-05-30 01:11
has joined #hackathon

crypto
2017-05-30 01:32
has joined #hackathon

giaset
2017-05-30 01:58
has joined #hackathon

dianango
2017-05-30 02:02
has joined #hackathon

alan7823
2017-05-30 02:05
has joined #hackathon

axiom
2017-05-30 02:14
has joined #hackathon

magicalgoatee
2017-05-30 02:40
has joined #hackathon

jcooper
2017-05-30 02:47
has joined #hackathon

mlierren
2017-05-30 02:47
has joined #hackathon

alan7823
2017-05-30 02:48
Yo everyone :v:, I?m looking for a team. I made http://Hyperfast.co and http://Supermood.io . I?m really good at JS/NODE/ANGULAR and currently learning Solidify and the Status api. PM me if you are looking for a developer.

hutch
2017-05-30 02:55
Thanks @alan7823 ! You might wanna check these out too! *Teammate Finder* https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q official team mate finder doc. Also this can help with ideas or wanting to contribute your own! *Community Ideas* https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo

alan7823
2017-05-30 03:22
*solidity sorry. @hutch thanks. Already done it,

echo
2017-05-30 03:28
has joined #hackathon

bpemble
2017-05-30 03:30
has joined #hackathon

alex..
2017-05-30 03:38
has joined #hackathon

ryanrudi
2017-05-30 03:40
has joined #hackathon

freddy_longjohns
2017-05-30 03:44
has joined #hackathon

ajuliano
2017-05-30 04:01
has joined #hackathon

kyle
2017-05-30 04:09
has joined #hackathon

tonigon
2017-05-30 04:20
has joined #hackathon

kkyang
2017-05-30 04:25
has joined #hackathon

trex
2017-05-30 04:38
has joined #hackathon

tristanshout
2017-05-30 04:46
has joined #hackathon

jesse_livermore
2017-05-30 04:55
@jesse_livermore has left the channel

chigga
2017-05-30 04:57
has joined #hackathon

cphi
2017-05-30 05:08
has joined #hackathon

robbie
2017-05-30 05:17
has joined #hackathon

vijeth
2017-05-30 05:26
has joined #hackathon

vijeth
2017-05-30 05:28
hi

crypto
2017-05-30 05:32
@crypto has left the channel

carlo
2017-05-30 05:34
has joined #hackathon

rynod
2017-05-30 05:36
has joined #hackathon

jjttjj
2017-05-30 05:40
has joined #hackathon

adrian
2017-05-30 05:56
has joined #hackathon

razumov
2017-05-30 06:13
has joined #hackathon

joe50
2017-05-30 06:15
has joined #hackathon

hwaster
2017-05-30 06:35
has joined #hackathon

razumov
2017-05-30 06:41
Hi!

ethand
2017-05-30 06:43
has joined #hackathon

benmorrow
2017-05-30 06:55
Hi @razumov and @vijeth!

razumov
2017-05-30 06:57
I'm looking for a team and have already added myself to teammete finder

hansf
2017-05-30 06:57
has joined #hackathon

benmorrow
2017-05-30 06:57
Yes, you can plan ahead for the tasks. Planning with GitHub issues is smart. Appreciate you for checking first :slightly_smiling_face:

cryptobi
2017-05-30 07:03
has joined #hackathon

inflo
2017-05-30 07:33
has joined #hackathon

lambdamapreduce
2017-05-30 07:37
has joined #hackathon

harshjv
2017-05-30 07:52
has joined #hackathon

ponyoponyo
2017-05-30 07:53
has joined #hackathon

isaac
2017-05-30 08:03
has joined #hackathon

xbm
2017-05-30 08:23
has joined #hackathon

brendan
2017-05-30 08:38
has joined #hackathon

kezzydrew23
2017-05-30 08:48
has joined #hackathon

mrx365
2017-05-30 08:50
has joined #hackathon

sobinson.com
2017-05-30 08:53
has joined #hackathon

kalisto
2017-05-30 09:03
has joined #hackathon

wongs
2017-05-30 09:13
has joined #hackathon

blur
2017-05-30 09:15
has joined #hackathon

chabakro
2017-05-30 09:22
has joined #hackathon

justinvolved
2017-05-30 09:22
has joined #hackathon

albertogallo
2017-05-30 09:27
has joined #hackathon

yolanda
2017-05-30 09:29
has joined #hackathon

baltas12345
2017-05-30 09:29
has joined #hackathon

leonard
2017-05-30 09:35
has joined #hackathon

hh528852
2017-05-30 09:35
has joined #hackathon

stevefwt
2017-05-30 09:42
has joined #hackathon

dhananjay
2017-05-30 09:54
has joined #hackathon

tonylittle
2017-05-30 10:13
has joined #hackathon

water
2017-05-30 10:13
has joined #hackathon

xiribolastata
2017-05-30 10:14
has joined #hackathon

ag
2017-05-30 10:27
has joined #hackathon

ealliaume
2017-05-30 10:30
has joined #hackathon

rene_m
2017-05-30 10:45
has joined #hackathon

lfcameron
2017-05-30 10:46
has joined #hackathon

robc
2017-05-30 10:47
has joined #hackathon

main
2017-05-30 10:47
has joined #hackathon

sts
2017-05-30 10:56
has joined #hackathon

claudieux
2017-05-30 10:58
has joined #hackathon

cnsad
2017-05-30 11:01
has joined #hackathon

dnldd
2017-05-30 11:24
has joined #hackathon

vijay
2017-05-30 11:26
has joined #hackathon

chsh9959
2017-05-30 11:35
has joined #hackathon

mika
2017-05-30 11:39
has joined #hackathon

pcrypto
2017-05-30 11:40
has joined #hackathon

jjmata
2017-05-30 11:41
has joined #hackathon

subhod_i
2017-05-30 11:57
has joined #hackathon

kipos
2017-05-30 11:58
has joined #hackathon

myidd007
2017-05-30 12:01
has joined #hackathon

c090178
2017-05-30 12:02
has joined #hackathon

lennart
2017-05-30 12:04
has joined #hackathon

elliot
2017-05-30 12:08
has joined #hackathon

bexley
2017-05-30 12:16
has joined #hackathon

aya57
2017-05-30 12:28
has joined #hackathon

hedzer
2017-05-30 12:42
has joined #hackathon

quantsengineer
2017-05-30 12:43
has joined #hackathon

xuxin5108
2017-05-30 12:45
has joined #hackathon

tors
2017-05-30 12:47
has joined #hackathon

youde
2017-05-30 12:54
has joined #hackathon

xas
2017-05-30 13:32
has joined #hackathon

gblaze53
2017-05-30 13:39
has joined #hackathon

doylero1
2017-05-30 13:42
has joined #hackathon

zeapo
2017-05-30 13:45
has joined #hackathon

jcahill
2017-05-30 13:49
has joined #hackathon

tedi
2017-05-30 14:03
has joined #hackathon

sharper
2017-05-30 14:09
has joined #hackathon

msan18
2017-05-30 14:16
has joined #hackathon

mmjahanara
2017-05-30 14:24
has joined #hackathon

spiderman
2017-05-30 14:33
has joined #hackathon

amyfan
2017-05-30 14:41
has joined #hackathon

mark001
2017-05-30 14:42
has joined #hackathon

saxis
2017-05-30 14:42
has joined #hackathon

mgould
2017-05-30 14:52
has joined #hackathon

ashapasa
2017-05-30 14:59
has joined #hackathon

wisha
2017-05-30 15:25
has joined #hackathon

tiabc
2017-05-30 15:55
has joined #hackathon

edisney
2017-05-30 16:04
has joined #hackathon

todd
2017-05-30 16:27
has joined #hackathon

rocketman
2017-05-30 16:37
has joined #hackathon

toya
2017-05-30 16:44
has joined #hackathon

dadadede
2017-05-30 17:25
has joined #hackathon

pyrrhus
2017-05-30 17:40
has joined #hackathon

jaime
2017-05-30 17:44
has joined #hackathon

xtyling
2017-05-30 17:50
has joined #hackathon

desklampart
2017-05-30 17:57
has joined #hackathon

partizant
2017-05-30 18:02
has joined #hackathon

change
2017-05-30 18:25
has joined #hackathon

seantoe
2017-05-30 18:27
has joined #hackathon

henrynguyen5
2017-05-30 18:40
has joined #hackathon

cachecoin
2017-05-30 18:41
has joined #hackathon

spidarmen
2017-05-30 18:56
has joined #hackathon

joshafairhead
2017-05-30 19:23
has joined #hackathon

slackit
2017-05-30 19:58
has joined #hackathon

callidus
2017-05-30 20:05
has joined #hackathon

mandrio
2017-05-30 20:12
has joined #hackathon

jeth010101
2017-05-30 20:42
has joined #hackathon

agg3l0st
2017-05-30 21:18
has joined #hackathon

fiddler
2017-05-30 21:32
has joined #hackathon

ramini68
2017-05-30 21:51
has joined #hackathon

dikx
2017-05-30 21:59
has joined #hackathon

bitcoindenmark
2017-05-30 22:18
has joined #hackathon

td
2017-05-30 22:34
has joined #hackathon

frank2009
2017-05-30 22:35
has joined #hackathon

bitmind
2017-05-30 22:53
has joined #hackathon

uditmo2006
2017-05-30 23:39
has joined #hackathon

noman
2017-05-30 23:40
has joined #hackathon

schmilsson
2017-05-30 23:42
has joined #hackathon

reactima
2017-05-31 00:15
has joined #hackathon

nishikantanipane
2017-05-31 01:27
has joined #hackathon

nishikantanipane
2017-05-31 01:40
Hi Team, I got to know little late about the event, want to know if the last day of registration for Hackathon is over? if not then , by what date can we register for the event?

nancy1123
2017-05-31 01:56
has joined #hackathon

robertlay
2017-05-31 01:59
has joined #hackathon

louis
2017-05-31 02:03
has joined #hackathon

cryptonerd
2017-05-31 02:15
has joined #hackathon

zejie
2017-05-31 02:16
has joined #hackathon

edge
2017-05-31 02:45
has joined #hackathon

willdo
2017-05-31 02:57
has joined #hackathon

bon
2017-05-31 03:30
has joined #hackathon

mikeblock
2017-05-31 04:42
has joined #hackathon

dans
2017-05-31 04:47
has joined #hackathon

samsuh
2017-05-31 05:09
has joined #hackathon

pr0fessorx
2017-05-31 05:14
has joined #hackathon

nicola
2017-05-31 05:15
has joined #hackathon

leex
2017-05-31 05:19
has joined #hackathon

ethanstan
2017-05-31 05:54
has joined #hackathon

andy
2017-05-31 05:59
has joined #hackathon

mmahon512
2017-05-31 06:39
has joined #hackathon

sergiuliano
2017-05-31 06:43
has joined #hackathon

cryptowanderer
2017-05-31 06:47
@nishikantanipane the hackathon is still coming up. please read through here: http://hackathon.status.im/

damon0
2017-05-31 07:12
has joined #hackathon

ceacer.zk
2017-05-31 07:13
has joined #hackathon

lukas91
2017-05-31 07:14
has joined #hackathon

invin
2017-05-31 07:25
has joined #hackathon

markey
2017-05-31 07:28
has joined #hackathon

shaun
2017-05-31 08:23
has joined #hackathon

dinocelotti
2017-05-31 08:32
has joined #hackathon

xiangshishipengyou
2017-05-31 09:01
has joined #hackathon

patryk_binczak
2017-05-31 09:04
has joined #hackathon

ngfar
2017-05-31 09:05
has joined #hackathon

freek
2017-05-31 09:14
has joined #hackathon

ngfar
2017-05-31 09:14
Hey guys, I am a developer and would like to contribute to the hackathon, I am mainly Javascript, long experience with React, React Native, and NodeJS, I know ethereum and web3. Don?t have specific ideas yet for status, but if anyone want to build a team, I?m in :wink:

freek
2017-05-31 09:15
Question: can you do multiple projects for the hackathon or is it one project per team?


praneel
2017-05-31 10:09
has joined #hackathon

danijee
2017-05-31 10:11
has joined #hackathon

pixel
2017-05-31 10:19
has joined #hackathon

palblanke
2017-05-31 10:28
has joined #hackathon

pixel
2017-05-31 10:29
Heyo. I'm playing around a bit with Status while reading the docs, preparing a bit for the hackathon. I got a bot and my first dapp working. :sunglasses: But a question: Are bots and dapps seperate? As in, I can't make one app which functions as dapp and extend it with bot functionality? I have to have two seperate "contacts" for that?

andrey
2017-05-31 10:35
hi @pixel it's up to you, depends on your needs, you can extend dapp with bot functionality, why not :slightly_smiling_face:

pixel
2017-05-31 10:37
Hey @andrey , thanks for answering. :slightly_smiling_face: But would it still list as one contact? Or would I have to have two contacts? One with which you launch the bot, the other with which you launch the app? I suppose the latter?

andrey
2017-05-31 10:42
you can have one bot and one dapp in one contact

pixel
2017-05-31 10:44
Ooh sweet

andrey
2017-05-31 10:45
the idea is, your dapp will be opened in a "browser panel" when you start to chat with your contact and in the same time you can interact with your bot in that chat

pixel
2017-05-31 10:45
aye, so instead of the /browse, you can add other commands to it

andrey
2017-05-31 10:45
right

pixel
2017-05-31 10:46
I see. Cool!

andrey
2017-05-31 10:46
not instead , but additional to /browse

pixel
2017-05-31 10:46
yeah, my bad, english etc etc

pixel
2017-05-31 10:47
Alright, I'll play around with it a bit more then, thanks

stevecose
2017-05-31 10:53
has joined #hackathon

makoto
2017-05-31 10:55
@andrey I actually have a question about making hybrid of dapp and bot command. In the wallet dapp which is pre installed in http://status.im it initially launch dapp at https://status.im/dapps/wallet/ but clicking "Request ETH" will pop up contact list which I am guessing chat bot command. How does Dapp trigger bot command?

andrey
2017-05-31 11:01

makoto
2017-05-31 11:04
@andrey Does that mean the functionality is not avaiable for third party dapp/bot developer?

pixel
2017-05-31 11:23
@andrey still a bit confused about combining the two (dapp and bot). As far as I can see, I have to build them both seperately? One as a bot, .e.g. ```status-dev-cli add '{"whisper-identity": "truffle-botler", "name": "Truffle Botler", "bot-url": "http://192.168.2.4:8080/bot/bot.js"}' --ip 192.168.2.3``` the other one as a dapp, just on my server. Basically when I build my dapp, I want some bot commands to be available too. Do I have some way to add commands to this dapp? Or do I have to create the bot, where I then add a (default) @browse/ to a dapp? This would mean that the dapp wont be listed as a contact, but the bot (which will be listed as a contact) can still launch it with a status.components.webView.

cryptowanderer
2017-05-31 11:25
@pixel yes, the tutorials currently encourage you to build two separate bots and serve them differently etc. We are right now working on getting that flow better and making sure the start script includes a bot-url, so you can just `watch` the same DApp and have your bot stuff loaded there too. Will let you know once it is done

pixel
2017-05-31 11:26
@cryptowanderer alright, thanks for the update. Will this be done before the kickoff of the hackathon? :wink:

cryptowanderer
2017-05-31 11:27
yes, it will. You can appreciate that it's not so straight forward, because we need to have a separate js file in the build dir that gets served by truffle, but figuring out how to achieve that given truffle's build process and then pass in the correct `bot-url` in the start script is not so easy

sheetal
2017-05-31 11:29
has joined #hackathon

timdegroot
2017-05-31 11:29
has joined #hackathon

pixel
2017-05-31 11:30
Aye I suppose! Good luck.

akbal12
2017-05-31 11:32
has joined #hackathon

cjbkbd
2017-05-31 11:46
has joined #hackathon

jameslum
2017-05-31 12:14
has joined #hackathon

pangmade
2017-05-31 12:25
has joined #hackathon

theultimatum
2017-05-31 12:36
has joined #hackathon

freek
2017-05-31 12:58
@cryptowanderer do you know if you can do multiple projects for the hackathon or is it one project per team?

cryptowanderer
2017-05-31 12:58
I'm not sure @jarradhope (who is in meetings currently) can maybe comment further

bradsiegler
2017-05-31 13:03
has joined #hackathon

ajgreiner
2017-05-31 13:08
has joined #hackathon

amahdy
2017-05-31 13:42
has joined #hackathon

hulielie
2017-05-31 13:50
has joined #hackathon

flankabbestia
2017-05-31 13:55
has joined #hackathon

dcypher
2017-05-31 14:24
has joined #hackathon

phil.e.b
2017-05-31 14:59
has joined #hackathon

sheisback
2017-05-31 15:05
has joined #hackathon

tumbarumba
2017-05-31 15:24
has joined #hackathon

nsaxlund
2017-05-31 15:31
has joined #hackathon

miyapeeeee
2017-05-31 15:34
has joined #hackathon

waiha
2017-05-31 16:21
has joined #hackathon

mattlovan
2017-05-31 16:37
has joined #hackathon

wsbltc
2017-05-31 16:39
has joined #hackathon

break
2017-05-31 16:40
has joined #hackathon

jesusthatsgreat
2017-05-31 16:58
has joined #hackathon

crowseye
2017-05-31 17:04
has joined #hackathon

folknem
2017-05-31 17:26
has joined #hackathon

tanyong888
2017-05-31 17:32
has joined #hackathon

ly.hall
2017-05-31 18:09
has joined #hackathon

frenkbit
2017-05-31 18:25
has joined #hackathon

bje
2017-05-31 18:25
has joined #hackathon

pbaille
2017-05-31 18:35
has joined #hackathon

alermeb
2017-05-31 18:52
has joined #hackathon

sekuba
2017-05-31 18:56
has joined #hackathon

stephan
2017-05-31 19:05
I see @jarradhope added commiteth to the hackathon issues which is great. Could someone please share some more details on the intended use for the hackathon? who can claim bounties and when? who decides about the payouts? The contracts behind commiteth seem to be standard multisigs.

jamie
2017-05-31 19:07
has joined #hackathon

jamie
2017-05-31 19:09
@jamie has left the channel

ticker
2017-05-31 19:30
has joined #hackathon

ludowig
2017-05-31 19:35
has joined #hackathon

cryptowanderer
2017-05-31 19:37
@stephan not sure, but will find out for you and get back here when the team is awake again. Also, @alon @orfeomorello and whoever else I said I would get back to, I have just pushed new changes to our docs for the latest version of `status-dev-cli` which is `3.2.8` and the new truffle-box. Github has been acting up, but hopefully they've propagated through to the live site too. Please give them a whirl when you can and let me know if there are still issues. We have tried to make it all flow better and get the bot and DApp all in one place - hope you enjoy. @makoto still not sure on getting the bot to talk to the DApp, but at least they're in the same place now. Perhaps @alwx can comment there? Will work further over the next few days.

fathead
2017-05-31 19:37
has joined #hackathon

alon
2017-05-31 19:39
@cryptowanderer I managed to install: Ethereum RPC, Status-dev-cli and then where do I get stuck??? Installing Truffle...

alon
2017-05-31 19:39
Windows is a killjoy

cryptowanderer
2017-05-31 19:40
never have truer words been writ in this channel

gerriesmits
2017-05-31 19:40
has joined #hackathon

alon
2017-05-31 19:40
I just installed arch-linux in a virtual machine. Hoping I can get that setup

orfeomorello
2017-05-31 19:43
@cryptowanderer I had success to deploy my first "Hello World" dapp on Windows 10 into Status following your advice and updating the software.I have not tried Truffle yet. In the next hours I will make more complex tests.

cryptowanderer
2017-05-31 19:43
fantastic - awesome work @orfeomorello :simple_smile: :weight_lifter:

jymadier
2017-05-31 19:47
has joined #hackathon

daves
2017-05-31 19:58
has joined #hackathon

alwx
2017-05-31 20:02
> @makoto still not sure on getting the bot to talk to the DApp, but at least they?re in the same place now. Perhaps @alwx can comment there? Will work further over the next few days. To be honest, I haven't dived deep into how `sendMessage` works. I will add it to my TODO list and come back with some results tomorrow.

cryptowanderer
2017-05-31 20:06
^ this guy has to be one of my most favourite human beings I've never met :wink:

ouassim
2017-05-31 20:09
has joined #hackathon

ksmith1337
2017-05-31 20:11
has joined #hackathon

jhysum
2017-05-31 20:35
has joined #hackathon

erinclift
2017-05-31 20:51
has joined #hackathon

eth8ill
2017-05-31 20:54
has joined #hackathon

nawaaz777
2017-05-31 21:01
has joined #hackathon

jasperjansz
2017-05-31 21:07
has joined #hackathon

demien
2017-05-31 21:34
has joined #hackathon

brokenbat
2017-05-31 21:49
has joined #hackathon

rainvow
2017-05-31 21:52
has joined #hackathon

glambeth
2017-05-31 21:57
hi, I only have an iphone and would like to participate in the hackathon, but I don't have a beta invite. Is it still possible to develop?

epalta
2017-05-31 22:06
has joined #hackathon

samso
2017-05-31 22:17
has joined #hackathon

wighawag
2017-05-31 22:43
has joined #hackathon

redsend344
2017-05-31 22:43
has joined #hackathon

protegeaa
2017-05-31 22:48
has joined #hackathon

hussein
2017-05-31 23:04
has joined #hackathon

statusoffreedom
2017-05-31 23:13
has joined #hackathon

emizzle
2017-05-31 23:34
has joined #hackathon

padap
2017-05-31 23:58
has joined #hackathon

tempusfugit
2017-06-01 00:22
has joined #hackathon

elaine
2017-06-01 00:36
has joined #hackathon

con
2017-06-01 00:40
has joined #hackathon

chchc00
2017-06-01 00:52
has joined #hackathon

dr_gonzo
2017-06-01 01:03
has joined #hackathon

ethermoonboy
2017-06-01 01:04
has joined #hackathon

stan
2017-06-01 01:14
has joined #hackathon

jch
2017-06-01 01:33
has joined #hackathon

john.mak
2017-06-01 01:37
has joined #hackathon

benmorrow
2017-06-01 01:41
Private message sent!

mgord
2017-06-01 01:41
has joined #hackathon

ethangd
2017-06-01 01:49
has joined #hackathon

benmorrow
2017-06-01 01:51
We're working on implementing CommitETH to issue payments to teams at the conclusion of the hackathon. We will set the values before the bounties can be claimed.

benmorrow
2017-06-01 01:52
One project per team. You may enter as a different team if you have multiple ideas, but just keep in mind that all coding must happen during the week of the hackathon. Alternatively, you could code your best idea, and share the others on the Community Ideas doc: https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo

miss-xu
2017-06-01 02:09
has joined #hackathon

peakscooper
2017-06-01 02:36
has joined #hackathon

tzt6688
2017-06-01 02:42
has joined #hackathon

slaejae
2017-06-01 02:57
has joined #hackathon

jacksheng
2017-06-01 03:03
has joined #hackathon

conanltf
2017-06-01 03:30
has joined #hackathon

longlong
2017-06-01 03:36
has joined #hackathon

gravy
2017-06-01 03:44
has joined #hackathon

gravy
2017-06-01 03:54
Hi, I'm trying to connect my android galaxy s7 phone to my computer (ubuntu) using status-dev cli tool.

gravy
2017-06-01 03:54
I have /debug On and ran the "status-dev-cli scan" via terminal but no device is showing

taskiller
2017-06-01 03:57
has joined #hackathon

juhm
2017-06-01 04:08
has joined #hackathon

gravy
2017-06-01 04:14
nvm my android device is showing now after I installed the latest apk http://artifacts.status.im:8081/artifactory/pull-requests/im.status.ethereum-91aa11.apk. Now, I tried "add" and "list" commands but it's saying "Cannot connect to status"

natalieh
2017-06-01 04:31
has joined #hackathon

imaslacker
2017-06-01 04:46
has joined #hackathon

mrkhaitan
2017-06-01 04:56
has joined #hackathon

jeluard
2017-06-01 05:13
@gravy You must have Status running with debug mode on when executing `add` or `list`.

terencege
2017-06-01 05:27
has joined #hackathon

bettyzhang
2017-06-01 05:35
has joined #hackathon

pekka
2017-06-01 06:02
has joined #hackathon

coinman
2017-06-01 06:21
has joined #hackathon

onexue
2017-06-01 06:23
has joined #hackathon

matata
2017-06-01 06:43
has joined #hackathon

qianjinwugu
2017-06-01 06:45
has joined #hackathon

tatu
2017-06-01 06:55
@gravy Try re-doing the steps, debug, scan etc.

andrey
2017-06-01 07:06
hi @glambeth atm you can build Status by yourself for ios, https://wiki.status.im/contributing/development/building-status/, atm TestFlight version is incompatible with the latest `status-dev-cli`

andrey
2017-06-01 07:07
hi @gravy it's better to use Wi-fi instead of USB, main idea is debug http server is running on status app. so your phone and computer should be in the same network, to communicate with debug http server on your phone

various
2017-06-01 07:17
has joined #hackathon

mkr
2017-06-01 07:30
has joined #hackathon

andrey
2017-06-01 07:32
hi @makoto you can use this functionality if you want, but this implementation does not allow you to communicate with the chatbot, here you can find how wallet uses this https://github.com/status-im/wallet/blob/develop/src/cljs/token/status.cljs

marcai
2017-06-01 07:40
has joined #hackathon

unilovelight
2017-06-01 07:41
has joined #hackathon

andrey
2017-06-01 07:44
@makoto could you tell how you want to use communication between dapp and chatbot

felicia
2017-06-01 07:50
has joined #hackathon

amiami
2017-06-01 07:52
has joined #hackathon

makoto
2017-06-01 08:12
andrey: my idea is to have some sort of group chat where server side bot can also participate using whisper messaging. Initially I wanted to do everything as bot but I am finding that bot interface is still primitive (eg. I cannot push messages using sendMessage) so I am thinking about writing the majority as dapp and let dapp to call bot commands where I want to use the suggestion capability

edgeless
2017-06-01 08:49
has joined #hackathon

kyo_1997
2017-06-01 09:07
has joined #hackathon

tmmm12
2017-06-01 09:14
has joined #hackathon

cin
2017-06-01 09:15
has joined #hackathon

kibo1984
2017-06-01 09:19
has joined #hackathon

yooen
2017-06-01 09:41
has joined #hackathon

christmas
2017-06-01 09:43
has joined #hackathon

rufhhxh
2017-06-01 09:43
has joined #hackathon

perezpaya
2017-06-01 09:46
has joined #hackathon

kay
2017-06-01 09:54
has joined #hackathon

kechu8
2017-06-01 09:54
has joined #hackathon

tommy
2017-06-01 10:24
has joined #hackathon

ico-list
2017-06-01 10:28
has joined #hackathon

mazide
2017-06-01 10:38
has joined #hackathon

nelson0040
2017-06-01 10:48
has joined #hackathon

diakim_0727
2017-06-01 10:56
has joined #hackathon

andytokyo
2017-06-01 11:10
has joined #hackathon

wowa
2017-06-01 11:13
has joined #hackathon

inodb
2017-06-01 11:37
has joined #hackathon

krysto
2017-06-01 11:49
has joined #hackathon

8citx
2017-06-01 11:53
has joined #hackathon

mo
2017-06-01 12:10
has joined #hackathon

sudhir
2017-06-01 12:17
has joined #hackathon

mmm352
2017-06-01 12:25
has joined #hackathon

jschien
2017-06-01 12:43
has joined #hackathon

gerbrand
2017-06-01 12:44
has joined #hackathon

erikbrodch
2017-06-01 12:48
has joined #hackathon

pbyusa
2017-06-01 12:56
has joined #hackathon

isasftw
2017-06-01 13:02
Crap, i dropped my phone just a few days before the hackathon... Now how am i going to test my dapp? :confused:

tatu
2017-06-01 13:03
@isasftw Get a new phone? :stuck_out_tongue:

tatu
2017-06-01 13:03
Perfect excuse!

85vicwagonguy
2017-06-01 13:03
has joined #hackathon

isasftw
2017-06-01 13:03
Yeah :stuck_out_tongue:

isasftw
2017-06-01 13:04
It would probably take me at least a week to figure out which one to get though :stuck_out_tongue_closed_eyes:

tatu
2017-06-01 13:10
haha :smile:

tatu
2017-06-01 13:11
@isasftw walk into a store, close your eyes, spin around and point a finger, that's the one you want!

mnaren
2017-06-01 13:18
has joined #hackathon

oneaxelrod
2017-06-01 13:35
has joined #hackathon

caiklaus
2017-06-01 14:03
has joined #hackathon

bananatrue
2017-06-01 14:08
has joined #hackathon

baopingguo
2017-06-01 14:13
has joined #hackathon

yannrs
2017-06-01 14:19
has joined #hackathon

xb0w
2017-06-01 14:20
has joined #hackathon

akinoriosamura
2017-06-01 14:21
has joined #hackathon

raghav
2017-06-01 14:26
has joined #hackathon

raghu0745
2017-06-01 14:27
has joined #hackathon

ichoponions
2017-06-01 14:49
has joined #hackathon

cheenu
2017-06-01 14:51
has joined #hackathon

rocs57
2017-06-01 14:53
has joined #hackathon

brendan
2017-06-01 14:58
Please invite: (he is coming down from PE to join in the hackerthon)

dkny
2017-06-01 15:02
has joined #hackathon

brendan
2017-06-01 15:20
ah thanks

tatu
2017-06-01 15:24
actually the invite address is http://slack.status.im

blake
2017-06-01 15:30
has joined #hackathon

bitbit
2017-06-01 15:33
has joined #hackathon

wktian
2017-06-01 15:36
has joined #hackathon

asrkennedy
2017-06-01 15:54
has joined #hackathon

subidangol
2017-06-01 16:06
has joined #hackathon

71882852
2017-06-01 16:08
has joined #hackathon

cryptowanderer
2017-06-01 16:13
Hey all. Please note that we have changed the docs to emphasise that you should use `<MACHINE-IP>` rather than `localhost` as this means you will not have to get involved with any `adb` magic. I have moved the `adb` commands to the `Known Issues and Notes` section at the end of each tab if you are comfortable with it and prefer using it. You can find your dev machine's internal IPv4 address by running `ifconfig | grep inet` and looking for the line that reads something like `192.168.0.100` Peace and love this Friday evening :status:

m3ndi3
2017-06-01 16:53
has joined #hackathon

ethboy
2017-06-01 17:57
has joined #hackathon

sntgod
2017-06-01 18:26
has joined #hackathon

yarikx
2017-06-01 18:30
has joined #hackathon

deda
2017-06-01 18:33
has joined #hackathon

glambeth
2017-06-01 18:43
does anyone have experience setting up Genymotion on ubuntu?

beegg
2017-06-01 18:46
has joined #hackathon

jeluard
2017-06-01 18:52
@glambeth I'm using avd on ubuntu. Any issue with genymotion?

crypto_psych
2017-06-01 18:53
has joined #hackathon

glambeth
2017-06-01 18:55
@jeluard might have to check that out. With Genymotion the virtual device is just hanging at a black screen.

divs1210
2017-06-01 19:09
has joined #hackathon

paxpelus
2017-06-01 19:20
has joined #hackathon


jgabios
2017-06-01 19:30
has joined #hackathon

notbjerg
2017-06-01 19:32
hey guys, can I access my dapp on my local network through http://status.im?

notbjerg
2017-06-01 19:33
currently debugging some issues reported with a dapp where web3 isn't properly detected in the status browser, but I can't seem to reach the local IP in status

notbjerg
2017-06-01 19:33
it works directly in chrome tho

cryptowanderer
2017-06-01 19:33
`status-dev-cli switch-node "http://<MACHINE-IP>:<rpc-port-of-local-node>" --ip <DEVICE-IP>`

notbjerg
2017-06-01 19:34
do I really need to switch to my local node to check the front-end of the dapp?

notbjerg
2017-06-01 19:34
it's just the front-end

cryptowanderer
2017-06-01 19:34
then no, of course not

notbjerg
2017-06-01 19:34
hmm, wonder why it doesn't work then

notbjerg
2017-06-01 19:35
I can reach the local IP and port from another machine on the same network, and also in chrome on my phone

cryptowanderer
2017-06-01 19:35
Maybe I'm too tired, but I don't fully understand your issue. Have you been following the docs and do you have the latest version of `status-dev-cli` (3.2.8) and a nightly build?

notbjerg
2017-06-01 19:36
alright, I'll try again :smile: might be me too

notbjerg
2017-06-01 19:37
I have a dapp and it works with Parity and MetaMask. The issue is that the dapp front-end doesn't seem to detect web3 injected by http://Status.im, so it doesn't work in http://Status.im. Other dapps work for me on http://Status.im, but when I navigate to my local IP address with the correct port (where I'm currently running a local build of the dapp), it can't reach it

notbjerg
2017-06-01 19:37
I can reach the dapp through Chrome on the same phone, though, but Chrome obviously doesn't inject web3 on phones

notbjerg
2017-06-01 19:37
Is that better?

notbjerg
2017-06-01 19:37
I'm trying to debug, but I need to reach the dapp I have running on my local network in order to do that

cryptowanderer
2017-06-01 19:39
Yes, thanks :sweat_smile: So I think that @darcius is maybe the best person for that because he managed to integrate http://www.rocketpool.net/ with the http://status.im web3. I know there were issues with Aragon too that were being worked on.

notbjerg
2017-06-01 19:39
I'm the one working on the fix for Aragon

notbjerg
2017-06-01 19:39
:smile:

cryptowanderer
2017-06-01 19:40
hahahaha, oh shit, my bad mate. OK, then you know as much and prob more than I do. *shuts up

notbjerg
2017-06-01 19:40
Open source tho, no affiliation

notbjerg
2017-06-01 19:40
Seems like there's a command for adding a dapp via status-dev-cli, I was hoping it would just work with @browse

notbjerg
2017-06-01 19:41
I'll try, but if @darcius could help that'd be great :slightly_smiling_face:

cryptowanderer
2017-06-01 19:41
It should just work with @browse, not sure why it wasn't with Aragon, but ya he is the best person. But I think he is based in Aus, so is prob asleep right now.

notbjerg
2017-06-01 19:42
I think I know why it doesn't work with Aragon, but http://Status.im won't reach the local IP of my machine

notbjerg
2017-06-01 19:42
Which is a bit weird :smile:

cryptowanderer
2017-06-01 19:42
much weirdness, many moving parts. All the excite :doge:

notbjerg
2017-06-01 19:42
so future, so breakneck speed :doge:

mikeg333
2017-06-01 19:47
has joined #hackathon

notbjerg
2017-06-01 19:52
oh wew, my bad

notbjerg
2017-06-01 19:52
i typed 192.168.0.x instead of 192.168.1.x

notbjerg
2017-06-01 19:52
:cry:

cryptowanderer
2017-06-01 19:56
haha, easy peezy lemon squeezy, nice work @notbjerg :wink:

notbjerg
2017-06-01 19:57
excellent :excellent:

lindsayxlin
2017-06-01 20:40
has joined #hackathon

crypto_bigot
2017-06-01 20:54
has joined #hackathon

perses5151
2017-06-01 21:05
has joined #hackathon

adriel
2017-06-01 21:10
has joined #hackathon

matthieu-b
2017-06-01 21:32
has joined #hackathon

mme
2017-06-01 21:33
has joined #hackathon

great
2017-06-01 21:41
has joined #hackathon

buzzinbreezie
2017-06-01 22:17
has joined #hackathon

mikebrad0927
2017-06-01 22:28
has joined #hackathon

tomm
2017-06-02 00:25
has joined #hackathon

movecrypto
2017-06-02 00:26
has joined #hackathon

nicknane
2017-06-02 00:43
has joined #hackathon

pamae
2017-06-02 00:48
has joined #hackathon

deizoo
2017-06-02 00:57
has joined #hackathon

gricklegrass
2017-06-02 01:22
has joined #hackathon

dxk
2017-06-02 01:28
has joined #hackathon

vknotkrishnan
2017-06-02 01:55
has joined #hackathon

dabrankz
2017-06-02 02:01
has joined #hackathon

idler
2017-06-02 02:03
has joined #hackathon

jsoo1
2017-06-02 02:24
has joined #hackathon

zhusan
2017-06-02 02:29
has joined #hackathon

tsilen
2017-06-02 02:45
has joined #hackathon

marcogpf
2017-06-02 03:14
has joined #hackathon

vantch
2017-06-02 03:15
has joined #hackathon

william
2017-06-02 03:36
has joined #hackathon

ico-bone
2017-06-02 03:43
has joined #hackathon

janther
2017-06-02 03:59
has joined #hackathon

egreen
2017-06-02 04:06
has joined #hackathon

bsaunders
2017-06-02 04:08
has joined #hackathon

monik
2017-06-02 04:45
has joined #hackathon

nits7sid
2017-06-02 04:54
has joined #hackathon

stonecat
2017-06-02 04:56
has joined #hackathon

sid226
2017-06-02 04:58
has joined #hackathon

nits7sid
2017-06-02 04:59
Hi. I had some queries regarding the hackathon: 1) Does the app have to be fully decentralized? 2) How will it be demoed? (Via video streaming?); If the use-case planned involves IOT, how can I show it?

hitfloor
2017-06-02 05:53
has joined #hackathon

vivek
2017-06-02 06:07
has joined #hackathon

icemanmelting
2017-06-02 06:09
has joined #hackathon

jschriner
2017-06-02 06:19
has joined #hackathon

koreakai
2017-06-02 06:36
has joined #hackathon

giantsteven
2017-06-02 06:41
has joined #hackathon

sword
2017-06-02 07:03
has joined #hackathon

mohitmun
2017-06-02 07:13
has joined #hackathon

liuguanli
2017-06-02 07:19
has joined #hackathon

damian_gierczak
2017-06-02 07:42
has joined #hackathon

luardi
2017-06-02 07:45
has joined #hackathon

sytrader
2017-06-02 07:57
has joined #hackathon

dickolsson
2017-06-02 08:15
has joined #hackathon

antonioli
2017-06-02 08:32
has joined #hackathon

luis
2017-06-02 08:36
has joined #hackathon

sayujothayoth
2017-06-02 08:38
has joined #hackathon

lipopo
2017-06-02 08:44
has joined #hackathon

limeth
2017-06-02 08:49
has joined #hackathon

nadi
2017-06-02 08:51
has joined #hackathon

alexx
2017-06-02 09:04
has joined #hackathon

vincentlg
2017-06-02 09:14
has joined #hackathon

farid_atb
2017-06-02 09:19
has joined #hackathon

thwjanssen
2017-06-02 09:20
has joined #hackathon

roger
2017-06-02 09:23
has joined #hackathon

apollo
2017-06-02 09:39
has joined #hackathon

mjcdebie
2017-06-02 09:40
has joined #hackathon

bonsfi
2017-06-02 09:55
has joined #hackathon

ilovetechno
2017-06-02 09:56
has joined #hackathon

yolandachen
2017-06-02 09:57
has joined #hackathon

cherurg
2017-06-02 10:24
has joined #hackathon

smithcc
2017-06-02 10:24
has joined #hackathon

disciple
2017-06-02 10:59
has joined #hackathon

speckled
2017-06-02 11:25
has joined #hackathon

joaopfsilva
2017-06-02 11:25
has joined #hackathon

gheorghe.conta001
2017-06-02 11:31
has joined #hackathon

adamwirtz
2017-06-02 11:37
has joined #hackathon

sharky
2017-06-02 11:50
has joined #hackathon

jgfj
2017-06-02 12:10
has joined #hackathon

rayw
2017-06-02 12:22
has joined #hackathon

iamansar
2017-06-02 12:39
has joined #hackathon

yuxin
2017-06-02 13:32
has joined #hackathon

seanavery
2017-06-02 13:38
has joined #hackathon

gootor
2017-06-02 13:48
has joined #hackathon

freek
2017-06-02 13:50
Is it allowed to use multiple repo's for the hackathon? One for an API that talks to the smart contract and another one for the chatbot?

gootors
2017-06-02 14:01
has joined #hackathon

stoneone
2017-06-02 14:25
has joined #hackathon

poiresel
2017-06-02 14:26
has joined #hackathon

moved
2017-06-02 14:28
has joined #hackathon

benmorrow
2017-06-02 14:35
@freek Are you coding both during the hackathon? Or, is one something that is already open source?

benmorrow
2017-06-02 14:38
nits7sid: Answered these in #status, but will also answer here so everyone can see it. 1) No 2) Yes, you can make a two-minute video demo of your project working, upload it to YouTube, and include the link in your pull request description when you turn in your project

yenda
2017-06-02 14:39
has joined #hackathon

pdrlaguna
2017-06-02 14:39
has joined #hackathon

grace_chiang
2017-06-02 14:45
has joined #hackathon

freek
2017-06-02 14:47
We are coding both, just to keep them separated easier

sangphilkim
2017-06-02 14:56
has joined #hackathon

rrrkren
2017-06-02 14:59
has joined #hackathon

stevechaw
2017-06-02 15:03
has joined #hackathon

tiffany
2017-06-02 15:31
has joined #hackathon

heyjae
2017-06-02 15:31
has joined #hackathon

santcoin
2017-06-02 15:40
has joined #hackathon

linghang
2017-06-02 15:47
has joined #hackathon

jefflau
2017-06-02 15:52
Just running through the tutorial to get my environment setup. I'm doing the 'My first DApp' tutorial and when I run the `status-cli-dev` command for add I'm getting an error

jefflau
2017-06-02 15:52
``` Jeffs-MBP:statusTest jefflau$ status-dev-cli add '{"whisper-identity": "hello-bot", "dapp-url": "http://192.168.1.101:8080", "name": "Hello"}' --ip 192.168.1.102 /Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/cli.js:113 } else if (body.type == "error") { ^ TypeError: Cannot read property 'type' of undefined at /Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/cli.js:113:32 at Request._callback (/Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/index.js:25:9) at Request.self.callback (/Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:188:22) at emitTwo (events.js:106:13) at Request.emit (events.js:194:7) at Request.<anonymous> (/Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:1171:10) at emitOne (events.js:96:13) at Request.emit (events.js:191:7) at IncomingMessage.<anonymous> (/Users/jefflau/.nvm/versions/node/v7.9.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:1091:12) at Object.onceWrapper (events.js:293:19) ```

jefflau
2017-06-02 15:52
Anyone have any idea?

lilia
2017-06-02 15:59
has joined #hackathon

jaradhope
2017-06-02 16:10
has joined #hackathon

urbanlemmens
2017-06-02 16:14
has joined #hackathon

marsneo
2017-06-02 16:14
has joined #hackathon

marsneo
2017-06-02 16:17
Hi, guys, anyone can help me about development of DApp. Can I ask some questions in chinese since my english writing is not very good.

marsneo
2017-06-02 16:19
?????DApp?????????????????????????status??????????????

olo
2017-06-02 16:19
has joined #hackathon

louisw
2017-06-02 16:20
has joined #hackathon

boki123
2017-06-02 16:21
has joined #hackathon

carlcrac
2017-06-02 16:21
has joined #hackathon

melanyking
2017-06-02 16:22
@marsneo just ask me ~

melanyking
2017-06-02 16:22
?????javascript???????????

marsneo
2017-06-02 16:23
@melanyking ?????????????java?????

marsneo
2017-06-02 16:24
??status????????Clojure?

melanyking
2017-06-02 16:27

melanyking
2017-06-02 16:27
???dapp???

melanyking
2017-06-02 16:27
??????? ????npm?

melanyking
2017-06-02 16:28
???nodejs??????

melanyking
2017-06-02 16:28
?javascript????

marsneo
2017-06-02 16:32
@melanyking nodejs????????????????????????????????????????????????????????????????

marsneo
2017-06-02 16:32
???????????????????????????????????????????

melanyking
2017-06-02 16:33
????? ????? ???????????? ???dapp?????exchange????

marsneo
2017-06-02 16:33
???????????????????????????????


melanyking
2017-06-02 16:35
? ???????quick start

lukechable
2017-06-02 16:36
has joined #hackathon

marsneo
2017-06-02 16:37
@melanyking ???????????????????????:pray:

melanyking
2017-06-02 16:37
??~~~

tmtwd
2017-06-02 16:41
has joined #hackathon

yuanfeiz
2017-06-02 16:41
has joined #hackathon

whati88
2017-06-02 16:44
has joined #hackathon

victor
2017-06-02 17:01
has joined #hackathon

petepan
2017-06-02 17:02
has joined #hackathon

alexsicart
2017-06-02 17:03
has joined #hackathon

kiiirazz
2017-06-02 17:03
has joined #hackathon

lightningli
2017-06-02 17:12
has joined #hackathon

constance-china
2017-06-02 17:16
has joined #hackathon

trollgee
2017-06-02 17:28
has joined #hackathon

cryptowanderer
2017-06-02 17:53
@jefflau what OS are you using, and which version of `status-dev-cli` (needs to be ^3.2.8)

benmorrow
2017-06-02 17:54
freek: Please pick one repository as the main one and then figure out you can reference the other one. This will keep it simple for us because we can keep one pull request per project.

pajot
2017-06-02 17:59
has joined #hackathon

kean0711
2017-06-02 17:59
has joined #hackathon

jefflau
2017-06-02 18:01
@cryptowanderer i'm on 3.2.8 and I am on MacOSX

cryptowanderer
2017-06-02 18:01
@jefflau can you show me the output of `status-dev-cli scan`?

cryptowanderer
2017-06-02 18:03
also, what version of Status are you using? One of the nightlies?

batmanh
2017-06-02 18:04
has joined #hackathon

zarkzork
2017-06-02 18:07
has joined #hackathon

freek
2017-06-02 18:12
ok cool, thanks @benmorrow :thumbsup:

jefflau
2017-06-02 18:16
@cryptowanderer Using the testflight one, 0.9.7

ericwchung
2017-06-02 18:16
has joined #hackathon

jefflau
2017-06-02 18:16
@cryptowanderer I don't get anything from scan, do I need to be fully synced before doing that? I'm still at 90%~

cryptowanderer
2017-06-02 18:17
ah, that is probably the issue. I think there is a new version being pushed out to testflight soon, but am not sure. @anna do you know if that has happened yet?

anna
2017-06-02 18:19
@cryptowanderer I?m testing it atm. Not released yet

jefflau
2017-06-02 18:19
@cryptowanderer I just open this in safari?

anna
2017-06-02 18:20
@cryptowanderer diawi builds will not work if UDID of the device is not in trusted

cryptowanderer
2017-06-02 18:20
my bad, jumping the gun there. @jefflau we will have something for you soonish :simple_smile:

jefflau
2017-06-02 18:21
ok i just installed it so i guess it wont work?

jefflau
2017-06-02 18:21
cool let me know

cryptowanderer
2017-06-02 18:22
will do

owenoneilluk
2017-06-02 18:25
has joined #hackathon

domingo
2017-06-02 18:26
has joined #hackathon

chrrah
2017-06-02 18:48
has joined #hackathon

benmorrow
2017-06-02 19:03
Looking forward to seeing you all in 19 hours for the the live Kickoff. You can tune in to the Hangout on Air on YouTube: https://www.youtube.com/watch?v=FEgoJeaA_i8 @cryptowanderer and I will provide a quick intro to the docs and the getting started with the Status API

benmorrow
2017-06-02 19:03
@benmorrow pinned a message to this channel.

kyodhin
2017-06-02 19:13
has joined #hackathon

mjbayly
2017-06-02 19:22
has joined #hackathon

itwas
2017-06-02 19:29
has joined #hackathon

apt
2017-06-02 20:11
has joined #hackathon

jguk
2017-06-02 20:25
has joined #hackathon

mihaelbos
2017-06-02 20:32
has joined #hackathon

physical
2017-06-02 20:48
has joined #hackathon

superclocked
2017-06-02 21:01
has joined #hackathon

hamball
2017-06-02 21:06
has joined #hackathon

wiwi936
2017-06-02 21:11
has joined #hackathon

alon
2017-06-02 21:13
benmorrow: Can't wait!

gutsngl0ry
2017-06-02 21:28
has joined #hackathon

kiskadee
2017-06-02 21:45
has joined #hackathon

feni
2017-06-02 21:47
has joined #hackathon

theodorekim95
2017-06-02 22:01
has joined #hackathon

ghiliweld
2017-06-02 22:26
has joined #hackathon

shuaiye666
2017-06-02 22:36
has joined #hackathon

dangerted
2017-06-02 22:41
has joined #hackathon

nkkky
2017-06-02 22:51
has joined #hackathon

aisis
2017-06-02 23:16
has joined #hackathon

balujv
2017-06-02 23:19
has joined #hackathon

ashelko
2017-06-02 23:45
has joined #hackathon

lycos129
2017-06-02 23:50
has joined #hackathon

collinjoy
2017-06-02 23:53
has joined #hackathon

yutaka
2017-06-02 23:58
has joined #hackathon

hd_deman
2017-06-03 00:11
has joined #hackathon

aaron
2017-06-03 00:21
has joined #hackathon

redgold
2017-06-03 00:38
has joined #hackathon

lfh505505
2017-06-03 00:44
has joined #hackathon

leejh6237
2017-06-03 00:47
has joined #hackathon

anish
2017-06-03 01:26
has joined #hackathon

chrisdbarnett
2017-06-03 01:29
has joined #hackathon

wgx2010
2017-06-03 01:37
has joined #hackathon

ahn2675
2017-06-03 01:37
has joined #hackathon

081888
2017-06-03 02:07
has joined #hackathon

lab
2017-06-03 02:18
has joined #hackathon

flywyou
2017-06-03 02:30
has joined #hackathon

imeza
2017-06-03 02:50
has joined #hackathon

zhangwenkui
2017-06-03 02:51
has joined #hackathon

airduct
2017-06-03 02:54
has joined #hackathon

dominolu
2017-06-03 03:07
has joined #hackathon

withgodyou
2017-06-03 03:07
has joined #hackathon

akkzcend
2017-06-03 03:21
has joined #hackathon

wyza1984
2017-06-03 03:32
has joined #hackathon

dustin
2017-06-03 03:34
has joined #hackathon

psuthppl
2017-06-03 03:35
has joined #hackathon

cruise24
2017-06-03 03:38
has joined #hackathon

melanyking
2017-06-03 03:40
hi @carl May I have a iOS version testflight invitation code for test our bot?

penny
2017-06-03 03:44
has joined #hackathon

sophia6688
2017-06-03 03:44
has joined #hackathon

yuchenchen
2017-06-03 03:50
has joined #hackathon

demi
2017-06-03 03:53
has joined #hackathon

ansonwen
2017-06-03 04:00
has joined #hackathon

melanyking
2017-06-03 04:15
@benmorrow Hi my hangout id is please send kick off invitation link to me. tks?

kkkayyy
2017-06-03 04:21
has joined #hackathon

erwin
2017-06-03 04:24
has joined #hackathon

sqhanchao
2017-06-03 04:32
has joined #hackathon

inano
2017-06-03 04:32
has joined #hackathon

hwanwoongchoi
2017-06-03 04:33
has joined #hackathon

icoonly
2017-06-03 04:36
has joined #hackathon

gus0918
2017-06-03 04:40
has joined #hackathon

kjay
2017-06-03 04:43
has joined #hackathon

lyuhaifng
2017-06-03 04:43
has joined #hackathon

siwen
2017-06-03 04:49
has joined #hackathon

fsj
2017-06-03 05:06
has joined #hackathon

xinmiqipei
2017-06-03 05:16
has joined #hackathon

combatant
2017-06-03 05:20
has joined #hackathon

benmorrow
2017-06-03 05:25
melanyking: Hi! You'll be able to watch on YouTube :slightly_smiling_face: https://www.youtube.com/watch?v=FEgoJeaA_i8

benmorrow
2017-06-03 05:26
melanyking: Private message sent!

melanyking
2017-06-03 05:27
THANKS VERY MUCH!

sx23
2017-06-03 05:29
has joined #hackathon

178424452
2017-06-03 05:30
has joined #hackathon

fermata
2017-06-03 05:38
has joined #hackathon

zfwong
2017-06-03 05:45
has joined #hackathon

qq913396391
2017-06-03 05:52
has joined #hackathon

infwonder
2017-06-03 05:55
has joined #hackathon

lefty216
2017-06-03 05:59
has joined #hackathon

liam
2017-06-03 06:05
has joined #hackathon

kaerli
2017-06-03 06:06
has joined #hackathon

goldwinner
2017-06-03 06:08
has joined #hackathon

xiaozhao_158
2017-06-03 06:22
has joined #hackathon

cly07
2017-06-03 06:25
has joined #hackathon

jumbo
2017-06-03 06:30
has joined #hackathon

dare
2017-06-03 06:34
is it too late to apply to the hackathon tomorrow, after the kickoff?

tywilson
2017-06-03 06:41
has joined #hackathon

wency
2017-06-03 06:55
has joined #hackathon

royalcat
2017-06-03 07:04
has joined #hackathon

thorpe140
2017-06-03 07:06
has joined #hackathon

drizzleturtle
2017-06-03 07:30
has joined #hackathon

drizzleturtle
2017-06-03 07:31
Excited to be a part of this hackathon!

pesarkermooni
2017-06-03 07:40
has joined #hackathon

qiulei
2017-06-03 07:44
has joined #hackathon

mantepante
2017-06-03 07:44
has joined #hackathon

sdoktv1218
2017-06-03 07:46
has joined #hackathon

guagua
2017-06-03 07:47
has joined #hackathon

guagua2
2017-06-03 07:51
has joined #hackathon

ethwarrior
2017-06-03 07:54
has joined #hackathon

andreleifert
2017-06-03 07:55
has joined #hackathon

yaanan
2017-06-03 08:14
has joined #hackathon

carl
2017-06-03 08:15
drizzleturtle: awesome, happy to see you here Erwan!

williamng
2017-06-03 08:15
has joined #hackathon

hahahaha
2017-06-03 08:15
has joined #hackathon

carl
2017-06-03 08:16
dare: I believe we?ll still allow entries just after kickoff so shouldn?t be an issue :slightly_smiling_face:

shawnxiong
2017-06-03 08:36
has joined #hackathon

davidcuentasmar
2017-06-03 08:40
has joined #hackathon

speedingboy
2017-06-03 08:43
has joined #hackathon

yenda
2017-06-03 08:46
Anybody here still looking for a project for the hackathon ?

jyou
2017-06-03 08:52
has joined #hackathon

auspal
2017-06-03 08:54
has joined #hackathon

trollgee
2017-06-03 09:01
@trollgee has left the channel

vicmpen
2017-06-03 09:05
has joined #hackathon

kb
2017-06-03 09:11
has joined #hackathon

sensy
2017-06-03 09:27
has joined #hackathon

barbagrigia
2017-06-03 09:44
has joined #hackathon

thapelo
2017-06-03 09:44
has joined #hackathon

kindzmb
2017-06-03 09:47
I have an idea, but I'm looking for people to work with

kindzmb
2017-06-03 09:47
I'm a UX designer, but I don't know how to write smart contracts

qiezijun120
2017-06-03 09:49
has joined #hackathon

dimo
2017-06-03 09:52
has joined #hackathon

koreakai
2017-06-03 09:57
status I'd like to know another researcher.

koreakai
2017-06-03 09:57
status I'd like to know another researcher.

zy890529
2017-06-03 10:09
has joined #hackathon

yosh
2017-06-03 10:21
has joined #hackathon

nielsv
2017-06-03 10:32
has joined #hackathon

pie_nguyen
2017-06-03 10:51
has joined #hackathon

swjun001
2017-06-03 10:51
has joined #hackathon

brennen
2017-06-03 11:20
anyone having issues getting the status bot to actually reply? everything says it gets deployed and updated to status successfully but then when interacting with the bot nothing happens :disappointed:

brennen
2017-06-03 11:21
I have my local bot file just running the tutorial code, http-server running, and then running this: `status-dev-cli add '{"whisper-identity": "botler", "name": "Botler" ,"bot-url": "http://192.168.0.3:8080/bots/bot.js"}' --ip 192.168.0.16`

paulescu
2017-06-03 11:23
has joined #hackathon

brennen
2017-06-03 11:24
nvm im dumb

brennen
2017-06-03 11:24
wrong http-server ip lol

cobb
2017-06-03 11:26
has joined #hackathon

misteraverin
2017-06-03 11:30
has joined #hackathon

misteraverin
2017-06-03 11:45
Hi, everyone. I have a question, @carl : should we fork https://github.com/status-im/hackathon/ repo and do all work in forked version or just make pull request with link to personal open repo? Thanks in advance.

digital
2017-06-03 11:54
has joined #hackathon

xiaoliu5836
2017-06-03 11:55
has joined #hackathon

aileen
2017-06-03 12:03
has joined #hackathon

qj.zhao
2017-06-03 12:03
has joined #hackathon

sashamihaha
2017-06-03 12:04
has joined #hackathon

amarjeet
2017-06-03 12:05
I wanna use re-frame (clojurescript) instead of JS with Status APIs. I am not able to figure out how to do it. Setups, etc. Can anyone help? There are two relevant libraries (https://github.com/madvas/re-frame-web3-fx and https://github.com/madvas/cljs-web3) and a way to deploy it over IPFS (https://medium.com/@matus.lestan/how-to-deploy-clojurescript-app-into-distributed-storage-ipfs-e9d02cdfbc20). But I m not sure how to use these for Status platform.

brennen
2017-06-03 12:11
Do you know if a bot or command can access the dApp browser state? IE cookies and stuff

floki
2017-06-03 12:14
has joined #hackathon

seboy1983
2017-06-03 12:30
has joined #hackathon

lucas
2017-06-03 12:36
has joined #hackathon

civnivuo
2017-06-03 12:44
has joined #hackathon

yepster
2017-06-03 12:45
has joined #hackathon

xyb
2017-06-03 12:49
has joined #hackathon

andrey
2017-06-03 12:53
hi @brennen bot code is executing in otto vm and dApp in webview , atm there is no api for communication between dApp and status or bot

brennen
2017-06-03 12:53
aw damn okay thanks for that clearification

brennen
2017-06-03 12:53
I guess I could communicate over whisper from a web server to the bot right?

brennen
2017-06-03 12:54
can the otto vm listen to whisper messages?

brennen
2017-06-03 12:58
@andrey nevermind looks like status' `web3.shh.newIdentity()` doesn't work :disappointed:

korea-hwan
2017-06-03 12:59
has joined #hackathon

andrey
2017-06-03 13:00
@brennen yes atm you can't listen whisper messages in otto

brennen
2017-06-03 13:00
:disappointed:

andrey
2017-06-03 13:01
hi @misteraverin , maybe @benmorrow can help here

iouspr
2017-06-03 13:02
has joined #hackathon

andrey
2017-06-03 13:05
hi @amarjeet we don't have any instructions or setups for cljs bots, but you can try to create cljs project using re-frame-web3-fx and target it to bot.js file which will be used in `bot-url`

amarjeet
2017-06-03 13:07
@andrey okay, got it. Thanks

salamander
2017-06-03 13:30
has joined #hackathon

deon
2017-06-03 13:36
has joined #hackathon

siplanet
2017-06-03 13:43
has joined #hackathon

benmorrow
2017-06-03 13:51
Join us for the Kickoff, live in one hour! https://www.youtube.com/watch?v=FEgoJeaA_i8

benmorrow
2017-06-03 13:51
@benmorrow pinned a message to this channel.

james89
2017-06-03 13:51
has joined #hackathon

benmorrow
2017-06-03 13:52
misteraverin: You can do all the work in your personal repo and make the pull request from there

benmorrow
2017-06-03 13:55
@yenda @kindzmb @koreakai Check out the Teammate Finder doc: https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q and the Community Ideas doc: https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo

yingwen
2017-06-03 13:55
has joined #hackathon

niki
2017-06-03 13:57
has joined #hackathon

tte
2017-06-03 13:58
has joined #hackathon

carl
2017-06-03 14:01
Join us for the Hackathon Kickoff, live in 45 minutes! https://www.youtube.com/watch?v=FEgoJeaA_i8

woshifaming
2017-06-03 14:03
has joined #hackathon

djh
2017-06-03 14:03
has joined #hackathon

5
2017-06-03 14:07
has joined #hackathon

studiocell
2017-06-03 14:11
has joined #hackathon

cohcoh9
2017-06-03 14:26
has joined #hackathon

isasftw
2017-06-03 14:29
@carl Can't make it to the kickoff live :confused:

isasftw
2017-06-03 14:29
Hope to watch it after though

griff
2017-06-03 14:32
woot woot!!

griff
2017-06-03 14:32
12:12 left!

mellisa.xie
2017-06-03 14:33
has joined #hackathon

barbagrigia
2017-06-03 14:36
Hi

measu
2017-06-03 14:36
has joined #hackathon

brennen
2017-06-03 14:39
Does status have access to any of the native android RN stuff like phone book?


con
2017-06-03 14:41
Hi

danceswithcrypto
2017-06-03 14:43
has joined #hackathon

andrey
2017-06-03 14:44
@brennen no, atm

brennen
2017-06-03 14:45
haha damn all my ideas :disappointed:

brennen
2017-06-03 14:45
already maybe third times the charm, let's see....

jarradhope
2017-06-03 14:45
there is some access to contacts @alwx has done so in /send command

brennen
2017-06-03 14:45
aw

alwx
2017-06-03 14:46
@jarradhope the question was about native contacts like phone book. no, we don't use it atm, and our api doesn?t allow you to access the phone book

brennen
2017-06-03 14:46
got a link to the github?

brennen
2017-06-03 14:46
oh

alwx
2017-06-03 14:47
but you can access our contacts, the contacts you have in Status

brennen
2017-06-03 14:47
yea

brennen
2017-06-03 14:47
i wanted to build a simple invite system to get your friends onboard using twilio oracle

jarradhope
2017-06-03 14:47
@alwx can you please link to lines relevant to the new send command

hanzhengyu
2017-06-03 14:48
has joined #hackathon

alwx
2017-06-03 14:51
it's the whole `bots/wallet/bot.js` file, actually, but the line that opens the contacts chooser is here: https://github.com/status-im/status-react/blob/94a5f7c2173d1898b7efc8354f205fc5d5e07fdf/bots/wallet/bot.js#L252

huasheng
2017-06-03 14:51
has joined #hackathon

makoto
2017-06-03 14:54
I can't watch the YouTube live as I have limited network bandwidth right now. Looking forward to watching tomorrow. Good luck to all of you.

aleco
2017-06-03 14:57
has joined #hackathon

jguk
2017-06-03 14:59
Hi, just following the tutorial in the docs, the Dapp is running and I can see it on my phone but when it goes to browser it says Web page not available. In the truffle-box ReadMe it says to run adb reverse tcp:8546 tcp:8546. Does this mean I need Android Studio installed on my dev machine?

alwx
2017-06-03 15:02
no, you don't need it. you just need to make sure that your device can access your dapp?s server

alwx
2017-06-03 15:04
but if you want to use adb forwarding, you can simply install adb without Android Studio

alwx
2017-06-03 15:04
if you use Mac, you can do it by executing `brew cask install android-platform-tools`

alwx
2017-06-03 15:05
probably it's the easiest way, @jguk

dengpan628
2017-06-03 15:05
has joined #hackathon

charlescrain
2017-06-03 15:05
has joined #hackathon

jguk
2017-06-03 15:06
hi alwx, my device is showing the Dapp but shows the "web page not available". I guess i'll try installing like you suggest unless you can think of any obvious error im making. thanks

benmorrow
2017-06-03 15:08
makoto: Yep, video will be available after we're done. Cheers!

alwx
2017-06-03 15:09
yes, it happens because your device cannot access the server. `adb reverse` should solve this problem.

alwx
2017-06-03 15:11
there is another way of solving it you can try to run `status-dev-cli add --dappUrl http://<the IP address of your computer>:3000 --ip <the IP address of your device>`

tafun888
2017-06-03 15:12
has joined #hackathon

jguk
2017-06-03 15:12
@alwx adb sorted it, thanks, awesome to see it working!

yenda
2017-06-03 15:12
On the hackaton wiki I cannot click the tabs

yenda
2017-06-03 15:13
so for instance for "my first dapp|" I only see the truffle instructions and code

alwx
2017-06-03 15:13
@jguk glad to hear :slightly_smiling_face:

yenda
2017-06-03 15:13
it is only through the kickoff video that I got to know that status-dev-cli is actually an npm package I have to install

yenda
2017-06-03 15:14
(chromium/nixos)

jarradhope
2017-06-03 15:14

yenda
2017-06-03 15:15
yes

yenda
2017-06-03 15:15
for instance in My First DApp section the DIY and Embark tabs are greyed

yenda
2017-06-03 15:16
I only have truffle which is selected by default

jarradhope
2017-06-03 15:16
click them

jperkinsx
2017-06-03 15:17
has joined #hackathon

jarradhope
2017-06-03 15:17
please help us make it better @yenda https://github.com/status-im/docs.status.im

jarradhope
2017-06-03 15:17
we're very open to contributions :slightly_smiling_face:

alwx
2017-06-03 15:17
it's really strange if you cannot click the greyed boxes. if you want to access them now, my suggestion is to try using another browser

yenda
2017-06-03 15:18
Yes I know on Firefox it works

rapis
2017-06-03 15:18
has joined #hackathon

jefflau
2017-06-03 15:19
@cryptowanderer is the next testflight app out yet?

cryptowanderer
2017-06-03 15:19
apple is currently reviewing it. Went in last night when we were chatting and generally takes 1-2 days. Will ping you the moment it is out of internal testing, promise

legogris
2017-06-03 15:20
has joined #hackathon

jefflau
2017-06-03 15:20
Is the new testflight app 0.9.8 out yet?

alwx
2017-06-03 15:21
by the way, thanks for your report, @yenda. we will try to reproduce and fix this bug somehow, but, of course, we're also open to contributions :slightly_smiling_face:

jarradhope
2017-06-03 15:21
@jefflau still in review, send me your UDID and i'll send a diawi link

byeongjin
2017-06-03 15:24
has joined #hackathon

giotto2
2017-06-03 15:37
has joined #hackathon

sjh7952
2017-06-03 15:38
has joined #hackathon

bigzilla
2017-06-03 15:44
has joined #hackathon

nathaniel.rowe
2017-06-03 15:49
has joined #hackathon

bt
2017-06-03 15:55
has joined #hackathon

zhc
2017-06-03 15:59
has joined #hackathon

pixel
2017-06-03 15:59
smallish question, in the docs: "My first chatbot" it notes

pixel
2017-06-03 15:59
```cd ~/truffle-box-status/public/ && mkdir bot/```

pixel
2017-06-03 16:00
```? status-dev-cli watch $PWD "dapp-0x57686f50617972" --ip <IP> Watching for changes in mydirectory/mydapp/build```

pixel
2017-06-03 16:00
there is says watching for changes: build

pixel
2017-06-03 16:00
if I change anything in my public directory, it indeed does not update

pixel
2017-06-03 16:01
well, not really a question, but looks like a bug?

pixel
2017-06-03 16:02
and if I do put my bot files in the build directory, it does trigger the updates, it seems the dapp doesnt update yet though (if I change any text output it still stays the same)

yenda
2017-06-03 16:04
alwx: I only have that in chromium 56 on my NixOS machine, in Firefox it's fine, in Chromium 58 and Firefox on Fedora it's fine.

whitewinter
2017-06-03 16:10
has joined #hackathon

pixel
2017-06-03 16:13
There's also a smallish typo on "My First Status Command", the Truffle section, last line should be "--ip" instead of "-ip" :wink:

yenda
2017-06-03 16:16
I don't think the bug comes from this repo, it is probably a bug in chromium 56 on my NixOS machine

vip919
2017-06-03 16:16
has joined #hackathon

brock
2017-06-03 16:27
has joined #hackathon

phucccccccccccccccccc
2017-06-03 16:28
has joined #hackathon

pineapple216
2017-06-03 16:28
has joined #hackathon

darlingdumpling
2017-06-03 16:28
has joined #hackathon

essaybrah
2017-06-03 16:29
has joined #hackathon

alaskatrader
2017-06-03 16:35
has joined #hackathon

alon
2017-06-03 16:39
yenda: This happened to me too it sometimes gets fixed after a few refreshes

alon
2017-06-03 16:39
Good luck to everyone!

darval
2017-06-03 16:39
has joined #hackathon

pixel
2017-06-03 16:41
Another thing I noticed, in the docs it says "If you want to remove your DApp because you're unhappy with it for some reason, just run status-dev-cli list --ip <DEVICE-IP> and then status-dev-cli remove [my-dapp]"

emme
2017-06-03 16:41
has joined #hackathon

lsunh1111
2017-06-03 16:42
has joined #hackathon

pixel
2017-06-03 16:42
I do ```status-dev-cli remove "dapp-0x74727566666c652d626f782d737461747573"```

pixel
2017-06-03 16:43
and I get ```Error: SyntaxError: JSON Parse error: Unexpected identifier "dapp"```

pixel
2017-06-03 16:43
or if I try with square brackets (how the docs says it)

pixel
2017-06-03 16:43
```status-dev-cli remove [dapp-0x74727566666c652d626f782d737461747573]```

pixel
2017-06-03 16:44
or with quotes inside the brackets, neither work

jeluard
2017-06-03 16:44
Do you have latest cli version?


pixel
2017-06-03 16:46
Ooh @jeluard lemme check

jeluard
2017-06-03 16:47
pixel: Might be a bug. Can you create an issue in status-dev-cli with steps and your expectations?

maackle
2017-06-03 16:54
has joined #hackathon

astroradio
2017-06-03 16:57
has joined #hackathon

superfans
2017-06-03 16:58
has joined #hackathon

pixel
2017-06-03 17:05
that seemed to fix the remove issue @jeluard ! Thanks. :slightly_smiling_face:

jeluard
2017-06-03 17:15
Great!

gregj
2017-06-03 17:28
Hi everyone, Getting an error when I try to register an app ```> status-dev-cli add '{"whisper-identity": "myApp", "name": "MyApp" ,"dapp-url": "http://192.168.0.23:8080"}' --ip 192.168.0.17 Error: SyntaxError: JSON Parse error: Single quotes (') are not allowed in JSON``` OS: Windows Status version ```> status-dev-cli --version 3.2.8``` Any idea? Thanks ---------------- EDIT: Fixed using ```status-dev-cli add "{\"whisper-identity\": \"dts-app\", \"dapp-url\": \"http://192.168.0.23:8080\", \"name\": \"DTS\"}" --ip 192.168.0.17```

maestro
2017-06-03 17:30
has joined #hackathon

joaquin
2017-06-03 17:34
has joined #hackathon

livermore
2017-06-03 18:06
has joined #hackathon

justin_martin
2017-06-03 18:11
has joined #hackathon

amarjeet
2017-06-03 18:12
The app removal doesn?t work for me either

kobigurk
2017-06-03 18:12
has joined #hackathon

jasoons
2017-06-03 18:13
When I run ```status-dev-cli switch-node http://localhost:8546``` I get the following error: Any ideas? ``` *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node> *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister> Cannot connect to Status. 1. Please, ensure that your device is accessible from your computer; 2. If it is, ensure that you're logged in and the debug mode is enabled; Check our docs for more information: http://docs.status.im/ jasoons@jasoons:~/Document ``` When I run ```adb devices``` I get: ``` List of devices attached cb61e3cd device ``` And ```adb reverse tcp:8546 tcp:8546``` and ```adb reverse tcp:3000 tcp:3000```

robinarya
2017-06-03 18:20
has joined #hackathon

stavrosbasilias
2017-06-03 18:32
has joined #hackathon

dm
2017-06-03 18:33
has joined #hackathon

dm
2017-06-03 18:33
@dm has left the channel

epstrom
2017-06-03 18:46
has joined #hackathon

nramnath
2017-06-03 19:01
has joined #hackathon

appadude
2017-06-03 19:14
has joined #hackathon

yepster
2017-06-03 19:28
I am having the same problem as @jasoons

razdxb
2017-06-03 19:29
has joined #hackathon

bzvmaz
2017-06-03 19:35
has joined #hackathon

xavivives
2017-06-03 19:45
has joined #hackathon

farshad286
2017-06-03 19:46
has joined #hackathon

alwx
2017-06-03 19:52
what OS do you use guys? @jasoons @yepster

jeluard
2017-06-03 19:54
You must provide your device IP using --ip

andrey
2017-06-03 19:59
yes @alwx i think we need to add this info in readme for status-dev-cli

andrey
2017-06-03 19:59
in each command

alwx
2017-06-03 19:59
yes, seems like this may be the reason

alwx
2017-06-03 19:59
will do it

andrey
2017-06-03 19:59
people just forget it

alwx
2017-06-03 20:01
done

brandon
2017-06-03 20:11
has joined #hackathon

tvfm
2017-06-03 20:15
has joined #hackathon

jasoons
2017-06-03 20:18
Ubuntu

hdjdijd24gdu
2017-06-03 20:19
has joined #hackathon

syncnode
2017-06-03 20:21
has joined #hackathon

bloopd
2017-06-03 20:22
has joined #hackathon

jasoons
2017-06-03 20:23
Thanks, yeah, I've worked that out. So the command ```status-dev-cli switch-node http://localhost:8546 --ip 10.5.50.15``` now works. But when I run ```npm run start``` I get the same error as before. And I've also made a .env file that contains ```IP= 10.5.50.15 PORT=5561``` Still not getting it running on the phone.

anonimus1512
2017-06-03 20:39
has joined #hackathon

karjatu
2017-06-03 20:46
has joined #hackathon

andrey
2017-06-03 20:47
@jasoons error on `npm run start` ?

time2dh
2017-06-03 20:47
has joined #hackathon

jasoons
2017-06-03 20:52
andrey: Yes, for clarification I'm trying to use truffle-box-status. The output on `npm run start` is: ```The app is running at: http://localhost:5561/ Note that the development build is not optimized. To create a production build, use npm run build. ================================================= *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs> *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister> Cannot connect to Status. 1. Please, ensure that your device is accessible from your computer; 2. If it is, ensure that you're logged in and the debug mode is enabled; Check our docs for more information: http://docs.status.im/ ================================================= Compiled with warnings. Warning in ./src/index.js /home/yepster/Documents/crypto/truffle/truffle-box-status/src/index.js 5:8 warning 'truffleConfig' is defined but never used no-unused-vars :heavy_multiplication_x: 1 problem (0 errors, 1 warning) You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file.```

andrey
2017-06-03 20:57
have you tried to run with ip? `IP=<DEVICE-IP> npm run start`

tenninteenone
2017-06-03 21:06
has joined #hackathon

yepster
2017-06-03 21:06
Hello, I did pretty much the same thing as Jason but I restarted the debug mode of status on my phone and then ran the switch-node command followed by npm run start. This worked to an extent and opened the dapp on my phone. However when the status app automatically tries to browse to http://localhost:3000 it doesn't ever connect and says "oops, error". any ideas?

zane
2017-06-03 21:07
has joined #hackathon

tcsiwula
2017-06-03 21:11
Yo who is durrah hope and how can I get an ios test flight build?

tcsiwula
2017-06-03 21:12
@cryptowanderer @benmorrow

jarradhope
2017-06-03 21:12
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

tcsiwula
2017-06-03 21:13
@jarradhope

hail
2017-06-03 21:14
has joined #hackathon

isasftw
2017-06-03 21:15
Hi! I'm trying to reinstall status-dev-cli, and i'm getting a bunch of errors from npm install

isasftw
2017-06-03 21:17
It says `node gyp rebuild` is failing. I also get ```Failed at the mdns@2.3.3 install script 'node-gyp rebuild'. This is most likely a problem with the mdns package, not with npm itself.```

safa22
2017-06-03 21:18
has joined #hackathon

mr.mist
2017-06-03 21:21
has joined #hackathon

andrey
2017-06-03 21:26
hi @yepster , if you-re using localhost you need to reverse ports

noman
2017-06-03 21:26
i asked this in #dev-status but i suppose i'll ask it here too. does anyone have an example of a working `bot.js` file?

andrey
2017-06-03 21:27
`adb reverse tcp:3000 tcp:3000`

gregj
2017-06-03 21:27
This works for me ```status.command({ name: "hello", title: "HelloBot", description: "Helps you say hello", color: "#CCCCCC", preview: function (params) { var text = status.components.text( { style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, fontFamily: "font", color: "black" } }, "coucou!"); return {markup: status.components.view({}, [text])}; } }); ```

yepster
2017-06-03 21:34
I see. I ran this earlier but I ran it aagain now and it worked. thanks

habilbayrakdar
2017-06-03 21:34
has joined #hackathon

peg60
2017-06-03 21:37
has joined #hackathon

roman
2017-06-03 21:37
has joined #hackathon

mudanoman
2017-06-03 21:39
has joined #hackathon

ml3422
2017-06-03 21:49
has joined #hackathon

ethereumbob
2017-06-03 22:00
has joined #hackathon

justpassingthrough
2017-06-03 22:07
has joined #hackathon

adamdossa
2017-06-03 22:12
has joined #hackathon

comfort01
2017-06-03 22:17
has joined #hackathon

beorn
2017-06-03 22:22
has joined #hackathon

tombench
2017-06-03 22:23
has joined #hackathon

rasho85
2017-06-03 22:31
has joined #hackathon

antaresthecut
2017-06-03 22:34
has joined #hackathon

noman
2017-06-03 22:41
i for some reason can't get my bot to respond to me

noman
2017-06-03 22:42
i have both of these in my bot.js ``` status.on('init', function(params, context) { status.sendMessage('Hello, man!'); }); status.addListener('on-message-send', function(params, context) { const result = { err: null, data: null, messages: [], }; try { result['text-message'] = "You're amazing, master!"; } catch (e) { result.err = e; } return result; }); ```

noman
2017-06-03 22:42
bot doesn't say anything when the dapp is opened nor when i type to it

noman
2017-06-03 22:42
is it maybe a whisper problem?

noman
2017-06-03 22:43
i'm trying to get logs working as well but it keeps saying "no log messages found"

adamdossa
2017-06-03 22:50
@carl @benmorrow - Any chance of an iOS testflight invite? Thanks!

tdinh
2017-06-03 22:53
has joined #hackathon

sergstaeb
2017-06-03 22:56
has joined #hackathon

adityakhanduri
2017-06-03 22:58
has joined #hackathon

balbonrocky
2017-06-03 23:01
has joined #hackathon

benmorrow
2017-06-03 23:04
adamdossa: Send a DM to jarradhope with your email address and UDID (get it from iTunes) requesting an iOS invite. He's got a bot set up that will get you sorted

adamdossa
2017-06-03 23:05
tx

benmorrow
2017-06-03 23:05
tcsiwula: Send a DM to jarradhope with your email address and UDID (get it from iTunes) requesting an iOS invite. He's got a bot set up that will get you sorted

mna
2017-06-03 23:05
has joined #hackathon

sergstaeb
2017-06-03 23:21
Hi all! Who should I contact to be able to get a test flight invite for the iOS?

kimdaeyoung
2017-06-03 23:33
has joined #hackathon

benmorrow
2017-06-03 23:34
sergstaeb: Send a DM to jarradhope with your email address and UDID (get it from iTunes) requesting an iOS invite. He's got a bot set up that will get you sorted

crafs
2017-06-03 23:35
has joined #hackathon

moakih
2017-06-03 23:41
has joined #hackathon

sergstaeb
2017-06-03 23:43
thanks! @benmorrow

tdunk06
2017-06-04 00:16
has joined #hackathon

jasoons
2017-06-04 00:19
thanks for your help Andrey. I've also got it working finally. Are you working at Status?

davidud
2017-06-04 00:20
has joined #hackathon

zorrocash
2017-06-04 00:31
has joined #hackathon

0002dr
2017-06-04 00:37
has joined #hackathon

particlewave
2017-06-04 00:39
has joined #hackathon

allanp
2017-06-04 00:48
has joined #hackathon

danip
2017-06-04 00:49
If you're running a hackintosh like me and can't install xcode, send me a message. I discovered a fix. :slightly_smiling_face:

capex98
2017-06-04 01:09
has joined #hackathon

nickmck
2017-06-04 01:14
has joined #hackathon

perses5151
2017-06-04 01:29
@perses5151 has left the channel

franciscojguz
2017-06-04 01:49
has joined #hackathon

wone6185
2017-06-04 01:58
has joined #hackathon

math
2017-06-04 02:13
has joined #hackathon

yoshikazzz
2017-06-04 02:16
has joined #hackathon

ziggy
2017-06-04 02:17
has joined #hackathon

strato
2017-06-04 02:20
has joined #hackathon

beppu
2017-06-04 02:51
has joined #hackathon

mssuan
2017-06-04 02:58
has joined #hackathon

rcarson
2017-06-04 03:01
has joined #hackathon

xiaobihu
2017-06-04 03:02
has joined #hackathon

randall
2017-06-04 03:03
has joined #hackathon

canewomen
2017-06-04 03:05
has joined #hackathon

ddavis2757
2017-06-04 03:07
has joined #hackathon

forcefree
2017-06-04 03:13
has joined #hackathon

corange
2017-06-04 03:20
has joined #hackathon

garoo
2017-06-04 03:36
has joined #hackathon

garoo
2017-06-04 03:39
hi

larryliu
2017-06-04 03:46
has joined #hackathon

solidliquid
2017-06-04 03:57
has joined #hackathon

jgrayjr
2017-06-04 04:01
has joined #hackathon

dedencot
2017-06-04 04:02
Hi

makoto
2017-06-04 04:05
Hello. Can I assume that ```status.on("init", function(params, context) { status.sendMessage("Hello, man!"); });``` is still not working? I just tried with the latest build but does not seem working.

jarradhope
2017-06-04 04:06
sendMessage is not working that's correct, I believe return result is the way to do this

jarradhope
2017-06-04 04:07
we got persistence working by we didn't get signals done in time

jarradhope
2017-06-04 04:08
so it can be called asynchronously

makoto
2017-06-04 04:11
@jarradhope so something like this would work? ```status.on("init", function(params, context) { var text = status.components.text( { style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, fontFamily: "font", color: "black" } }, "Init from the other side!"); return {markup: status.components.view({}, [text])}; }); ```

makoto
2017-06-04 04:12
No message turns up when I deploy the command and logcat shows this ```06-04 13:11:27.928 18578 18619 D ReactNativeJS: DEBUG [status-im.components.status:143] - :call-jail :jail-id promise-bot 06-04 13:11:27.933 18578 18619 D ReactNativeJS: DEBUG [status-im.components.status:144] - :call-jail :path [:functions :init] 06-04 13:11:27.937 18578 18619 D ReactNativeJS: DEBUG [status-im.components.status:145] - :call-jail :params {}```

makoto
2017-06-04 04:21
@jarradhope would it be possible to fill this in? https://docs.google.com/spreadsheets/d/1jFWx8VB1QFYF-x0eZSlA1TsqEAGnSsL9YAhlR8uYlLQ/edit#gid=0 so that people knows what feature is available for hackathon and which is not.

jarradhope
2017-06-04 04:21
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

spdz
2017-06-04 04:21
has joined #hackathon

makoto
2017-06-04 04:22
jarradhope: is this a bot?

vkandy
2017-06-04 04:27
has joined #hackathon

netpro2k
2017-06-04 04:27
@makoto confused, is `filter.watch` really not supported? That seems pretty important

netpro2k
2017-06-04 04:28
Or wait, is that only not supported in the bot context, but supported in the dapp browser?

makoto
2017-06-04 04:29
I haven't tried much on dapp browser. The majority of restriction on bot comes the fact that it's executed in the sandboxed environment and the sandbox environment is very premitive.

netpro2k
2017-06-04 04:40
ah ok, makes sense. WIll try it out I guess

netpro2k
2017-06-04 04:40
still in the brainstorming step, and some of my ideas needed `filter.watch`

gregzuro
2017-06-04 04:40
has joined #hackathon

jarradhope
2017-06-04 04:42
yes

jarradhope
2017-06-04 04:43
@netpro2k it should be fine in dapp browser, its the javascript jail otto vm that is currently missing signals

netpro2k
2017-06-04 04:44
Cool, thanks!

makoto
2017-06-04 04:56
I am not asking any Ether nor BTC, just want accurate info...

noman
2017-06-04 04:57
is anyone here passing info back and forth between a dapp and a bot?

noman
2017-06-04 04:58
or is anyone making a dapp/bot hybrid app?

yfg
2017-06-04 04:58
has joined #hackathon

jarradhope
2017-06-04 04:59
`web3.db` is probably the best way to accomplish this at the moment

jarradhope
2017-06-04 04:59
and using the webView component in a custom command

lepen
2017-06-04 05:02
has joined #hackathon

noman
2017-06-04 05:05
@jarradhope i'm still working on getting debug logging working so apologies if this already happens but would you guys ever consider injecting a `status` object into the dapp context in addition to the `web3` object?

ptmt
2017-06-04 05:06
has joined #hackathon

vvv7777777
2017-06-04 05:08
has joined #hackathon

crypto421
2017-06-04 05:08
has joined #hackathon

jarradhope
2017-06-04 05:19

jarradhope
2017-06-04 05:19
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jarradhope
2017-06-04 05:20
it's currently called `statusAPI`

noman
2017-06-04 05:20
oh yessss

noman
2017-06-04 05:20
so a dapp can reach out into the status API and do stuff

jarradhope
2017-06-04 05:21
tbh, its been a long time since I've set my eyes on it, @andrey @roman and @alwx would know better

noman
2017-06-04 05:21
that's so cool

jarradhope
2017-06-04 05:21
but yes we use it in our wallet to send

noman
2017-06-04 05:21
you can just send messages

noman
2017-06-04 05:21
lovely, thank you

jupex
2017-06-04 05:22
has joined #hackathon

jarradhope
2017-06-04 05:24
this is cljs but you can see it being used here in our wallet dapp https://github.com/status-im/wallet/blob/develop/src/cljs/token/wallet/page.cljs#L29-L42

jarradhope
2017-06-04 05:24
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jarradhope
2017-06-04 05:25
but again I'm unsure just how flexible and powerful this api is

noman
2017-06-04 05:25
we'll find out :slightly_smiling_face:

noman
2017-06-04 05:26
wow closurescript is cray

jarradhope
2017-06-04 05:28
tbh it's not the best code there

noman
2017-06-04 05:30
so many closing braces

jarradhope
2017-06-04 05:33
parentheses? :slightly_smiling_face:

hakone30
2017-06-04 05:36
has joined #hackathon

netpro2k
2017-06-04 05:37
you get used to it quicker than you would expect

netpro2k
2017-06-04 05:37
though it requires good tooling to edit effectively

jarradhope
2017-06-04 05:37
exactly

jarradhope
2017-06-04 05:38
Conrad is part of the Ethereum scene, this is the video (and book) that got me hooked on lisps initially https://www.youtube.com/watch?v=HM1Zb3xmvMc

jarradhope
2017-06-04 05:38
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-04 05:40
cool, i've been wanting to get into all the cool functional stuff, will definitely watch that

roman
2017-06-04 05:41
makoto: yes, this should work

jarradhope
2017-06-04 05:42
We have some resources on learning Clojurescript here http://wiki.status.im/contributing/development/introduction/#clojurescript

noman
2017-06-04 05:42
"now i eat parentheses for breakfast" :joy:

noman
2017-06-04 05:43
i've learned a lot of this stuff through writing a lot of react. those people love functional programming

noman
2017-06-04 05:44
it be cool to learn the original ones

jarradhope
2017-06-04 05:48
yeah React and Clojurescript go together really well

jarradhope
2017-06-04 05:48
with hiccup/reagent you don't have any crazy strings for markup

jarradhope
2017-06-04 05:48
and figwheel makes developing a dream

abf149
2017-06-04 05:49
has joined #hackathon

satoshinakamoto
2017-06-04 05:50
has joined #hackathon

noman
2017-06-04 05:53
nice. closurescript is definitely on my list of things to learn this summer

jarradhope
2017-06-04 05:54
coming this summer, @noman learns Clojurescript

noman
2017-06-04 05:54
mostly cuz i wanna contribute to status!

jarradhope
2017-06-04 05:54
would love that!

noman
2017-06-04 05:54
this project "gets it" more than any other one in this space

jarradhope
2017-06-04 05:55
I know your not. Please don't take it personally and please understand that we have scammers on this board and please understand this warning is attached to all links.

jarradhope
2017-06-04 05:55
Its a bot.

xlu
2017-06-04 05:57
has joined #hackathon

tekshabor
2017-06-04 05:58
has joined #hackathon

jarradhope
2017-06-04 05:58
thanks - yeah I definitely hold the ideology quite strongly :upside_down_face:

selwynelms
2017-06-04 06:02
has joined #hackathon

roman
2017-06-04 06:08
hm, but it doesn?t

roman
2017-06-04 06:11
this works, trying to figure why markup doesn?t ``` status.addListener("init", function () { return {"text-message": "Hi man!"}; }); ```

mongrel
2017-06-04 06:12
has joined #hackathon

tartu
2017-06-04 06:13
has joined #hackathon

makoto
2017-06-04 06:20
Can someone confirm that I can watch event from Dapp? I tweaked example at http://docs.status.im/#my-first-dapp to emit an event. It logs event fine when I try locally. As soon as I do `adb reverse` it stops emitting.

makoto
2017-06-04 06:23
I basically tweaked contract like this ```pragma solidity ^0.4.2; contract SimpleStorage { uint storedData; event SetEvent(address indexed _from, uint _value); function set(uint x) { SetEvent(msg.sender, x); storedData = x; } function get() constant returns (uint) { return storedData; } } ```

makoto
2017-06-04 06:24
Then added event watcher like this ``` web3RPC.eth.getAccounts(function(error, accounts) { simpleStorage.deployed().then(function(instance) { simpleStorageInstance = instance simpleStorageInstance.SetEvent({}, {fromBlock:0}, function(error, result){ console.log('logs2', error, result); }) ```

primitive
2017-06-04 06:37
has joined #hackathon

lelman
2017-06-04 06:40
has joined #hackathon

makoto
2017-06-04 06:49
Okay, Looks like working. I don't know what I did wrong though :disappointed:

sunny99
2017-06-04 06:54
has joined #hackathon

zentrader
2017-06-04 07:05
has joined #hackathon

18691858550
2017-06-04 07:06
has joined #hackathon

zdyan99
2017-06-04 07:07
has joined #hackathon

oluwamakinwa
2017-06-04 07:13
has joined #hackathon

nuclearkjk
2017-06-04 07:18
has joined #hackathon

stalemate777
2017-06-04 07:31
has joined #hackathon

dutchcrypto
2017-06-04 07:33
has joined #hackathon

wyzlinda
2017-06-04 07:37
has joined #hackathon

makoto
2017-06-04 07:52
That looks working. A great step forward!!

roman
2017-06-04 07:54

jarradhope
2017-06-04 07:54
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-04 07:55
hey yall, i'm having trouble getting the user's actively signed in address. I'm attempting to use `web3.eth.getCoinbase(callback)` but it's erroring with `"Error: not supported"`. this function works fine with web3.js in a browser

mohamadshariifi
2017-06-04 08:00
has joined #hackathon

starius
2017-06-04 08:01
has joined #hackathon

jarradhope
2017-06-04 08:02
@noman thats because there is no coinbase

jarradhope
2017-06-04 08:02
maybe try eth.accounts

noman
2017-06-04 08:03
yeah i'm gonna try `eth.accounts[0]` but that doesn't feel right

noman
2017-06-04 08:03
what in web3 tells me which account is currently active?

noman
2017-06-04 08:03
if i have multiple accounts in status are they all in the `accounts` array?

gaz17
2017-06-04 08:17
has joined #hackathon

cenweiwei
2017-06-04 08:27
has joined #hackathon

andrey
2017-06-04 08:29
@jasoons yes, could you tell how you solved the problem?

dennisslee
2017-06-04 08:45
has joined #hackathon

harisrg
2017-06-04 08:50
has joined #hackathon

zhudapang
2017-06-04 09:03
has joined #hackathon

brockd
2017-06-04 09:05
has joined #hackathon

pyung101
2017-06-04 09:10
has joined #hackathon

razvan07
2017-06-04 09:10
has joined #hackathon

cyl0604
2017-06-04 09:12
has joined #hackathon

joe_sun
2017-06-04 09:31
has joined #hackathon

isasftw
2017-06-04 09:34
Hi! I'm having some problems with `npm install -g status-dev-cli`. I get these errors:

jasoons
2017-06-04 09:35
Honestly, I wish I knew exactly. Because it sometimes stops working. Now everytime I run the command : `status-dev-cli switch-node localhost:8546 --ip 10.5.50.15` it says ```*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node> *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister> You've successfully switched the node. ``` but immediate after this the Status app on my phone crashes. And then reopening the app again and running `npm start` gives the original issue. But it was working last night, so I'm really confused.

jarradhope
2017-06-04 09:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

mcdave2k17
2017-06-04 09:35
has joined #hackathon

isasftw
2017-06-04 09:37
Can anyone help me figure out why that error is happening?

jasoons
2017-06-04 09:38
Also, a side note, when I scan the QRcode on a friends phone (or vise versa) it loads an account with a completely different name and no messages are received by that. Maybe that is tangentially related to the issue?

isasftw
2017-06-04 09:39
I already looked online, and installing Visual C++ didn't help

isasftw
2017-06-04 09:42
@andrey, @cryptowanderer ?

longfei
2017-06-04 09:43
has joined #hackathon

andrey
2017-06-04 09:44
it loads an account with a completely different name - it's expected. it will be changed after he adds you in his contacts


jarradhope
2017-06-04 09:45
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

rio
2017-06-04 09:46
has joined #hackathon

chentaixu
2017-06-04 09:48
has joined #hackathon

domidomi
2017-06-04 09:53
has joined #hackathon

frido
2017-06-04 10:06
has joined #hackathon

isasftw
2017-06-04 10:06
Thanks @andrey! Someone mentioned the print services. Do i only have to install that, or the entire SDK too (that requires an account)?

mariocoin
2017-06-04 10:13
has joined #hackathon

bas
2017-06-04 10:19
has joined #hackathon

kouji
2017-06-04 10:27
has joined #hackathon

mjulsing
2017-06-04 10:29
has joined #hackathon

bhglass
2017-06-04 10:32
has joined #hackathon

jefflau
2017-06-04 10:35
Trying to do the tutorial for the dapp chat bot, but doesn't seem to be reading or trying to access my 'bot.js' file

jefflau
2017-06-04 10:35
Running this code in the terminal

jefflau
2017-06-04 10:35
on mac

jefflau
2017-06-04 10:35
``` statusTest jefflau$ status-dev-cli add '{"whisper-identity": "testChatBot", "name": "Botler" ,"bot-url": "http://192.168.1.101:8080/bot.js"}' --ip 192.168.1.102 ```

jarradhope
2017-06-04 10:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pixel
2017-06-04 10:36
hey @jefflau where is your bot file located in your directory? Are you running truffle serve as well?

jefflau
2017-06-04 10:36
i'm just running DIY tutorial so no truffle, just using `http-server`

pixel
2017-06-04 10:36
ah

jefflau
2017-06-04 10:36
it's in the root folder

pixel
2017-06-04 10:37
problem I had was that the tutorial said to put the bot file in public, but I actually had to put it in the build folder

jefflau
2017-06-04 10:37
hmm

jefflau
2017-06-04 10:37
well my dapp tutorial worked fine, seemed to run my index.html

jefflau
2017-06-04 10:37
with my app.js file

jefflau
2017-06-04 10:37
but when i went to the next tutorial it doesn't seem to work

pixel
2017-06-04 10:38
mhm dont know, did you adb reverse 8080 aswell?

rbngringhuis
2017-06-04 10:39
has joined #hackathon

jefflau
2017-06-04 10:39
I'm using an iPhone, the testflight app, i thought adb reverse was for android?

pixel
2017-06-04 10:39
Oh, yeah I think so

jefflau
2017-06-04 10:39
maybe i need to do something similar for iphone?

jefflau
2017-06-04 10:39
what does adb reverse even do?

pixel
2017-06-04 10:40
I think it bridges a connection or something?

pixel
2017-06-04 10:41
makes your localhost port reachable from the device

pixel
2017-06-04 10:41
when it's connected with a cable

jefflau
2017-06-04 10:44
hmmm

jefflau
2017-06-04 10:44
that's weird i just checked my http-server logs and i'm getting a 404

jefflau
2017-06-04 10:44
for the /bot.js

jefflau
2017-06-04 10:44
but it's definitely there

pixel
2017-06-04 10:46
if you browse to your localhost:8080/bot.js you should see it

jefflau
2017-06-04 10:46
yeah i do

jefflau
2017-06-04 10:46
fuckkk that's super weird

jefflau
2017-06-04 10:46
not even sure how to start debugging lol

craigjohnson314
2017-06-04 10:47
has joined #hackathon

jefflau
2017-06-04 10:48
nevermind scratch all of that

jefflau
2017-06-04 10:48
i was being an idiot and mispelled bot.js to bots.js

jefflau
2017-06-04 10:49
anddddd i'm done for the day lol

myheat
2017-06-04 10:52
has joined #hackathon

jasoons
2017-06-04 10:53
Thanks, I got it sending messages now. I tried the same thing on another machine and it works. So I'm really not sure.

lostolto
2017-06-04 10:54
@lostolto has left the channel

sauravtom
2017-06-04 10:58
has joined #hackathon

seoeunseong
2017-06-04 11:06
has joined #hackathon

aday
2017-06-04 11:09
has joined #hackathon

pixel
2017-06-04 11:13
when I make a mistake in one of my commands, or any markup, whenever I press the command Status just crashes and I have to relog

pixel
2017-06-04 11:13
any way I don't have to do that?

ironurbane
2017-06-04 11:19
has joined #hackathon

hodll
2017-06-04 11:23
has joined #hackathon

iamkhush
2017-06-04 11:32
has joined #hackathon

mrsmith
2017-06-04 11:32
has joined #hackathon

lorem
2017-06-04 11:38
has joined #hackathon

kanbora
2017-06-04 11:48
has joined #hackathon

pixel
2017-06-04 11:49
myeah, and any way I can console log some variables? Inside my bot.js, or how can I debug it easily?

fviews
2017-06-04 11:53
has joined #hackathon

andrey
2017-06-04 12:03
hey @pixel i'm working on these two issues

pixel
2017-06-04 12:03
@andrey cool! I guess it will just be alot of trial and error for now then. :slightly_smiling_face:

jordym
2017-06-04 12:05
has joined #hackathon

andrey
2017-06-04 12:07
and to sending message each other you should have same version of status app. 0.9.7 and 0.9.8 cant send messages to each other

pixel
2017-06-04 12:14
@andrey would be cool if RN Dimensions also get exposed by the API (https://facebook.github.io/react-native/docs/dimensions.html), currently having difficulty scaling some stuff to the screen width

jarradhope
2017-06-04 12:14
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pixel
2017-06-04 12:19
this RN integration is really slick though, just think of all the possibilities once pretty much everything from it is exposed :heart_eyes:

arun
2017-06-04 12:20
has joined #hackathon

jefflau
2017-06-04 12:32
I'm trying to remove a chatBot from my phone and I'm running this code in the terminal

jefflau
2017-06-04 12:32
``` Jeffs-MBP:statusTest jefflau$ status-dev-cli list --ip 192.168.2.64 testChatBot (Name: "Botler", Bot URL: "http://192.168.1.101:8080/bot.js") botler (Name: "Botler1", Bot URL: "http://192.168.2.95:8080/bots/bot.js") hello-bot (Name: "Hello", DApp URL: "http://192.168.1.101:8080") Jeffs-MBP:statusTest jefflau$ status-dev-cli remove testChatBot Cannot connect to Status. 1. Please, ensure that your device is accessible from your computer; 2. If it is, ensure that you're logged in and the debug mode is enabled; Check our docs for more information: http://docs.status.im/ Jeffs-MBP:statusTest jefflau$ ```

jarradhope
2017-06-04 12:32
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jefflau
2017-06-04 12:32
which is really weird because i'm listing all the dapps in the command above

jefflau
2017-06-04 12:32
but then its saying it can't connected to status

jozaniwd
2017-06-04 12:34
has joined #hackathon

jefflau
2017-06-04 12:36
okay nevermind, in the tutorial it doesn't tell me to pass my IP address in as an argument to remove, but apparently it is required

wxptmac
2017-06-04 12:46
has joined #hackathon

jarradhope
2017-06-04 12:48
oops soz about that @jefflau i'll add it now

a248627314
2017-06-04 12:55
has joined #hackathon

ramon
2017-06-04 12:55
has joined #hackathon

1357
2017-06-04 12:56
has joined #hackathon

perica
2017-06-04 12:57
has joined #hackathon

alon
2017-06-04 12:58
andrey: Funny how I keep seeing my face everywhere because of this :smile:

alon
2017-06-04 12:59
@isasftw Did you manage to get mdns installed?

isasftw
2017-06-04 12:59
Nope, still having problems

isasftw
2017-06-04 13:00
I did install bonjour printer services

alon
2017-06-04 13:00
Did you install `windows something tools` in powershell?

isasftw
2017-06-04 13:00
but not sure what good that did

alon
2017-06-04 13:00
You don't need bonjour printer services

alon
2017-06-04 13:00
You need bonjour SDK

domingow
2017-06-04 13:00
has joined #hackathon

isasftw
2017-06-04 13:00
oh ok, someone mentioned it on github

isasftw
2017-06-04 13:01
And where can i get the Bonjour SDK? I don't have an Apple developer account.

isasftw
2017-06-04 13:01
I used to be able to install status-dev-cli fine without it

alon
2017-06-04 13:03
It was probably me who mentioned it :smile:

alon
2017-06-04 13:03
Create an Apple Developer account takes a few minutes

alon
2017-06-04 13:04
Download it and install it to the default location

alon
2017-06-04 13:04
Then try installing `mdns` globally

isasftw
2017-06-04 13:04
Okay, thanks!

isasftw
2017-06-04 13:07
@alon :shit:

isasftw
2017-06-04 13:08
I just realized i used to have an apple ID, but for some reason i'm locked out of my account, and i put bullshit info onto the security questions, so i can't get back in :joy:

isasftw
2017-06-04 13:09
Is it possible to download it some other way? :confused:

alon
2017-06-04 13:10
I just created a new account :smile:

manrico
2017-06-04 13:16
has joined #hackathon

tokenaire
2017-06-04 13:23
has joined #hackathon

p0150n
2017-06-04 13:24
has joined #hackathon

three
2017-06-04 13:26
has joined #hackathon

cicy
2017-06-04 13:28
has joined #hackathon

mmarco_85
2017-06-04 13:29
has joined #hackathon

brendan
2017-06-04 13:35
Are there any simple templates to borrow for a Status app?

isasftw
2017-06-04 13:36
I think there are some on http://docs.status.im

allen
2017-06-04 13:37
has joined #hackathon

smartr
2017-06-04 13:46
has joined #hackathon

tiblil
2017-06-04 13:47
has joined #hackathon

abinshen
2017-06-04 13:47
has joined #hackathon

fuyufjh
2017-06-04 13:53
has joined #hackathon

sinagarment
2017-06-04 13:54
has joined #hackathon

gatorandy
2017-06-04 13:57
has joined #hackathon

tango
2017-06-04 14:00
has joined #hackathon

gma
2017-06-04 14:00
has joined #hackathon

jguk
2017-06-04 14:04
Is there anyway to associate my Status user with one of the auto generate accounts on testrpc? I just want to check my bot is doing sendTransaction ok between two accounts.

xavivives
2017-06-04 14:19
Seems the messages I send to my bot don't get through. It says ?Sending??

xavivives
2017-06-04 14:20
I?m using Embark and the tutorial is missing the code on ?My First 1-1 Chatbot?, so I?m wondering if my bot.js file is in the right path

xavivives
2017-06-04 14:21
embark-demo/bots/bot.js

jeluard
2017-06-04 14:29
Just make sure the `bot-url` you define when calling `status-dev-cli add` is accessible from your device.

jeluard
2017-06-04 14:29
You can test it on your machine first.

xavivives
2017-06-04 14:31
The url is accessible. I have dapp showing up just fine

jguk
2017-06-04 14:31
Hi, so it looks like the "status-dev-cli switch-node "http://192.168.1.100:8546" --ip 192.168.1.107" command doesn't change my Status to the testrpc, it still shows as Current network: Ropsten. Any suggestions on what I'm doing wrong? Thanks

jarradhope
2017-06-04 14:31
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jeluard
2017-06-04 14:35
xavivives: If you can browse the `bot-url` (`dapp-url` then its fine). Location doesn't matter as long as it's properly served by the web server.

jeluard
2017-06-04 14:36
@jguk Are you on android?

jguk
2017-06-04 14:36
hi jeluard, yes i am

pixel
2017-06-04 14:38
@jguk mine also still shows Ropsten, eventhough it's connected

pixel
2017-06-04 14:38
you can check your Wallet

pixel
2017-06-04 14:38
and see if you have multiple accounts with 100 test ether in it

jeluard
2017-06-04 14:39
@jguk You can try with localhost and `adb reverse tcp:8546 tcp:8546`.

shadow
2017-06-04 14:43
has joined #hackathon

jguk
2017-06-04 14:43
hi, looks like @pixel is right. i've got multiple accounts with 100 test ether. even though it shows as Ropsten i must be on the testrpc

jguk
2017-06-04 14:43
thanks to you both

jguk
2017-06-04 14:52
so just to confirm, when im on the testrpc, the Address shown under my Status profile isn't actually connected to the testrpc?

jguk
2017-06-04 14:52
my identity/Status profile is really related to the test wallets

yepster
2017-06-04 15:01
@andrey Does anyone know how to share state between the react app and the chat bot because as far as I can see they are sandboxed as different processes.

caifrank
2017-06-04 15:01
has joined #hackathon

andrey
2017-06-04 15:03
can you elaborate, what does it mean "share state between the react app and the chat bot"?

andrey
2017-06-04 15:04
what is "react app"?

jarradhope
2017-06-04 15:05
webview i assume ?

jarradhope
2017-06-04 15:05
there's `web3.db`

charles
2017-06-04 15:14
has joined #hackathon

crypto_dev_33
2017-06-04 15:14
has joined #hackathon

yepster
2017-06-04 15:18
We will try and use web3.db, thank you. We are used to using react-redux do you think that it is feasible to share state this way?

guje9062
2017-06-04 15:27
has joined #hackathon

xavivives
2017-06-04 15:30
Finally got it. I misunderstood the tutorial. I thought the bot-url was just pointing to the root of the app and the bot.js had to be on an specific path. Also Embark was not adding my files to the public folder. First had to update the embark.json to copy over the bot.js into /dist Finally had to ??run embark? again since was not detecting the changes on the config file

xavivives
2017-06-04 15:31
Thanks man!

jeluard
2017-06-04 15:33
Great!

jeluard
2017-06-04 15:34
Do you mind sharing the steps you took with `embark`? This way we can update the docs.

xavivives
2017-06-04 15:34
Sure

makoto
2017-06-04 15:35
yepster: I think web3.db is obsolute https://github.com/ethereum/go-ethereum/issues/311

jarradhope
2017-06-04 15:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jarradhope
2017-06-04 15:43
did you try it ?

gregor
2017-06-04 15:45
has joined #hackathon

jasoons
2017-06-04 15:47
I will also be trying. I don't quite understand how it works though, will that single web3.db object be shared? It seems like a security risk, like if the webview goes to some other link (while important information from the chat client is stored there)?

k1350000
2017-06-04 15:50
has joined #hackathon

jefflau
2017-06-04 15:50
using truffle now and it's telling me to put the bot.js in the public folder. Is there a way I can use the src folder and not the public folder so I can use webpack to build ES6 and do imports etc...?

renslaros
2017-06-04 15:57
has joined #hackathon

adamdossa
2017-06-04 16:06
Hi All - apologies if this is answered earlier up the thread... but... I am trying to get a reasonable Android emulator up (I'm on a mac) so that I can use the Android version of status - anyone got any suggestions? I tried VirtualBox + Androidx86, but google play tells me this "device" is not compatable with Status app...

roman
2017-06-04 16:07
@adamdossa have you tried genymotion?

adamdossa
2017-06-04 16:10
Nope - I'll take a look at that now.

isasftw
2017-06-04 16:11
I didn't want to buy Genymotion, so i'm trying to set up the default android emulator

isasftw
2017-06-04 16:11
But @adamdossa, Try the nightly, sometimes google play says a device isn't compatible for weird reasons

adamdossa
2017-06-04 16:12
ok - i'll try sideloading the nightly - just have to work out how to share files from my mac to the virtual box :wink:

jeluard
2017-06-04 16:12
You can use this version of genymotion for free: https://www.genymotion.com/fun-zone/

jarradhope
2017-06-04 16:12
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

isasftw
2017-06-04 16:12
Oh, thanks @jeluard!

isasftw
2017-06-04 16:12
I'll check that out if my AVD doesn't work :slightly_smiling_face:

granturismo777
2017-06-04 16:13
has joined #hackathon

jeluard
2017-06-04 16:13
It's supposed to be a little faster than AVD.

isasftw
2017-06-04 16:13
Ok

showie
2017-06-04 16:21
has joined #hackathon

adamdossa
2017-06-04 16:25
Genymotion from link above working for me (w/ the nightly build)

adamdossa
2017-06-04 16:30
Wondering what address vs. public key is in my profile. public key is presumably Ethereum address associated with account. Is "address" used for Whisper?

ffff
2017-06-04 16:34
has joined #hackathon

michaelmoon
2017-06-04 16:35
has joined #hackathon

xavivives
2017-06-04 16:35
Let me know if this works


jarradhope
2017-06-04 16:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jeluard
2017-06-04 16:39
Awesome thanks!

dangdang
2017-06-04 16:47
has joined #hackathon

sylvain
2017-06-04 16:48
has joined #hackathon

isasftw
2017-06-04 16:51
Hi! What if i'm only getting one IP from the scan command?

isasftw
2017-06-04 16:51
(Using genymotion)

isasftw
2017-06-04 16:51
And that IP doesn't work. (Cannot connect to status)

andrey
2017-06-04 16:52
@isasftw have you send /debug On command in console?

isasftw
2017-06-04 16:52
Yes

andrey
2017-06-04 16:52
oh ok

andrey
2017-06-04 16:53
are you using bridge network?

isasftw
2017-06-04 16:53
?

isasftw
2017-06-04 16:53
I have no idea :stuck_out_tongue:

andrey
2017-06-04 16:53
you should use bridge network in virtual device settings

andrey
2017-06-04 16:53
instead NAT

isasftw
2017-06-04 16:54
Okay, let me take a look

isasftw
2017-06-04 16:55
You're right, it was on NAT :slightly_smiling_face:

isasftw
2017-06-04 16:55
I switched it, and rebooting the vm now :slightly_smiling_face:

isasftw
2017-06-04 16:55
Thanks!

jasonbourne
2017-06-04 17:01
has joined #hackathon

lycos129
2017-06-04 17:03
@lycos129 has left the channel

alexinno
2017-06-04 17:21
has joined #hackathon

adamdossa
2017-06-04 17:29
Anyone having any joy with Whisper messages at the moment? None of mine seem to be going anywhere... If someone wants to try messaging me, my QR code is:

jarradhope
2017-06-04 17:29
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-04 17:29
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

adamdossa
2017-06-04 17:30
Can't post images or public keys I guess :wink:

jarradhope
2017-06-04 17:30
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-04 17:30
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

adamdossa
2017-06-04 17:31

jarradhope
2017-06-04 17:31
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jasoons
2017-06-04 17:39
I'm having an issue with solidity. Anyone know how to deal with 'address[]'? I get the following error:```/home/jasoons/Documents/Ethereum/truffle-box-status/contracts/PeerCoin.sol:42:7: : Member "push" is not available in address[] memory outside of storage. newGroup.members.push([msg.sender]); ^-------------------^ Compiliation failed. See above. ``` Outline of relevant code: ``` struct Group { address[] members; //an array to easily iterate through the members bytes32 name; bool exists; } function createGroup (bytes32 id, bytes32 name) returns (bool success){ if(!groups[id].exists) { Group memory newGroup; newGroup.name = name; newGroup.members.push(msg.sender); newGroup.exists = true; groups[id] = newGroup; return true; } else { return false; } } ```

treznich
2017-06-04 17:51
Is web3.eth.getAccounts is a way to get user addresses? And are there another way? Haven?t found nothing except this in docs

isasftw
2017-06-04 17:53
@treznich Hey! I'm looking into this aswell

isasftw
2017-06-04 17:54
I found that web3.eth.accounts returns an array with all accounts

treznich
2017-06-04 17:54
all accounts on the node

treznich
2017-06-04 17:54
possibly it's all user accounts

jevudas
2017-06-04 17:57
has joined #hackathon

dal1000
2017-06-04 18:01
has joined #hackathon

trasterta
2017-06-04 18:09
has joined #hackathon

war_and_pieces
2017-06-04 18:10
has joined #hackathon

bigether
2017-06-04 18:16
has joined #hackathon

tienus
2017-06-04 18:17
has joined #hackathon

isasftw
2017-06-04 18:25
Hi! I'm having a bit of a problem. Why isn't my app.js running?

isasftw
2017-06-04 18:26
At first i thought web3 wasn't being injected for some reason, but JS in script tags works just fine.

isasftw
2017-06-04 18:26
External JS files also work fine on my PC, but they don't load at all in status.

isasftw
2017-06-04 18:26
What could be the problem here?

ale328
2017-06-04 18:30
has joined #hackathon

annehovaldt
2017-06-04 18:31
has joined #hackathon

isasftw
2017-06-04 18:33
@alon, @cryptowanderer ?

alon
2017-06-04 18:38
Any errors in console?

alon
2017-06-04 18:38
BTW I am not a Status dev :smile:

alon
2017-06-04 18:38
Just love helping out

isasftw
2017-06-04 18:38
Yeah, i know

isasftw
2017-06-04 18:38
I just tagged the people i recognized who were online :stuck_out_tongue:

isasftw
2017-06-04 18:39
If you mean the console chat, no

myles
2017-06-04 18:40
@isasftw what commands are you running?

isasftw
2017-06-04 18:41
?

isasftw
2017-06-04 18:41
As in what JS?

myles
2017-06-04 18:41
Are you using status-dev-cli tools?

isasftw
2017-06-04 18:41
Yes

isasftw
2017-06-04 18:42
But i don't see how that affects the status app itself. I used it to add the contact

alon
2017-06-04 18:45
The app is open in Status?

isasftw
2017-06-04 18:45
yes

isasftw
2017-06-04 18:46
It loads my html and any js in script tags fine, but any js in external files (eg. app.js) doesn't run at all

isasftw
2017-06-04 18:46
At this point i'm considering just putting all of my JS into script tags, but i feel like that might be a bit messy

myles
2017-06-04 18:47
You could do something like <script type="text/javascript" src="js/webs.js"></script>

isasftw
2017-06-04 18:48
You reckon the type="text/javascript" would help?

isasftw
2017-06-04 18:48
I'll try it

isasftw
2017-06-04 18:49
Nope, doesn't help

jeluard
2017-06-04 18:49
@isasftw What URL do you use for app.js?

isasftw
2017-06-04 18:49
?

isasftw
2017-06-04 18:50
just app.js, since it's in the same directory as my html

adera
2017-06-04 18:50
has joined #hackathon

jeluard
2017-06-04 18:51
It has to be served by some servers accessible to Status.

jierdin
2017-06-04 18:51
has joined #hackathon

isasftw
2017-06-04 18:51
I'm just debugging it at this point

isasftw
2017-06-04 18:52
Status is running in an emulator on the same computer, and i have http-server running in my dapp directory

jeluard
2017-06-04 18:54
Does localhost/app.js resolve? If yes try that.

isasftw
2017-06-04 18:57
Huh?

isasftw
2017-06-04 18:57
Why would that make a difference?

isasftw
2017-06-04 18:58
app.js is already in the same directory as the html file

isasftw
2017-06-04 18:59
And i can't change the status browser's location to localhost, because the emulator and the host pc have different IP's

jeluard
2017-06-04 19:01
Then the correct absolute URL of app.js to make sure the relative URL you are using is not interpreted correctly.

isasftw
2017-06-04 19:01
Alright

isasftw
2017-06-04 19:02
Doesn't make a difference, still doesn't load the js

isasftw
2017-06-04 19:04
The problem is with status, since if i open the same IP status is opening in my browser, the JS loads fine

cryptomaster
2017-06-04 19:06
has joined #hackathon

cryptopreacher
2017-06-04 19:09
has joined #hackathon

isasftw
2017-06-04 19:10
Huh... cryptomaster, cryptopreacher and cryptowanderer :stuck_out_tongue:

madmanbts
2017-06-04 19:10
has joined #hackathon

boristhe
2017-06-04 19:13
has joined #hackathon

dreyich
2017-06-04 19:15
has joined #hackathon

cryptopreacher
2017-06-04 19:16
what?

alxr
2017-06-04 19:16
has joined #hackathon

cryptopreacher
2017-06-04 19:16
I am here to preach the word of crypto :D

kd
2017-06-04 19:20
has joined #hackathon

memorycreator
2017-06-04 19:23
has joined #hackathon

isasftw
2017-06-04 19:27
@cryptopreacher Oh, nothing. You happened to join at the same time as cryptomaster, and there is already a staff member with the handle cryptowanderer :stuck_out_tongue:

aleraft
2017-06-04 19:29
has joined #hackathon

sidramesh
2017-06-04 19:30
has joined #hackathon

cryptopreacher
2017-06-04 19:30
strange lol

cryptopreacher
2017-06-04 19:30
what were the odds?

sidramesh
2017-06-04 19:31
Can I still sign up for the hackathon?

sidramesh
2017-06-04 19:32
It says you need to submit an issue before the kickoff

sidramesh
2017-06-04 19:32
I just heard about the hackathon last night

jeluard
2017-06-04 19:32
@isasftw If you can share somewhere steps to reproduce the issue we can investigate.

isasftw
2017-06-04 19:36
@jeluard I'm literally just following the my first dapp diy tutorial on http://docs.status.im

xunga
2017-06-04 19:39
has joined #hackathon

jeluard
2017-06-04 19:40
Without modifications?

xunga
2017-06-04 19:45
Hey all, is it too late to join the hackathon?

hassaanniazi
2017-06-04 19:52
has joined #hackathon

asharpguy01
2017-06-04 19:53
has joined #hackathon

makoto
2017-06-04 19:54
When I tried locally on my machine, I think it says not supported

makoto
2017-06-04 19:55
jefflau: bot runs on sandboxed js vm called otto which is cheap only supports ES5

makoto
2017-06-04 19:56
andrey: I think between Dapp and bot which we cannot

isasftw
2017-06-04 19:59
@jeluard It's not completely without modifications, but to be sure i tested it with the default html, and an empty js file that only changes the span's text to "Hello world". The span's text doesn't change

isasftw
2017-06-04 19:59
If i put the same code in <script> tags in the html file, it works fine

isasftw
2017-06-04 20:00
The problem has to be in status, since if i load the same file on my PC's browser, it works fine. Only status has problems

benmorrow
2017-06-04 20:04
xunga: Hi, no, you're not too late. Just submit your GitHub Issue RSVP now :slightly_smiling_face:

benmorrow
2017-06-04 20:05
sidramesh: Hi, no, you're not too late. Just submit your GitHub Issue RSVP now :slightly_smiling_face:

haroonismail87
2017-06-04 20:05
has joined #hackathon

xavivives
2017-06-04 20:12
Seems that bots don't work on group chats. Is that an intended behavior?

isasftw
2017-06-04 20:13
@xavivives I think bots are only 1-1 for now

isasftw
2017-06-04 20:13
but they're working on it

xavivives
2017-06-04 20:14
Agh? Looking forward to it. So many more possibilities

clau
2017-06-04 20:24
has joined #hackathon

alwx
2017-06-04 20:27
bots for group chats are already implemented: https://github.com/status-im/status-react/pull/1227 but we need time to fix some issues and merge it

jarradhope
2017-06-04 20:27
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

andrey
2017-06-04 20:39
we're working on this

samay58
2017-06-04 20:39
has joined #hackathon

adamw
2017-06-04 20:41
has joined #hackathon

xavivives
2017-06-04 20:44
Awesome thanks!

agamemnon
2017-06-04 21:01
has joined #hackathon

glambeth
2017-06-04 21:12
Hi, i'm trying to install status-dev-cli and i'm getting an error: ```gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/status-dev-cli/node_modules/mdns/build``` I've tried reinstalling nodejs/npm and the error is still persisting. i'm on ubuntu 16.04

adamdossa
2017-06-04 21:27
QQ - are we allowed more than one entry in the hackathon?

gregj
2017-06-04 21:32
Hi everyone, Is it possible to add a contact and start a chat from a dapp?

sidramesh
2017-06-04 21:33
@benmorrow done!

sidramesh
2017-06-04 21:33
issue #127

noman
2017-06-04 21:39
can i enter late into the hackathon? i was only going to enter if i thought of something to make but i have been hackathoning unofficially

noman
2017-06-04 21:39
like can i enter on Jun 10 for example?

sebytza05
2017-06-04 21:40
has joined #hackathon

rabbitcoiner
2017-06-04 21:45
has joined #hackathon

wc1212
2017-06-04 21:48
has joined #hackathon

sa7377
2017-06-04 21:58
has joined #hackathon

wazzu24
2017-06-04 22:00
has joined #hackathon

zdarwazeh92
2017-06-04 22:18
has joined #hackathon

kose
2017-06-04 22:23
has joined #hackathon

zharinov
2017-06-04 22:35
has joined #hackathon

ashtron
2017-06-04 22:44
@noman also wondering if late sign-ups are allowed

rikipad
2017-06-04 22:58
has joined #hackathon

nols
2017-06-04 23:00
has joined #hackathon

isaac2
2017-06-04 23:05
has joined #hackathon

benmorrow
2017-06-04 23:11
Looking good :slightly_smiling_face:

japie
2017-06-04 23:16
has joined #hackathon

benmorrow
2017-06-04 23:17
adamdossa: I recommend choosing your best idea and putting the other one on the Community Ideas doc: https://paper.dropbox.com/doc/Community-Ideas-CrStEvcoK8MDihZWyfkLo That said, if you're a programming wonder and you think you can finish more than one, then just make them two separate projects with separate GitHub issues and pull requests

jarradhope
2017-06-04 23:17
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

moycastro
2017-06-04 23:19
has joined #hackathon

benmorrow
2017-06-04 23:22
noman: Hey, we'd love to have your GitHub Issue RSVP now even if you're only considering it. If you don't end up finishing that's ok. You'll only be judged if you submit a pull request that "fixes" your RSVP issue number by *Pencils Down*

noman
2017-06-04 23:22
Cool, thank you!

benmorrow
2017-06-04 23:22
ashtron: Yep, go ahead and submit your GitHub issue RSVP now :slightly_smiling_face:

pmeade
2017-06-04 23:25
has joined #hackathon

pmeade
2017-06-04 23:31
Hi, has anyone else tried using Status with an android device? I'm trying to follow the quickstart, but the command status-dev-cli add-dapp tells me that add-dapp is an invalid command.

noman
2017-06-04 23:33
check out `status-dev-cli --help`, the command has been changed to just `add`

noman
2017-06-04 23:34
here's an example ``` status-dev-cli add '{"whisper-identity": "my-cool-app", "dapp-url": "http://<URL OR IP OF RUNNING DAPP>/", "name": "My Cool App"}' --ip <DEVICE IP> ```

jarradhope
2017-06-04 23:34
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pmeade
2017-06-04 23:34
Ok, thanks.

noman
2017-06-04 23:35
and to remove it's ``` status-dev-cli remove my-cool-app --ip <DEVICE IP> ```

pgonza
2017-06-04 23:37
has joined #hackathon

laimaojiu139
2017-06-04 23:47
has joined #hackathon

makoto
2017-06-04 23:57
Do you have any github issues we can track the progress?

benmorrow
2017-06-04 23:59
I updated the Kickoff video to fix the audio/video sync: https://youtu.be/bH1PHgJMn6k In case you missed us live yesterday, now you can check it out at your leisure :thumbsup:

jarradhope
2017-06-04 23:59
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

benmorrow
2017-06-04 23:59
@benmorrow pinned a message to this channel.

makoto
2017-06-05 00:01
Guys (both status developers and hackathon participants ) can you try to update https://docs.google.com/spreadsheets/d/1jFWx8VB1QFYF-x0eZSlA1TsqEAGnSsL9YAhlR8uYlLQ/edit#gid=0 what features are currently available and what's not? I can see many people asking same questions and feels like we are wasting time/effort as a whole. It's totally acceptable that some features are not working but let's try to be transparent and clear rather than trying to fix which has no guarantee when it gets resolved.

jarradhope
2017-06-05 00:01
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-05 00:11
does anyone know how to export a 12 word phrase from a status account's private key? i want to delete the play store app and install a self-built one instead, but continue using the same testnet account

noman
2017-06-05 00:12
i see a way to recover a status account but not a way to export an existing one to recover later

noman
2017-06-05 00:13
i'm getting a failure when running `react-native run-android` because of the existing status app i have already installed > `com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to finalize session : INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package im.status.ethereum signatures do not match the previously installed version; ignoring!`

noman
2017-06-05 00:13
is there not a way to have both?

lerix
2017-06-05 00:13
has joined #hackathon

famadorian
2017-06-05 00:14
has joined #hackathon

hebinhaowen
2017-06-05 00:36
has joined #hackathon

glambeth
2017-06-05 00:38
has anyone had problems dragging and dropping .apk file into genymotion on ubuntu?

noman
2017-06-05 00:39
omggg i didn't realize you could do this https://wiki.status.im/getting-started/img/image_20.png

maocaiyong_12
2017-06-05 00:42
has joined #hackathon

teamxramrod
2017-06-05 00:44
has joined #hackathon

prosm7
2017-06-05 00:47
has joined #hackathon

egifted
2017-06-05 00:53
has joined #hackathon

makanacanhelp
2017-06-05 00:53
has joined #hackathon

hjorge
2017-06-05 00:56
has joined #hackathon

sportshark
2017-06-05 01:08
has joined #hackathon

blinkwang
2017-06-05 01:19
has joined #hackathon

nks311
2017-06-05 01:27
has joined #hackathon

pmh007
2017-06-05 01:27
has joined #hackathon

kiracomp
2017-06-05 01:30
has joined #hackathon

henryfour
2017-06-05 01:38
has joined #hackathon

lupinus
2017-06-05 01:39
has joined #hackathon

comewel
2017-06-05 01:40
has joined #hackathon

yushen_he
2017-06-05 01:44
has joined #hackathon

duduyu
2017-06-05 01:45
has joined #hackathon

kuaileshenghuo
2017-06-05 01:52
has joined #hackathon

ch5274
2017-06-05 01:57
has joined #hackathon

blue
2017-06-05 02:07
has joined #hackathon

hahaha123
2017-06-05 02:09
has joined #hackathon

yangxu923628
2017-06-05 02:12
has joined #hackathon

leon123
2017-06-05 02:16
has joined #hackathon

zeg0at
2017-06-05 02:16
has joined #hackathon

hilzlee
2017-06-05 02:17
has joined #hackathon

chen188
2017-06-05 02:22
has joined #hackathon

abdosh1413
2017-06-05 02:23
has joined #hackathon

hantheme
2017-06-05 02:30
has joined #hackathon

baozhongyuan
2017-06-05 02:33
has joined #hackathon

gubaihui
2017-06-05 02:38
has joined #hackathon

chx381
2017-06-05 02:41
has joined #hackathon

chaojijiqimao
2017-06-05 02:41
has joined #hackathon

eetot
2017-06-05 02:41
has joined #hackathon

zqtmg
2017-06-05 02:42
has joined #hackathon

jjau
2017-06-05 02:44
has joined #hackathon

andercy
2017-06-05 02:47
has joined #hackathon

583155255
2017-06-05 02:48
has joined #hackathon

islessc
2017-06-05 02:49
has joined #hackathon

helloaway
2017-06-05 02:51
has joined #hackathon

xianrenzhang
2017-06-05 02:53
has joined #hackathon

finallee
2017-06-05 02:53
has joined #hackathon

melodyssmiles
2017-06-05 02:54
has joined #hackathon

melanyking
2017-06-05 02:57
@jarradhope hi~ which md editor status dev team use?

nan
2017-06-05 02:59
has joined #hackathon

melanyking
2017-06-05 03:00
I & @mellisa.xie translate api doc now.

yk13173
2017-06-05 03:03
has joined #hackathon

no1kbl
2017-06-05 03:03
has joined #hackathon

sasquatch
2017-06-05 03:05
has joined #hackathon

fl888
2017-06-05 03:12
has joined #hackathon

xmulfp
2017-06-05 03:12
has joined #hackathon

bh_666
2017-06-05 03:16
has joined #hackathon

xlg
2017-06-05 03:17
has joined #hackathon

danip
2017-06-05 03:29
So, I can't use arrow functions or let keywords.. is this because the Otto VM doesn?t recognize them/is constrained not to use them?

nobsu
2017-06-05 03:30
has joined #hackathon

makoto
2017-06-05 03:33
danip: Otto VM only supports up to ES5 https://github.com/robertkrimen/otto#caveat-emptor

jarradhope
2017-06-05 03:33
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

freedom2k8
2017-06-05 03:38
has joined #hackathon

wupahen
2017-06-05 03:42
has joined #hackathon

bontons1
2017-06-05 03:42
has joined #hackathon

blakegao
2017-06-05 03:44
has joined #hackathon

ccomeon
2017-06-05 03:52
has joined #hackathon

hyy891005
2017-06-05 03:54
has joined #hackathon

haminkang
2017-06-05 03:57
has joined #hackathon

gary
2017-06-05 04:07
has joined #hackathon

amolpednekar
2017-06-05 04:11
has joined #hackathon

zhanbai456
2017-06-05 04:13
has joined #hackathon

nrempel.com
2017-06-05 04:16
has joined #hackathon

owntakur
2017-06-05 04:17
has joined #hackathon

xy1031xy
2017-06-05 04:18
has joined #hackathon

zhanghaoxiang
2017-06-05 04:24
has joined #hackathon

cxb123
2017-06-05 04:24
has joined #hackathon

amolpednekar
2017-06-05 04:27
Hey guys, tried to install status-dev-cli module via npm

amolpednekar
2017-06-05 04:27
Got these errors

seoinh
2017-06-05 04:39
has joined #hackathon

brittuf
2017-06-05 04:42
has joined #hackathon

zhuronghua13163234998
2017-06-05 04:45
has joined #hackathon

easin03132
2017-06-05 04:50
has joined #hackathon

cly66666666
2017-06-05 04:52
has joined #hackathon

lennon
2017-06-05 04:54
has joined #hackathon

wql
2017-06-05 04:54
has joined #hackathon

sususu302010
2017-06-05 04:55
has joined #hackathon

qwqwqw258369
2017-06-05 04:57
has joined #hackathon

jklfds123
2017-06-05 04:57
has joined #hackathon

blossomtree
2017-06-05 05:00
has joined #hackathon

changer_wang
2017-06-05 05:01
has joined #hackathon

tuanbitcoin
2017-06-05 05:01
has joined #hackathon

amolpednekar
2017-06-05 05:03
@benmorrow ^^

wang188
2017-06-05 05:05
has joined #hackathon

neil
2017-06-05 05:06
has joined #hackathon

wuxili2200331
2017-06-05 05:07
has joined #hackathon

hg2849
2017-06-05 05:09
has joined #hackathon

gnunes
2017-06-05 05:12
has joined #hackathon

cryptowanderer
2017-06-05 05:12
@amolpednekar that is an error with `npm` and your environment. Looks like ubuntu to me. However, we cannot debug screenshots, so not sure what you want here?

jesse_he
2017-06-05 05:13
has joined #hackathon

xiawei
2017-06-05 05:14
has joined #hackathon

tinwa
2017-06-05 05:15
has joined #hackathon

cryptowanderer
2017-06-05 05:15
I see you're using `nvm` and are running on a VM, so might be worth trying the command as `sudo`, let me know if that works

amolpednekar
2017-06-05 05:17
I tried on 3 diff systems, windows/virtualbox VM as well as full Ubuntu system, same errors on all 3

amolpednekar
2017-06-05 05:18
Does it require a specific node version?

amolpednekar
2017-06-05 05:19
I think the issue is here "npm ERR! mdns@2.3.3 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the mdns@2.3.3 install script 'node-gyp rebuild'."

cryptowanderer
2017-06-05 05:20
It shouldn't, have used a few different ones. This is the first time I have seen an error like that, let me try and reproduce and get back to you.

mjl-1023
2017-06-05 05:21
has joined #hackathon

cryptowanderer
2017-06-05 05:21
@amolpednekar if still on Ubuntu, you may want to try this: https://github.com/nfarina/homebridge/issues/667 `sudo apt-get install libavahi-compat-libdnssd-dev`

jarradhope
2017-06-05 05:21
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

spdz
2017-06-05 05:25
having a blast hacking away, getting farther along than yesterday. i am hitting a external api that returns json. is there a json parse or something in status.components that can parse and format it nicely to the status app frontend? {python developer here, but can read docs, just need to be pointed in the right direction}

chenfanglin
2017-06-05 05:26
has joined #hackathon

benmorrow
2017-06-05 05:28
spdz: Glad to hear about the progress! Hopefully someone here can help with the json parsing

wuchaonan888
2017-06-05 05:29
has joined #hackathon

amolpednekar
2017-06-05 05:32
@cryptowanderer No that doesn't work. I'm using Ubuntu 16.04

xzk5555566
2017-06-05 05:33
has joined #hackathon

spdz
2017-06-05 05:33
just wondering how to format the bots response if it is from a api.

luoruiyi
2017-06-05 05:34
has joined #hackathon

roman
2017-06-05 05:35
@spdz we don't have such functionality atm

spdz
2017-06-05 05:36
doh

roman
2017-06-05 05:38
could you please file the issues like this in status-react repo https://github.com/status-im/status-react/issues/1266 , this will help us to prioritise tasks and to figure how fast we can add this functionality

jarradhope
2017-06-05 05:38
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

spdz
2017-06-05 05:39
ah ok, will do.

lianxu
2017-06-05 05:43
has joined #hackathon

lcyxl2014314
2017-06-05 05:46
has joined #hackathon

lurrpis
2017-06-05 05:46
has joined #hackathon

cryptowanderer
2017-06-05 05:53
@amolpednekar I till think it is your environment. I cannot reproduce and no-one else has reported a persistent error like this.

ruofeng1992
2017-06-05 05:54
has joined #hackathon

stvmcg
2017-06-05 05:54
has joined #hackathon

isasftw
2017-06-05 06:01
@cryptowanderer Hey! Do you have any idea why Status wouldn't be loading external JS? It seems that both me and @wsaults are having this issue.

yun.sen
2017-06-05 06:02
has joined #hackathon

exape
2017-06-05 06:02
has joined #hackathon

cryptowanderer
2017-06-05 06:03
Some, but it's difficult to debug a general question like that. Have you put the `js` in it's own `dir` as it is in the tutorials. I had some issues when just putting the js files directly in the `public` dir for instance.

isasftw
2017-06-05 06:05
It's in the same folder as the HTML

icanfly
2017-06-05 06:07
has joined #hackathon

wwendy
2017-06-05 06:07
has joined #hackathon

isasftw
2017-06-05 06:07
I was just doing it the same way as the first DIY tutorial

luxuan
2017-06-05 06:07
has joined #hackathon

cryptowanderer
2017-06-05 06:07
Are you just doing the simply DIY stuff? In that case, the only reason the js wouldn't be accessible is if you are using the wrong IPs (or have used `localhost` without `adb reverse`)

balexand
2017-06-05 06:08
has joined #hackathon

isasftw
2017-06-05 06:08
The IP is fine, Status is running in an emulator

newbing
2017-06-05 06:08
has joined #hackathon

cryptowanderer
2017-06-05 06:08
please place here the output of `status-dev-cli scan`

isasftw
2017-06-05 06:09
The thing is, if i connect to the http-server's IP on my computer, the JS loads up fine, but on Status, only the HTML and CSS load, not the JS

cryptowanderer
2017-06-05 06:10
and you've switched your emulator to bridging mode etc?

isasftw
2017-06-05 06:10
yes

isasftw
2017-06-05 06:10
as i said, there is nothing wrong with the connection, because everything else loads up fine. Only external JS is having problems

isasftw
2017-06-05 06:11
The JS works fine if i put it in script tags, but if it's in it's own app.js, it doesn't

roman
2017-06-05 06:13
what do you specify in `src` prop of `script`?

isasftw
2017-06-05 06:13
just app.js

isasftw
2017-06-05 06:13
like in the tutorial.

isasftw
2017-06-05 06:14
First i thought the problem was just with web3, but then i realized even regular JS didn't work if it's in that file.

cookier
2017-06-05 06:14
has joined #hackathon

roman
2017-06-05 06:15
hm, could you please specify absolute path there just for experiment? I mean `src=server_address/app.js`

cd_coder
2017-06-05 06:15
has joined #hackathon

isasftw
2017-06-05 06:16
ok

qing
2017-06-05 06:16
has joined #hackathon

sagar
2017-06-05 06:23
has joined #hackathon

junjun2017
2017-06-05 06:23
has joined #hackathon

isasftw
2017-06-05 06:25
@roman Nope. Having the absolute path doesn't make a difference

isasftw
2017-06-05 06:25
I'm going to try a newer nightly

80764487
2017-06-05 06:27
has joined #hackathon

amolpednekar
2017-06-05 06:27
@cryptowanderer https://www.npmjs.com/package/status-dev-cli states "watchman" as a requirement. Could that be causing a problem?

jarradhope
2017-06-05 06:27
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

duo
2017-06-05 06:28
has joined #hackathon

cryptowanderer
2017-06-05 06:28
@amolpednekar yeah, could be. Do you wanna try installing that and let me know? Sorry, still not able to reproduce and have run it on a few diff machines now

2xiwong
2017-06-05 06:30
has joined #hackathon

cryptowanderer
2017-06-05 06:31
@isasftw just tried it with build from http://test.status.im and status-dev-cli 3.2.8 and JS is loading fine?

isasftw
2017-06-05 06:31
Okay.. I'll try that build then


yeah8749
2017-06-05 06:32
has joined #hackathon

isasftw
2017-06-05 06:32
I was running `im.status.ethereum-6f6849.apk`

amolpednekar
2017-06-05 06:34
Nah, watchman doesnt (and logically, shouldnt) fix the issue.

isasftw
2017-06-05 06:34
Oh yeah, i can't download it off google play on the emulator

cryptowanderer
2017-06-05 06:34
just click the file and drag it into the emulator

daerwen
2017-06-05 06:35
has joined #hackathon

isasftw
2017-06-05 06:35
The one you linked? Because that is the one i was already using

syuan100
2017-06-05 06:36
has joined #hackathon

amogh_kt
2017-06-05 06:36
has joined #hackathon

appop
2017-06-05 06:37
has joined #hackathon

benmorrow
2017-06-05 06:41
Be sure to update your GitHub Issue RSVP. The Status team is actively looking for promising projects. We're more inclined to help when we can see what you're up to. Show your strength by writing a solid description about what you're building and make sure you have your teammates' details filled in :slightly_smiling_face:

benmorrow
2017-06-05 06:41
@benmorrow pinned a message to this channel.

samsmith
2017-06-05 06:42
has joined #hackathon

2nd_chick
2017-06-05 06:42
has joined #hackathon

younglee
2017-06-05 06:44
has joined #hackathon

tei
2017-06-05 06:47
has joined #hackathon

skjf56fwe5fwe6
2017-06-05 06:51
has joined #hackathon

wanyewei
2017-06-05 06:55
has joined #hackathon

alon
2017-06-05 06:56
benmorrow: Done :smile: Tell me what you think

wangfei
2017-06-05 07:01
has joined #hackathon

burned
2017-06-05 07:01
has joined #hackathon

deejay_klem
2017-06-05 07:03
has joined #hackathon

neimad01
2017-06-05 07:08
has joined #hackathon

qwertyuiop000
2017-06-05 07:11
has joined #hackathon

ice
2017-06-05 07:21
has joined #hackathon

hangbale
2017-06-05 07:24
has joined #hackathon

tyrone
2017-06-05 07:27
has joined #hackathon

wasisi
2017-06-05 07:27
has joined #hackathon

amolpednekar
2017-06-05 07:32
@cryptowanderer Switched from node v7.7.0 to v6.10.0, and it works! :slightly_smiling_face: (@ npm i -g status-dev-cli )

zs1363665
2017-06-05 07:34
has joined #hackathon

itazura
2017-06-05 07:40
has joined #hackathon

yeyingxia
2017-06-05 07:44
has joined #hackathon

zimujiemeng
2017-06-05 07:45
has joined #hackathon

freak123
2017-06-05 07:48
has joined #hackathon

yytt19
2017-06-05 07:58
has joined #hackathon

zhuo
2017-06-05 08:00
has joined #hackathon

yujiawenwu
2017-06-05 08:02
has joined #hackathon

makoto
2017-06-05 08:07
Does anyone know if it's possible for one command to call another command?

makoto
2017-06-05 08:08
For example, I want to create a command that calls `@browse`

cryptowanderer
2017-06-05 08:08
amolpednekar: really, really great work, thanks for bearing with us there. Will make a note of this for future!

andrey
2017-06-05 08:08
you can set this command in the input field

andrey
2017-06-05 08:09
hm

benzai
2017-06-05 08:09
has joined #hackathon

andrey
2017-06-05 08:10
`status.components.dispatch([status.events.SET_VALUE, entry])}`

andrey
2017-06-05 08:10
but you can do it on action in suggestions

liu
2017-06-05 08:13
has joined #hackathon

jason_hudne
2017-06-05 08:14
has joined #hackathon

markpolo
2017-06-05 08:15
has joined #hackathon

jiegege
2017-06-05 08:16
has joined #hackathon

marccn
2017-06-05 08:17
has joined #hackathon

liujiakun
2017-06-05 08:18
has joined #hackathon

wilsonhuang
2017-06-05 08:19
has joined #hackathon

makoto
2017-06-05 08:19
@andrey does `status.components.dispatch([status.events.SET_VALUE, entry])}` dispatch browse event or something?

andrey
2017-06-05 08:21
no it sets value in the input field, so for browse it will be `status.components.dispatch([status.events.SET_VALUE, "@browse"])}`

makoto
2017-06-05 08:22
How do I pass the url argument?

andrey
2017-06-05 08:22
`status.components.dispatch([status.events.SET_VALUE, "@browse url"])}`

makoto
2017-06-05 08:22
oh, that's it.

makoto
2017-06-05 08:23
Can I do the same thing using `SET_COMMAND_ARGUMENT` as well?

zhf9916888
2017-06-05 08:24
has joined #hackathon

andrey
2017-06-05 08:24
yes , but in this case you can change one argument for your command

andrey
2017-06-05 08:24
you cant change command

yepster
2017-06-05 08:26
amolpednekar: not sure if you have fixed this yet but this should help.


burgi
2017-06-05 08:26
has joined #hackathon

jarradhope
2017-06-05 08:26
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

amolpednekar
2017-06-05 08:27
Yeah, had done this, still wasnt working. Changing node version from v7.7.0 to v6.10.0 worked. Strange. :thinking_face:

makoto
2017-06-05 08:32
@andrey so I made command like this ```status.command({ name: "google_or_yahoo", title: 'TITLE', description: 'DESCRIPTION', params: [{ name: "option", type: status.types.TEXT, placeholder: "either type Google or Yahoo" }], onSend: function(){ if (params.option == 'Google') { url = 'http://www.google.com' }else{ url = 'http://www.yahoo.com' } var new_command = '@browse ' + url; return status.components.dispatch([status.events.SET_VALUE, new_command]); } }); ```

jarradhope
2017-06-05 08:32
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

charlespyo
2017-06-05 08:33
has joined #hackathon

makoto
2017-06-05 08:34
On send, it just returns what I typed (which was Google) but does nothing

yepster
2017-06-05 08:36
that is strange indeed.

andrey
2017-06-05 08:37
as i mentioned before you can do it only on action in suggestion. you can't just return this dispatch, because it's should be in markup, but i understand your idea and i'll see how we can do this

skyfans
2017-06-05 08:37
has joined #hackathon

alwx
2017-06-05 08:39
@makoto you can check the `/debug` command implementation


alwx
2017-06-05 08:40
the only difference is you need to return the markup with webview instead

alwx
2017-06-05 08:41
or


czl30956
2017-06-05 08:41
has joined #hackathon

alwx
2017-06-05 08:41
take a look at `browse` command implementation

andrey
2017-06-05 08:41
oh ok, he can use his own webview and don't use browse command

johnnym
2017-06-05 08:41
has joined #hackathon

alwx
2017-06-05 08:42
most probably you just need to return this instead: ``` return { title: "Browser", dynamicTitle: true, singleLineInput: true, actions: [ { type: status.actions.WEB_VIEW_BACK }, { type: status.actions.WEB_VIEW_FORWARD }, { type: status.actions.FULLSCREEN }, ], markup: status.components.bridgedWebView("http://google.com/") };```

makoto
2017-06-05 08:43
@alwx Can I pass function to the `markup` so I can create url based on user's input?

alwx
2017-06-05 08:44
``` status.command({ name: "google_or_yahoo", title: 'TITLE', description: 'DESCRIPTION', params: [{ name: "option", type: status.types.TEXT, placeholder: "either type Google or Yahoo" }], onSend: function(){ if (params.option == 'Google') { url = 'http://www.google.com' }else{ url = 'http://www.yahoo.com' } return { markup: status.components.bridgedWebView(url) }; } }); ```

alwx
2017-06-05 08:44
you can try something like that

makoto
2017-06-05 08:44
ah, is that it.

makoto
2017-06-05 08:44
Let me try

alwx
2017-06-05 08:45
by the way there is another mistake in your code

alwx
2017-06-05 08:45
you're trying to access `params.option`, but you can't because there is no `params` map in your `onSend` function

gqh0206
2017-06-05 08:46
has joined #hackathon

alwx
2017-06-05 08:46
just change `onSend: function(){` to `onSend: function(params){`

mikeli
2017-06-05 08:47
has joined #hackathon

makoto
2017-06-05 08:49
@alwx Boom! working. Then now how do I send markup info so that I can open in full screen, not half screen?

cockycat
2017-06-05 08:49
has joined #hackathon

alwx
2017-06-05 08:51
you cannot open it automatically by default.

alwx
2017-06-05 08:51
but you can include button that will expand the area


alwx
2017-06-05 08:53
you need to return `actions` together with `markup`, and your `actions` should contain `status.actions.FULLSCREEN`

595926716
2017-06-05 08:53
has joined #hackathon

makoto
2017-06-05 08:56
ummm, Just tried but it was not quite full screen

makoto
2017-06-05 08:58
Though I can see back and forward button.

lesliechong
2017-06-05 08:59
has joined #hackathon

alwx
2017-06-05 08:59
@makoto ``` return { title: "Browser", dynamicTitle: true, singleLineInput: true, actions: [ { type: status.actions.FULLSCREEN } ], markup: status.components.bridgedWebView("http://google.com/") }; ```

phantomk
2017-06-05 09:01
has joined #hackathon

moxian
2017-06-05 09:01
has joined #hackathon

makoto
2017-06-05 09:05
And this is my full command ```status.command({ name: "google_or_yahoo", title: 'TITLE', description: 'DESCRIPTION', params: [{ name: "option", type: status.types.TEXT, placeholder: "either type G or Y" }], onSend: function(params){ console.log('***', params); if (params.option == 'g') { url = 'http://www.google.com' }else{ url = 'http://www.yahoo.com' } return { title: "Browser", dynamicTitle: true, singleLineInput: true, actions: [ { type: status.actions.FULLSCREEN } ], markup: status.components.bridgedWebView("http://google.com/") }; } }); ```

jarradhope
2017-06-05 09:05
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

gurk
2017-06-05 09:05
has joined #hackathon

andrey
2017-06-05 09:05
yes you have fill screen button, and you should click this button to open fullscreen mode

jan_detlefsen
2017-06-05 09:06
has joined #hackathon

makoto
2017-06-05 09:07
I know . I had to put `fullscreen: true,`

iamkhush
2017-06-05 09:08
Hey all , When I open truffle-box-status on my real device , it opens up @browse http://localhost:3000. Maybe since it doesnt understand localhost hence the page doesnt open and it says "oops, error". ? Am I correct in my understanding?

jarradhope
2017-06-05 09:08
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

makoto
2017-06-05 09:09
@andrey @alwx here is the final working version. Thanks so much for your help!! ```status.command({ name: "google_or_yahoo", title: 'TITLE', description: 'DESCRIPTION', fullscreen: true, params: [{ name: "option", type: status.types.TEXT, placeholder: "either type G or Y" }], onSend: function(params){ console.log('***', params); if (params.option == 'g') { url = 'http://www.google.com' }else{ url = 'http://www.yahoo.com' } return { title: "Browser", dynamicTitle: true, singleLineInput: true, actions: [ { type: status.actions.FULLSCREEN } ], markup: status.components.bridgedWebView("http://google.com/") }; } }); ```

jarradhope
2017-06-05 09:09
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

andrey
2017-06-05 09:09
unfortunately `fullscreen` is not implemented

makoto
2017-06-05 09:09
ummm, that was one line change that made the difference though.

andrey
2017-06-05 09:09
hm

andrey
2017-06-05 09:09
thank you @makoto i'll look

makoto
2017-06-05 09:09
also it's specified in the `@browse` command

andrey
2017-06-05 09:10
but browser still opens only half?

attitude
2017-06-05 09:10
has joined #hackathon

andrey
2017-06-05 09:10
by default

makoto
2017-06-05 09:10
`@browse` command opens in full screen.

jarradhope
2017-06-05 09:10
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-05 09:10
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

makoto
2017-06-05 09:11
doh, @jarradhope bot is getting aggressive. I cannot even send github url

makoto
2017-06-05 09:12
I think he mistakes commit sha as ETH address :disappointed:

deodatus
2017-06-05 09:17
The bot needs proper regex to differentiate them lol

joe.yz
2017-06-05 09:17
has joined #hackathon

legogris
2017-06-05 09:17
I am unable to get my webpack bundle to run for my app. Is there any particularity with Otto that complicates this? Is there any way of getting the output of the js console for an app to debug?

juanhoo
2017-06-05 09:18
has joined #hackathon

shenjuncheng
2017-06-05 09:18
has joined #hackathon

helsin
2017-06-05 09:18
has joined #hackathon

yaronvel
2017-06-05 09:19
has joined #hackathon

legogris
2017-06-05 09:19
Running `node bot.js` executes the code. Pointing my bot to a file containing only the contents of the modules works. This does not.

yaronvel
2017-06-05 09:20
does status has a package similar to ethereumjs-tx that works with react native?

andrey
2017-06-05 09:21
hi @legogris we're working on debug finctionality

albert
2017-06-05 09:21
has joined #hackathon

soeasy
2017-06-05 09:22
has joined #hackathon

legogris
2017-06-05 09:22
@andrey : Cool. Any advice on my module above? Should we just give up using webpack for bots? My messages are stuck in "Sending" in the Status client.

vivian
2017-06-05 09:26
has joined #hackathon

andrey
2017-06-05 09:29
@legogris what profit do you get from using webpack for bots? But I think that yes there are no guarantees that it will work in Otto

soeasy
2017-06-05 09:30
??

legogris
2017-06-05 09:31
@andrey : Babel, familiar toolchain, ES6 to ES5, etc. The code I posted above is a very minimal example just wrapping and executing a hello world bot and contains no fancy stuff that should break.

ali
2017-06-05 09:33
has joined #hackathon

keigood333
2017-06-05 09:34
has joined #hackathon


gaspard
2017-06-05 09:39
has joined #hackathon

alwx
2017-06-05 09:42
I think it's possible to use webpack for bots, but I haven't tried it. @legogris am I right that this code somehow works, and you're able to send this ?Hey, man!? message, but you see ?Sending? status all the time?

tonyhughesdesign
2017-06-05 09:46
has joined #hackathon

jose
2017-06-05 09:48
has joined #hackathon

bobby
2017-06-05 09:50
has joined #hackathon

jianyaqing
2017-06-05 09:53
has joined #hackathon

ashoka
2017-06-05 09:54
has joined #hackathon

legogris
2017-06-05 09:55
@alwx: I get nothing.

legogris
2017-06-05 09:55
So the entry point doesn't seem to be reached for some reason

caballus
2017-06-05 10:06
has joined #hackathon

kakayyyy
2017-06-05 10:08
has joined #hackathon

aoove
2017-06-05 10:21
has joined #hackathon

iamkhush
2017-06-05 10:26
@alwx the last message always has "Sending" status.

alwx
2017-06-05 10:31
@legogris it's difficult for me to find any reason now, but I can try to check your repo and help you somehow

legogris
2017-06-05 10:33
@alwx I just left my repo unpushed on another laptop. But if you take the normal bot example from the docs and pop in this as bot.js it should be the same thing for this purpose.

stephen_c
2017-06-05 10:33
has joined #hackathon

alwx
2017-06-05 10:34
@iamkhush probably it's a bug. would be nice if you add it to our tracker: https://github.com/status-im/status-react/issues

cryptobr
2017-06-05 10:36
has joined #hackathon

vikas
2017-06-05 10:37
has joined #hackathon

legogris
2017-06-05 10:41
@alwx : Is it possible that the bot environment doesn't support .call?

stanhangzhou
2017-06-05 10:49
has joined #hackathon

alwx
2017-06-05 10:50
.call was initially implemented in Javascript 1.3, so it should work. I will check your code in 10-15 minutes

rickdangerous
2017-06-05 10:59
has joined #hackathon

tancy
2017-06-05 11:05
has joined #hackathon

475869zlp
2017-06-05 11:14
has joined #hackathon

w531t4
2017-06-05 11:14
has joined #hackathon

hertz
2017-06-05 11:15
has joined #hackathon

markxu
2017-06-05 11:20
has joined #hackathon

alwx
2017-06-05 11:32
@legogris what doesn?t work is `const`

alwx
2017-06-05 11:32
just replace it with `var` and everything will be fine

sirlemuel
2017-06-05 11:32
has joined #hackathon

joaquin
2017-06-05 11:33
what is the most recommended way to deal with float point numbers and GPS positions on a contract?

alwx
2017-06-05 11:34
the complete updated code for @legogris


cryptowanderer
2017-06-05 11:38
not possible in Solidity - you will need to think of another way of handling that... Why do you want it in the actual contract?

naz
2017-06-05 11:39
has joined #hackathon

joaquin
2017-06-05 11:44
just to check if some GPS data satifies some property

nichnachnoch
2017-06-05 11:44
has joined #hackathon

bitandrew
2017-06-05 11:47
has joined #hackathon

zenghefeng_status
2017-06-05 11:48
has joined #hackathon

atiszko
2017-06-05 11:49
has joined #hackathon

xizhen
2017-06-05 11:49
has joined #hackathon

ziranmei2017
2017-06-05 11:53
has joined #hackathon

cryptowanderer
2017-06-05 11:59
@joaquin just treat it like a very large number and have a decimal offset, thats how our ERC20 token works...

philosopher
2017-06-05 12:00
has joined #hackathon

joaquin
2017-06-05 12:00
ok will do, thanks

mnokey2017
2017-06-05 12:01
has joined #hackathon

imtoken1913
2017-06-05 12:05
has joined #hackathon

jarradhope
2017-06-05 12:06
@joaquin you might be interested in geohashing https://en.wikipedia.org/wiki/Geohash

dengfuxi
2017-06-05 12:07
has joined #hackathon

rince
2017-06-05 12:08
has joined #hackathon

joaquin
2017-06-05 12:10
thanks, will see at it

keonwoo
2017-06-05 12:27
has joined #hackathon

jasoons
2017-06-05 12:49
gregj: Any luck here? I'm also trying to work out what is possible from within the webview.

ljh18794591765
2017-06-05 12:51
has joined #hackathon

fbasby
2017-06-05 12:53
has joined #hackathon

zwieback
2017-06-05 12:55
has joined #hackathon

wangxu885
2017-06-05 12:56
has joined #hackathon

yeti
2017-06-05 13:07
has joined #hackathon

nod3
2017-06-05 13:13
has joined #hackathon

hedo444
2017-06-05 13:14
has joined #hackathon

dolgea
2017-06-05 13:16
has joined #hackathon

ronnie
2017-06-05 13:18
has joined #hackathon

mickey
2017-06-05 13:22
has joined #hackathon

cibelix
2017-06-05 13:31
has joined #hackathon

xiangbin1997
2017-06-05 13:35
has joined #hackathon

pixel
2017-06-05 13:35
hey everyone, I have a command which returns a message (this works) but I also want the user to be able to click on it to do something again (same for the "Click here to set your password") code from the Console. I can't seem to find any example code in the /bots/ in the github repo for that though.

m1gu3l
2017-06-05 13:39
has joined #hackathon

multiplemultiple
2017-06-05 13:40
has joined #hackathon

pixel
2017-06-05 13:46
Or the same for "Tap here to enter your phone number"

pixel
2017-06-05 13:46
something like that

andrey
2017-06-05 13:47
hi @pixel you can return markup with the label and onPress handler

pixel
2017-06-05 13:47
@andrey can I return some response with an onPress handler though? Maybe after the command with markup?

pixel
2017-06-05 13:48
I see the onboarding process you've created at Status is in Closure yeah

andrey
2017-06-05 13:48
sorry, typo, you can

pixel
2017-06-05 13:48
ah, so just attach an onPress in my response?

andrey
2017-06-05 13:49
can you share this part of your code?

pixel
2017-06-05 13:50
err it's quite some code

luson
2017-06-05 13:50
has joined #hackathon

pixel
2017-06-05 13:50
but I see in demo_bot some example

pixel
2017-06-05 13:50
like

andrey
2017-06-05 13:50
```status.command({ name: "hello", title: "HelloBot", description: "Helps you say hello", color: "#CCCCCC", preview: function (params) { var text = status.components.text( { style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, fontFamily: "font", color: "black" } }, "Hello from the other side!"); return {markup: status.components.touchable( {onPress: status.components.dispatch([status.events.SET_VALUE, "TEST VALUE"])}, status.components.view({}, [text])}; } });````

pixel
2017-06-05 13:50
``` ['touchable', {onPress: ['dispatch', ["set-value-from-db", "roundedValue"]]}, ["view", {}, ["text", {}, "Set value"]] ],```

serfgy
2017-06-05 13:50
has joined #hackathon

pixel
2017-06-05 13:51
aye, alright

pixel
2017-06-05 13:51
and can you also dispatch an action to show the text input again?

markm
2017-06-05 13:51
has joined #hackathon

andrey
2017-06-05 13:52
show the text input again? what does it mean?

pixel
2017-06-05 13:52
errr

trumhoo
2017-06-05 13:52
has joined #hackathon

pixel
2017-06-05 13:52
basically, click on that touchable, focus the text input where a user has to perform another action

pixel
2017-06-05 13:52
sorry, "show", bad english

pixel
2017-06-05 13:53
I meant focus

andrey
2017-06-05 13:54
maybe SET_VALUE focus input

uzhang
2017-06-05 13:54
has joined #hackathon

pixel
2017-06-05 13:54
alright, I'll play around with it

pixel
2017-06-05 13:54
thanks @andrey !

adgerv
2017-06-05 13:55
has joined #hackathon

isasftw
2017-06-05 13:55
Hi. In the rules it says i should make a pull request by the pencils down event

isasftw
2017-06-05 13:55
Where do i make that to?

jefflau
2017-06-05 13:55
Is it possible to get a console.log of values or some kind of debugger in the status app?

isasftw
2017-06-05 13:55
To my own repo, or somewhere else?

andrey
2017-06-05 13:55
hi @jefflau we are working on this

liangjianhua
2017-06-05 14:00
has joined #hackathon

xiaotiancai
2017-06-05 14:01
has joined #hackathon

oneoneoneone
2017-06-05 14:01
has joined #hackathon

litao
2017-06-05 14:02
has joined #hackathon

isasftw
2017-06-05 14:05
@andrey Hey! Still having problems with the JS

stratis
2017-06-05 14:05
has joined #hackathon

isasftw
2017-06-05 14:05
Got any other ideas?

andrey
2017-06-05 14:06
hi @isasftw ,please tell me steps you are doing , i'll try to help

ddeeedddeee
2017-06-05 14:09
has joined #hackathon

yungho520
2017-06-05 14:09
has joined #hackathon

isasftw
2017-06-05 14:11
@andrey What steps do you need? I have the default code from the tutorial, and it just doesn't run

isasftw
2017-06-05 14:13
Oh... It just started working when i cleared the entire file and pasted in again

isasftw
2017-06-05 14:13
I wonder what was wrong with it

andrey
2017-06-05 14:13
hm

andrey
2017-06-05 14:13
weird

isasftw
2017-06-05 14:14
Someone else was having the same problem yesterday, too.

andrey
2017-06-05 14:18
@isasftw are you using `watch` command?

isasftw
2017-06-05 14:18
no

isasftw
2017-06-05 14:18
and i don't have watchman either :stuck_out_tongue:

andrey
2017-06-05 14:20
how do you refresh your bot.js then?

the1arty
2017-06-05 14:21
has joined #hackathon

vtiwari
2017-06-05 14:21
has joined #hackathon

basic
2017-06-05 14:22
has joined #hackathon

icelas
2017-06-05 14:23
has joined #hackathon

cali
2017-06-05 14:24
has joined #hackathon

isasftw
2017-06-05 14:25
@andrey I don't have a bot.js

isasftw
2017-06-05 14:26
I'm planning on adding one, but for now i'm just building a front end

edisney
2017-06-05 14:26
@edisney has left the channel

trasterta
2017-06-05 14:26
@trasterta has left the channel

andrey
2017-06-05 14:26
so js didn't work in your dApp?

victor
2017-06-05 14:26
@victor has left the channel

andrey
2017-06-05 14:26
it's just webview so it should just work same as in browser

isasftw
2017-06-05 14:27
Yeah.

isasftw
2017-06-05 14:27
It worked fine in my browser, but not in status

isasftw
2017-06-05 14:27
now it just magically started working

vianneliu
2017-06-05 14:28
has joined #hackathon

lyk
2017-06-05 14:30
has joined #hackathon

xiejz
2017-06-05 14:35
has joined #hackathon

isasftw
2017-06-05 14:35
@andrey it seems that the html file picker doesn't work in status

isasftw
2017-06-05 14:35
Android's pick file dialog doesn't open

samir1402
2017-06-05 14:38
has joined #hackathon

colork
2017-06-05 14:39
has joined #hackathon

outeigun
2017-06-05 14:40
has joined #hackathon

jefflau
2017-06-05 14:43
How do I do an asynchronous request and then return the result object in a `status.command` preview function?

jesusmaldonado
2017-06-05 14:43
has joined #hackathon

jefflau
2017-06-05 14:44
Anyone have an async examples I can have a look at?

makoto
2017-06-05 14:49
jefflau: for bot or dapp? If you are coding bot, forget what you have learnt about js for the past 5 years and code it like 2012

alwx
2017-06-05 14:49
unfortunately, it's not possible in the current version of API

xiaoqian
2017-06-05 14:50
has joined #hackathon

jefflau
2017-06-05 14:50
@alwx Can i run an async request and then have the bot send a msg?

jefflau
2017-06-05 14:50
after the result is back

jefflau
2017-06-05 14:50
is that possible?

jefflau
2017-06-05 14:51
I didn't know how to code in 2012!

nt
2017-06-05 14:51
has joined #hackathon

jefflau
2017-06-05 14:51
and yeah for chat bot

makoto
2017-06-05 14:52
That's about the time d3.js came out

jefflau
2017-06-05 14:52
hahaha

makoto
2017-06-05 14:52
And backbone.js was still popular

makoto
2017-06-05 14:53
Maybe coffeescript as well?

alwx
2017-06-05 14:53
@jefflau sendMessage function is implemented, but not yet merged. https://github.com/status-im/status-react/pull/1272

alwx
2017-06-05 14:54
If you want to experiment with it, you can pull the changes and try it

jefflau
2017-06-05 14:54
I'm using the testflight version right now, i'd have to build it myself then and use the emulator?

jefflau
2017-06-05 14:55
I can use callbacks, it doesn't matter but i need to be able to update the state asynchronously and have the bot send a msg

alwx
2017-06-05 14:56
you're right. unfortunately, there is no other way right now

jefflau
2017-06-05 14:57
okay so the workaround would be to use all synchronous request and block the UI?

makoto
2017-06-05 14:57
@alwx your earlier suggestion of launching webview had some problem, so I am switching to use suggestions. How do you take input from suggestions? The list of React Native components do not seem to have `TextInput` https://github.com/status-im/status-react/blob/develop/resources/status.js#L199

jarradhope
2017-06-05 14:57
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

clelia
2017-06-05 14:59
has joined #hackathon

alon
2017-06-05 15:02
Hey can anyone help me with starting up the app in GenieMotion?

alon
2017-06-05 15:02
I have done `switch-node` with my MachineIP and DeviceIP

alon
2017-06-05 15:02
I set `npm run start` to use my DeviceIP

alon
2017-06-05 15:02
Still can't see it in Chats

alwx
2017-06-05 15:03
do you use Truffle?

cryptowanderer
2017-06-05 15:03
And have you set your emulator to bridging mode?

alwx
2017-06-05 15:05
makoto: ok, just a couple of minutes

alwx
2017-06-05 15:06

alwx
2017-06-05 15:08
it uses `phoneSuggestions` function, and there is a nice example of accessing `params.phone` value

johnsinclair
2017-06-05 15:10
has joined #hackathon

alon
2017-06-05 15:10
Bridging mode should be set to my wife adapter?

alon
2017-06-05 15:10
Using truffle

nash
2017-06-05 15:10
has joined #hackathon

makoto
2017-06-05 15:12
But phone number only let you pick numbers, not asking users to type numbers

yanming
2017-06-05 15:13
has joined #hackathon

james.adams
2017-06-05 15:13
has joined #hackathon

yanqinlin
2017-06-05 15:13
has joined #hackathon

khang
2017-06-05 15:13
has joined #hackathon

makoto
2017-06-05 15:14
What I would like to do is ask user to type eth address, then convert into `@browser http://example.com/hello?account=$address`

jarradhope
2017-06-05 15:14
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

wuyan
2017-06-05 15:14
has joined #hackathon

joe
2017-06-05 15:14
has joined #hackathon

alwx
2017-06-05 15:16
so why do you want to use suggestions?

legogris
2017-06-05 15:16
@alwx : D'oh, thanks :slightly_smiling_face:

alwx
2017-06-05 15:17
@alon detailed instructions are here: http://docs.status.im/#networking-and-debugging

alwx
2017-06-05 15:17
3. Switch to network bridge mode (in settings of virtual device)

longan
2017-06-05 15:17
has joined #hackathon

alwx
2017-06-05 15:19
I don't really understand what are you going to do, but try searching for the current input value in `params` map ? it should be there

alwx
2017-06-05 15:20
``` suggestions: function(params) { /* check params here */ } ```

makoto
2017-06-05 15:20
Initially I was calling `status.components.bridgedWebView`. That opens up my dapp in new window but for some reason, it does not seem to get web3 event.

makoto
2017-06-05 15:21
If I `@browse` directly or use it via suggestion it does work.

zemoer
2017-06-05 15:21
has joined #hackathon

giltus
2017-06-05 15:21
has joined #hackathon

alwx
2017-06-05 15:21
show me the code you use

alon
2017-06-05 15:22
@alwx Yea I know I am following that

andrey
2017-06-05 15:23

makoto
2017-06-05 15:23
you mean the dapp page or bot command?

andrey
2017-06-05 15:23
@andrey pinned a message to this channel.

isasftw
2017-06-05 15:23
huh.. now status isn't loading my css on one html file, but on the other it works fine

isasftw
2017-06-05 15:23
And all of the CSS works fine on the PC

alwx
2017-06-05 15:24
maybe it happens because of caching?)

alwx
2017-06-05 15:24
bot command

isasftw
2017-06-05 15:24
Could be

isasftw
2017-06-05 15:25
but i had a similar problem earlier with js, and i don't even know how i got it to go away

alwx
2017-06-05 15:25
looks like you're trying to mimic our `@browse` command, right?

joeun2260
2017-06-05 15:25
has joined #hackathon


isasftw
2017-06-05 15:26
But even then reinstalling, restarting my emulator and refreshing the window didn't help

alwx
2017-06-05 15:26
try to inspect it in Chrome debugger

qingchen
2017-06-05 15:26
has joined #hackathon

alwx
2017-06-05 15:27
switch to ?Network? tab and tick ?Disable cache?

isasftw
2017-06-05 15:27
The CSS works fine on my computer, the problem is only on status

makoto
2017-06-05 15:27
Ah, I know why the earlier version was not working.

isasftw
2017-06-05 15:27
How do i clear it on there?

makoto
2017-06-05 15:28
the command was taking `params.address` but I was passing as `params.account`. I could not see the full url string so params.account was null

alwx
2017-06-05 15:30
you should be able to attach Chrome debugger to your dapp


chenxiaohong
2017-06-05 15:30
has joined #hackathon

alwx
2017-06-05 15:30
Chrome allows you to debug web content on remote devices

alwx
2017-06-05 15:31
it's easy enough if you use Genymotion

alwx
2017-06-05 15:32
ok

alwx
2017-06-05 15:32
is everything fine now?

chen
2017-06-05 15:33
has joined #hackathon

manne
2017-06-05 15:35
has joined #hackathon

isasftw
2017-06-05 15:38
Huh, forcing it to reload from remote devtools made it work

alwx
2017-06-05 15:38
cool

isasftw
2017-06-05 15:38
Thanks @alwx :slightly_smiling_face:

exitohappy
2017-06-05 15:40
has joined #hackathon

xiave
2017-06-05 15:41
has joined #hackathon

sasu
2017-06-05 15:41
has joined #hackathon

ejleone
2017-06-05 15:42
has joined #hackathon

makoto
2017-06-05 15:43
I have one more question. In the `@browse` command, `browse` function takes `params` and `context` but `context` is not used inside the function at all. Can I pass some values to `context` by myself or is `context` only used to put some environmental info such as user's account and device info?

alwx
2017-06-05 15:44
it's just for some environmental info, right

max_wang
2017-06-05 15:46
has joined #hackathon

makoto
2017-06-05 15:48
Would it be possible to pass either command name to `onSend` handler ? I am trying to make the `onSend` handler reusable across multiple command so that the handler takes command name as a second or third argument.

makoto
2017-06-05 15:48
If that's not possilble, I want to pass extra info into params like a hidden field.

alwx
2017-06-05 15:49
you can create a function that returns another function

makoto
2017-06-05 15:49
but `status.types` does not seem to have any hidden field a s a type.

alwx
2017-06-05 15:51
yeah, the functionality you're talking about is not yet merged, but available here: https://github.com/status-im/status-react/pull/1227 (it will be merged soon)

ck7643
2017-06-05 15:51
has joined #hackathon

mjlit
2017-06-05 15:52
has joined #hackathon

alwx
2017-06-05 15:53
you can also try using localStorage

makoto
2017-06-05 15:53
Doesn't localStorage use web3.db which does not exist?

bhaal
2017-06-05 15:54
has joined #hackathon

makoto
2017-06-05 15:54
I thought localStorage is not usable.

bhaal
2017-06-05 15:56
@bhaal has left the channel

alwx
2017-06-05 15:56
it will be available in the next nightly, because it was merged about two hours ago :slightly_smiling_face: https://github.com/status-im/status-react/pull/1271 but if you want to try it now, you can build Status.

alwx
2017-06-05 15:56
but

alwx
2017-06-05 15:57
> I am trying to make the `onSend` handler reusable across multiple command so that the handler takes command name as a second or third argument. if this is the goal, you can just try to create a function which ?generates? another function and returns it

dc_talkz
2017-06-05 15:58
has joined #hackathon

alwx
2017-06-05 15:59
like ``` function getOnSendHandler(commandName) { return function(params) { ... }; } /* in your command: */ ... onSend: getOnSendHandler("command1"), ... ```

lao66666
2017-06-05 16:00
has joined #hackathon

richardzhou
2017-06-05 16:10
has joined #hackathon

benmorrow
2017-06-05 16:19

tiux
2017-06-05 16:25
has joined #hackathon

isasftw
2017-06-05 16:30
Btw, why aren't file upload inputs working in the status browser?

mundy35
2017-06-05 16:33
has joined #hackathon

olivier
2017-06-05 16:33
has joined #hackathon

isasftw
2017-06-05 16:34

apfeldirektsaft
2017-06-05 16:36
has joined #hackathon

rb1
2017-06-05 16:43
has joined #hackathon

isasftw
2017-06-05 16:50
@andrey Why don't file upload inputs work?

alwx
2017-06-05 16:51
what?s happening instead?

andrey
2017-06-05 16:52
@isasftw ios or android?


ameerrosic
2017-06-05 16:52
has joined #hackathon

bobby
2017-06-05 16:55
can noobies still join the hackathon until judgement day or are entrants closed?

isasftw
2017-06-05 16:56
@andrey Android

isasftw
2017-06-05 16:56
@bobby Yes, entries are still open

sargenarjun
2017-06-05 16:57
has joined #hackathon

bobby
2017-06-05 16:57
great! planning to dive in later tonight

benmorrow
2017-06-05 16:57
Make sure you submit your GitHub Issue RSVP now

bobby
2017-06-05 16:58
ok

isasftw
2017-06-05 16:59
@andrey What can i do about this? I mean, i can't install react native plugins onto just my dapp, right?

isasftw
2017-06-05 17:00
What can i do to actually make it work (during the hackathon)?

andrey
2017-06-05 17:00
i'll look at this @isasftw

isasftw
2017-06-05 17:00
Thanks!

isasftw
2017-06-05 17:00
For now i'll work more on the UI then :slightly_smiling_face:

sunchao87
2017-06-05 17:08
has joined #hackathon

kevinchristensen
2017-06-05 17:08
has joined #hackathon

jaiken
2017-06-05 17:09
has joined #hackathon

jefflau
2017-06-05 17:13
Does the status bot have any way of accessing some kind of persistent storage?

twmb
2017-06-05 17:13
has joined #hackathon

49gosox17
2017-06-05 17:14
has joined #hackathon

benmorrow
2017-06-05 17:16
Nice description, @isasftw. :+1: Can't wait to see it in action!

isasftw
2017-06-05 17:16
Thanks @benmorrow :slightly_smiling_face:

lizhangwen
2017-06-05 17:19
has joined #hackathon

alexobadia
2017-06-05 17:26
has joined #hackathon

cryptopleb
2017-06-05 17:29
has joined #hackathon

adboy
2017-06-05 17:44
has joined #hackathon

beng
2017-06-05 17:50
has joined #hackathon

henrixx
2017-06-05 17:55
has joined #hackathon

notbrucewayne
2017-06-05 17:56
has joined #hackathon

clotoro
2017-06-05 17:57
has joined #hackathon

bobxuyang
2017-06-05 18:01
has joined #hackathon

rorschach
2017-06-05 18:11
has joined #hackathon

quazia
2017-06-05 18:22
has joined #hackathon

wintermute
2017-06-05 18:26
has joined #hackathon

aztexx
2017-06-05 18:32
has joined #hackathon

8jg3
2017-06-05 18:39
has joined #hackathon

cpoint10
2017-06-05 18:42
has joined #hackathon

blockfolio_ed
2017-06-05 18:44
has joined #hackathon

bradp258
2017-06-05 18:45
has joined #hackathon

nimo
2017-06-05 18:50
has joined #hackathon

willt1984
2017-06-05 18:58
has joined #hackathon

guib
2017-06-05 19:07
has joined #hackathon

cryptochicken
2017-06-05 19:08
has joined #hackathon

fabgetget
2017-06-05 19:09
has joined #hackathon

occamin
2017-06-05 19:10
has joined #hackathon

pixel
2017-06-05 19:11
can somebody tell me why this code keeps crashing my entire app, I'm sure it's something stupid like a brace or something

pixel
2017-06-05 19:11
```var view = status.components.scrollView( createScrollView(), status.components.view({},[ status.components.view({},[ status.components.text({ style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, color: "#111111" } }, "TEST") ]) ]) );```

thomaslechner
2017-06-05 19:13
has joined #hackathon

pixel
2017-06-05 19:14
ah solved it

pixel
2017-06-05 19:14
I had to put outer brackets around the actual output

patap
2017-06-05 19:19
has joined #hackathon

onyetenyevweugwemuhwe
2017-06-05 19:25
has joined #hackathon

syncrypto
2017-06-05 19:25
has joined #hackathon

santabandit
2017-06-05 19:28
has joined #hackathon

hoi
2017-06-05 19:33
has joined #hackathon

nanajai
2017-06-05 19:36
has joined #hackathon

kedward
2017-06-05 19:37
has joined #hackathon

flyber
2017-06-05 19:40
has joined #hackathon

jim1
2017-06-05 19:40
has joined #hackathon

chris_r999
2017-06-05 19:44
has joined #hackathon

benmorrow
2017-06-05 19:45
@pixel: This is a really awesome team update: https://github.com/status-im/hackathon/issues/103#issuecomment-306137651 Love to see the progress :hearts:

change1
2017-06-05 19:46
has joined #hackathon

slak
2017-06-05 19:48
has joined #hackathon

lucas85
2017-06-05 19:52
has joined #hackathon

pixel
2017-06-05 19:53
@benmorrow Thanks :slightly_smiling_face:

hooked
2017-06-05 19:53
has joined #hackathon

pixel
2017-06-05 19:53
Still have to do the one from yesterday, got the notes here, to busy coding tho

cpdis
2017-06-05 19:59
has joined #hackathon

axisflip
2017-06-05 20:01
has joined #hackathon

juan.colom
2017-06-05 20:10
has joined #hackathon

pascalth
2017-06-05 20:11
has joined #hackathon

takenlopez
2017-06-05 20:24
has joined #hackathon

jantwel
2017-06-05 20:29
has joined #hackathon

marsel
2017-06-05 20:30
has joined #hackathon

tron
2017-06-05 20:35
has joined #hackathon

muckelper
2017-06-05 20:36
has joined #hackathon

faunaforever
2017-06-05 20:38
has joined #hackathon

influx6
2017-06-05 20:43
has joined #hackathon

pinacolada
2017-06-05 20:53
has joined #hackathon

w
2017-06-05 20:54
has joined #hackathon

jordy
2017-06-05 20:54
has joined #hackathon

brenda76
2017-06-05 20:56
has joined #hackathon

longplay
2017-06-05 20:59
has joined #hackathon

crassigyrinus
2017-06-05 21:01
has joined #hackathon

hyphis
2017-06-05 21:01
has joined #hackathon

felipegaucho
2017-06-05 21:05
has joined #hackathon

b00tstrap
2017-06-05 21:06
has joined #hackathon

ffuertes
2017-06-05 21:10
has joined #hackathon

strobolus
2017-06-05 21:13
has joined #hackathon

eduardo
2017-06-05 21:20
has joined #hackathon

stefan
2017-06-05 21:25
has joined #hackathon

santinocucchiara
2017-06-05 21:33
has joined #hackathon

yvesklein
2017-06-05 21:40
has joined #hackathon

jasoons
2017-06-05 21:50
I'm guessing there will be lots of apps with this kind of angle, we were also looking into a similar concept... Splitwise for ethereum, awesome :slightly_smiling_face:

shonarxyz
2017-06-05 21:51
has joined #hackathon

copharion
2017-06-05 22:21
has joined #hackathon

coffeemug
2017-06-05 22:26
has joined #hackathon

torarne1996
2017-06-05 22:30
has joined #hackathon

bloomie
2017-06-05 22:32
has joined #hackathon

mreespublic
2017-06-05 22:36
has joined #hackathon

pbioc
2017-06-05 22:36
has joined #hackathon

nnn003
2017-06-05 22:38
has joined #hackathon

andrew
2017-06-05 22:39
has joined #hackathon

generald
2017-06-05 22:39
has joined #hackathon

markus
2017-06-05 22:43
has joined #hackathon

dildoinsider
2017-06-05 22:46
has joined #hackathon

holisticmeditation
2017-06-05 22:48
has joined #hackathon

afasfas
2017-06-05 22:51
has joined #hackathon

afasfas
2017-06-05 22:52
@afasfas has left the channel

hardgayman
2017-06-05 22:53
has joined #hackathon

ethhead
2017-06-05 22:54
has joined #hackathon

cryptokarma
2017-06-05 22:54
has joined #hackathon

tresner1007
2017-06-05 23:02
has joined #hackathon

paisano
2017-06-05 23:07
has joined #hackathon

vivek.r
2017-06-05 23:07
has joined #hackathon

rooph
2017-06-05 23:13
has joined #hackathon

etherscan
2017-06-05 23:20
has joined #hackathon

tjain279
2017-06-05 23:25
has joined #hackathon

rrevanth
2017-06-05 23:34
has joined #hackathon

modestgenius82
2017-06-05 23:44
has joined #hackathon

kivokev
2017-06-05 23:54
has joined #hackathon

zianimran
2017-06-06 00:08
has joined #hackathon

blzn
2017-06-06 00:14
has joined #hackathon

vetasv4
2017-06-06 00:18
has joined #hackathon

geoburke
2017-06-06 00:24
has joined #hackathon

dotjaypeg
2017-06-06 00:31
has joined #hackathon

jzh323
2017-06-06 00:32
has joined #hackathon

ajitesh
2017-06-06 00:34
has joined #hackathon

cryptofuture
2017-06-06 00:36
has joined #hackathon

rad_man
2017-06-06 00:38
has joined #hackathon

bebe
2017-06-06 00:39
has joined #hackathon

makoto
2017-06-06 00:43
@benmorrow do I need to take any action on the commiteth? I am not so sure how commiteth works

benmorrow
2017-06-06 00:45
@makoto No action needed by teams on CommitETH. We have just set it up so that at the end of the hackathon we can award ETH based on pull requests

bb
2017-06-06 00:55
has joined #hackathon

dagold
2017-06-06 01:02
has joined #hackathon

carlospaix
2017-06-06 01:06
has joined #hackathon

toasted_cracker
2017-06-06 01:07
has joined #hackathon

dhhzya
2017-06-06 01:08
has joined #hackathon

kenji
2017-06-06 01:12
has joined #hackathon

matryo
2017-06-06 01:15
has joined #hackathon

zldhz
2017-06-06 01:17
has joined #hackathon

hbgvfcdxsz
2017-06-06 01:24
has joined #hackathon

calvin
2017-06-06 01:28
has joined #hackathon

peterchen145
2017-06-06 01:36
has joined #hackathon

gravy
2017-06-06 01:36
For my command with sequentialParams set to true, suggestions only display for the first parameter. Is there way to display different markup suggestions for each param

a248627314
2017-06-06 01:37
Good morning

gravy
2017-06-06 01:37
good morning

chrisrut
2017-06-06 01:41
has joined #hackathon

dd
2017-06-06 01:58
has joined #hackathon

benjamin
2017-06-06 02:01
has joined #hackathon

kunle
2017-06-06 02:14
has joined #hackathon

menudo
2017-06-06 02:31
has joined #hackathon

hongyan
2017-06-06 02:33
has joined #hackathon

zhangfy
2017-06-06 02:38
has joined #hackathon

warrior
2017-06-06 02:44
has joined #hackathon

akasin
2017-06-06 02:47
has joined #hackathon

leoncc
2017-06-06 03:09
has joined #hackathon

jojochou714
2017-06-06 03:11
has joined #hackathon

ccxxoo
2017-06-06 03:21
has joined #hackathon

spdz
2017-06-06 03:28
@roman added issue 1274 for adding json parsing of bot responses as we chatted lastnight. https://github.com/status-im/status-react/issues/1274

jarradhope
2017-06-06 03:28
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

vivid
2017-06-06 03:31
has joined #hackathon

tomnash
2017-06-06 03:31
spdz: Are you sure that `JSON.parse()` isn't working? I am using it on latest develop branch and it seems to be working for me.

tomnash
2017-06-06 03:32
jefflau: You can use `localStorage` in the latest develop commits

spdz
2017-06-06 03:34
ohhh? roma told me to open a issue last night. just getting around to it today. but if json.parse works I would be super stoked

spdz
2017-06-06 03:34
are you running the nightly?

tomnash
2017-06-06 03:35
I am building from the latest develop branch

tomnash
2017-06-06 03:35
So I guess that is the same as the nightly?

jix888
2017-06-06 03:47
has joined #hackathon

spywee
2017-06-06 03:49
has joined #hackathon

priya
2017-06-06 03:51
has joined #hackathon

northshore
2017-06-06 03:55
has joined #hackathon

tomnash
2017-06-06 03:55
@spdz where can I find the nightlies if I want to be using them?

marsrover
2017-06-06 03:55
has joined #hackathon


spdz
2017-06-06 03:59
i was using 29-may, but then switched back to the regular google play version

xrd
2017-06-06 04:00
has joined #hackathon

tomnash
2017-06-06 04:00
Cheers :thumbsup:, maybe try the latest ones if you can't seem to get JSON.parse to work, there are a lot of new capabilities since May :smile:

lijunnan
2017-06-06 04:01
has joined #hackathon

lee
2017-06-06 04:08
has joined #hackathon

alph43oss
2017-06-06 04:10
has joined #hackathon

podestanomolesta
2017-06-06 04:17
has joined #hackathon

fisheater
2017-06-06 04:19
has joined #hackathon

willho
2017-06-06 04:20
has joined #hackathon

spdz
2017-06-06 04:29
here's a weird question, will we be able to continue working on our bots after the hackathon is over? is there going to be a botfather, like in telegram? oooo botfather smart contract

zl19791
2017-06-06 04:35
has joined #hackathon

spywee
2017-06-06 04:39
Got limited coding skills , but can test and ideate If that is appreciated, I m looking to teamup ..!!!

wklee
2017-06-06 04:50
has joined #hackathon

morgansliman
2017-06-06 04:51
has joined #hackathon

morgansliman
2017-06-06 04:55
hi any and everyone.. full stack web dev here with a lot of experience writing dapps with solidity and web3. I also know both angular and react for front end development. If you or your team needs a dev, let's talk :wink:

7788
2017-06-06 04:55
has joined #hackathon

xuelin578
2017-06-06 05:02
has joined #hackathon

xiaolong
2017-06-06 05:05
has joined #hackathon

zhangrenhao002
2017-06-06 05:08
has joined #hackathon

li888
2017-06-06 05:09
has joined #hackathon

liufuhu
2017-06-06 05:13
has joined #hackathon

kryptokid
2017-06-06 05:13
has joined #hackathon

benmorrow
2017-06-06 05:14
Hi @spywee and @morgansliman, glad to have you! To find a team, in addition to posting here, you might also try the Teammate Finder doc: https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q or just browse through the current projects and see if any of them strike you: https://github.com/status-im/hackathon/issues Hope you both find a good team :slightly_smiling_face:

nirvay
2017-06-06 05:16
has joined #hackathon

dqueena
2017-06-06 05:23
has joined #hackathon

morgansliman
2017-06-06 05:27
thanks @benmorrow

cab.inferno
2017-06-06 05:29
has joined #hackathon

waru96
2017-06-06 05:32
has joined #hackathon

spring
2017-06-06 05:45
has joined #hackathon

alexyao
2017-06-06 05:48
has joined #hackathon

shambo
2017-06-06 05:53
has joined #hackathon

pdg
2017-06-06 06:00
has joined #hackathon

jyeh3112
2017-06-06 06:04
has joined #hackathon

msclectera
2017-06-06 06:10
has joined #hackathon

perperyu
2017-06-06 06:12
has joined #hackathon

law.yim
2017-06-06 06:16
has joined #hackathon

yxq
2017-06-06 06:32
has joined #hackathon

cyril1983
2017-06-06 06:32
has joined #hackathon

ericfish
2017-06-06 06:41
has joined #hackathon

bosstb
2017-06-06 06:52
has joined #hackathon

makoto
2017-06-06 06:56
I don't even know if callback works at all. Please have a try and let me know how it goes.

devo
2017-06-06 07:03
has joined #hackathon

sleeping3016
2017-06-06 07:04
has joined #hackathon

writhen
2017-06-06 07:13
has joined #hackathon

szymon
2017-06-06 07:14
has joined #hackathon

daxia0351051
2017-06-06 07:17
has joined #hackathon

juehero
2017-06-06 07:18
has joined #hackathon

r.smith
2017-06-06 07:19
has joined #hackathon

mohank
2017-06-06 07:24
has joined #hackathon

aaronchoi
2017-06-06 07:27
has joined #hackathon

roman
2017-06-06 07:32
sorry @spdz, if JSON.parse() is what you need it seems that i just misunderstood you

tpatja
2017-06-06 07:33
has joined #hackathon

makoto
2017-06-06 07:34
@benmorrow would this be sufficient https://github.com/status-im/hackathon/issues/31 ? This is my second pivot idea and hopefully no more :slightly_smiling_face:

mohanmad
2017-06-06 07:36
has joined #hackathon

18879478915
2017-06-06 07:49
has joined #hackathon

z2985059
2017-06-06 07:51
has joined #hackathon

hughwong
2017-06-06 07:58
has joined #hackathon

susu31
2017-06-06 07:59
has joined #hackathon

davegite
2017-06-06 07:59
has joined #hackathon

karalabe
2017-06-06 08:00
has joined #hackathon

karalabe
2017-06-06 08:04
Quick question about licensing. The hackathon rules (launch description) stated that submissions need to be open source. This imho only means that the code must be available for judges to see, but what about ownership? Similar hackathons usually do not require ownership (or even usage rights) to be transferred over to the organizers. Could we have an official statement on this? I'd also appreciate a section added to the FAQ on the website :slightly_smiling_face:

karalabe
2017-06-06 08:05
Point being that it's expected to have rough ideas presented, that may or may not have value, and it would be nice if the original author could develop the ideas post hackathon

aideanhao
2017-06-06 08:06
has joined #hackathon

cryptowanderer
2017-06-06 08:06
^ This sounds totally reasonable to me @karalabe and I think is what the team intended. However, that is just my view, let me get an official one for you :wink:

pekka
2017-06-06 08:06
@pekka has left the channel

anarchy
2017-06-06 08:08
has joined #hackathon

kimulacre
2017-06-06 08:10
has joined #hackathon

zhutao
2017-06-06 08:12
has joined #hackathon

shlomi.zeltsinger
2017-06-06 08:22
has joined #hackathon

hyban99
2017-06-06 08:23
has joined #hackathon

harshjv
2017-06-06 08:24
Hey

harshjv
2017-06-06 08:24

andrey
2017-06-06 08:24
hi

harshjv
2017-06-06 08:24
and added /hello command. I can't see /hello anywhere

harshjv
2017-06-06 08:24
can anybody help me?

harshjv
2017-06-06 08:25
debug mode is on and status-dev-cli is able to connect to it

andrey
2017-06-06 08:25
and `status-dev-cli add` returned info about success?

notbjerg
2017-06-06 08:25
@notbjerg has left the channel

shi
2017-06-06 08:25
has joined #hackathon

andrey
2017-06-06 08:26
in this case chat with your bot should be opened in status

andrey
2017-06-06 08:26
and you can see /hello in command suggestions

harshjv
2017-06-06 08:26
@andrey yes

harshjv
2017-06-06 08:26
```The DApp or bot has been updated.```

harshjv
2017-06-06 08:26
yes, it opens my chatbot but i can't see /hello

eliabieri
2017-06-06 08:27
has joined #hackathon

andrey
2017-06-06 08:27
ok

andrey
2017-06-06 08:27
that means it can't fins bot.js file

harshjv
2017-06-06 08:27
```status-dev-cli add '{"whisper-identity": "coolidentity", "dapp-url": "http://<machine-ip>:8080/", "name": "CoolName"}' --ip <device-ip>```

harshjv
2017-06-06 08:27
is this right?

andrey
2017-06-06 08:27
make sure you phone have access to url you provided in bot-url

andrey
2017-06-06 08:28
there should be bot-url instead dapp-url

harshjv
2017-06-06 08:28
oh

harshjv
2017-06-06 08:28
okay

andrey
2017-06-06 08:29
```status-dev-cli add '{"whisper-identity": "botler", "name": "Botler" ,"bot-url": "http://<MACHINE-IP>:8080/bots/bot.js"}' --ip <DEVICE-IP>```

andrey
2017-06-06 08:29
and make sure you can open bot-url on you phone's browser

harshjv
2017-06-06 08:31
yes. i can see /hello now. but the status reads "Sending"

dinuxen
2017-06-06 08:32
has joined #hackathon

zhuge
2017-06-06 08:34
has joined #hackathon

harshjv
2017-06-06 08:35
also, can I make my custom command /hello available to a normal-chat?

farhanaannn
2017-06-06 08:36
has joined #hackathon

andrey
2017-06-06 08:36
we're working on this, atm it's available only in 1-1 with bot

harshjv
2017-06-06 08:36
oh. okay

andrey
2017-06-06 08:36
`status reads "Sending"` what does it mean?

harshjv
2017-06-06 08:37
when i sent `/hello` command to my bot, the status below the message says "Sending"

andrey
2017-06-06 08:37
we're working on this too :slightly_smiling_face:

harshjv
2017-06-06 08:37
oh okay

future
2017-06-06 08:39
has joined #hackathon

harshjv
2017-06-06 08:40
i am on iPhone :slightly_smiling_face:

cryptowanderer
2017-06-06 08:40
also, make sure that your directories are correctly named and referenced, some people have missed the `s` in `bots` for instance

harshjv
2017-06-06 08:40
yep

cryptowanderer
2017-06-06 08:40
oh, never mind that then. Have you checked the known issues section?

huang2008
2017-06-06 08:41
has joined #hackathon

harshjv
2017-06-06 08:42
@cryptowanderer where is it?

andrey
2017-06-06 08:42
@cryptowanderer can you give a link on known issues section?

cryptowanderer
2017-06-06 08:43
It's not it's own section, just remembered putting in something iOS specific somewhere, but it turns out is was for truffle and making sure that the config file reflected the Machine-IP and not `localhost`.

cryptowanderer
2017-06-06 08:44
I know that you had to be really specific about IPs with iOS devices, but this is a difficult one to debug

cryptowanderer
2017-06-06 08:44
Especially weird that it loads the DApp, but doesn't load the js

harshjv
2017-06-06 08:45
also, can I mention a user when I talk to my bot?

harshjv
2017-06-06 08:45
yep got it

cryptowanderer
2017-06-06 08:45
got what? Mentioning a user?

harshjv
2017-06-06 08:46
yes. i want to send some user's address to my bot

harshjv
2017-06-06 08:47
but the address is hard to remember

harshjv
2017-06-06 08:47
so can i mention him with something like `@username` and my bot can find out his address?

andrey
2017-06-06 08:51
we don't have such functionality

isasftw
2017-06-06 08:51
I think there will be something like it in the future

andrey
2017-06-06 08:51
status api is experimental and we're working on it , yes @isasftw

isasftw
2017-06-06 08:52
Isn't it something to do with ENS?

isasftw
2017-06-06 08:52
So you can register your address as a username on ens

bionik
2017-06-06 08:57
has joined #hackathon

marktom
2017-06-06 09:00
has joined #hackathon

isaac2
2017-06-06 09:05
Is there an bot example anywhere that implements something like the `/phone` command? E.g reply to the users command and add a request to the list?

castro_saint
2017-06-06 09:19
has joined #hackathon

jawad
2017-06-06 09:20
has joined #hackathon

jora
2017-06-06 09:22
has joined #hackathon

zhuya1029
2017-06-06 09:32
has joined #hackathon

isasftw
2017-06-06 09:34
@isaac2 Well, Console's code is on GH, you might find something useful there. https://github.com/status-im/status-react/blob/develop/bots/console/bot.js

jarradhope
2017-06-06 09:34
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

legogris
2017-06-06 09:34
It seems that `XMLHttpRequest` is `{}` for the bot. Meaning we can not do AJAX calls. Is this correct and intended...?

ledgerwatch
2017-06-06 09:34
has joined #hackathon

jamesdg
2017-06-06 09:35
has joined #hackathon

isaac2
2017-06-06 09:39
isasftw: Thanks for the feedback. I'd found that, just can't work out how things link together

roman
2017-06-06 09:39
@legogris, unfortunately `XMLHttpRequest` is not working in our otto vm at the moment, we need to add event loop to make this possible

legogris
2017-06-06 09:42
Even just using basic web3 to testrpc fails for me without it, since we can not use the HttpProvider

legogris
2017-06-06 09:43
So bots can not interact with the blockchain and can not make API calls and not send messages. Not much we can do, then?

marka
2017-06-06 09:45
has joined #hackathon

geraldguan
2017-06-06 09:48
has joined #hackathon

andrey
2017-06-06 09:52
@legogris web3 should work


legogris
2017-06-06 09:54
Aaaah. `context.from` was the missing piece here. I have been sitting for a couple of hours trying to probe out account and contract addresses myself :stuck_out_tongue:

legogris
2017-06-06 09:55
Thanks @andrey !

mazzus456
2017-06-06 09:58
has joined #hackathon

legogris
2017-06-06 09:59
For some reason my testrpc client doesnt pick up transactions from contract calls from the bot though. The same procedure that works fine in a dapp but not in a bot. I get a transaction confirmation screen and it looks confirmed but nothing comes in at the testrpc debug log.

legogris
2017-06-06 10:00
Trying to work out what is actually different.

darkpool
2017-06-06 10:01
has joined #hackathon

adamdossa
2017-06-06 10:02
@legogris - I was having similar issues last night - in my case I was making a call (rather than sendTransaction) to a contract (on testrpc). The contracts were usable through the web dapp, but not through the bot.js file. If you come up with a solution I?m very interested!

legogris
2017-06-06 10:03
yeah, i had the same issues with calls too @adamdossa

hayaeya
2017-06-06 10:04
has joined #hackathon

adamdossa
2017-06-06 10:05
@legogris - I was getting the error message: ?BigNumber() not a base 16 number? with a call, which often means that the contract address isn't right, which implies that it could have been looking on Ropsten rather than testrpc network. I was going to have a go at deploying the contracts to Ropsten instead and see if that worked tonight (would at least confirm the issue).

legogris
2017-06-06 10:06
Ah yeah, I got that error message at some point too. Might make sense. I didn't seem to get any activity at all for my testrpc node, which would suggest that maybe the bot is tied to ropsten

pinggege
2017-06-06 10:07
has joined #hackathon

adamdossa
2017-06-06 10:08
btw - whilst we're chatting :wink: - have you guys come up with a sensible way to get the bot to respond to commands? You can use the ?preview? to format the display of the command (and possibly add more data), but there doesn?t seem to be a way to actually make the chat bot respond (synchrously or otherwise) to a command with a message of it's own.

adamdossa
2017-06-06 10:09
So, in your case you might do something like: /enslookup 0xdeadbeef and the chat bot should respond with: ?this address maps to status-im.eth?

cryptowanderer
2017-06-06 10:10
this is awesome stuff @legogris @adamdossa thank you so much for persevering through this with us :wink: I really like those ideas and will look into getting an answer on why contract calls from the bot file are not going through. Must be something to do with the jail as well. @roman?

p14n
2017-06-06 10:14
has joined #hackathon

adamdossa
2017-06-06 10:14
@cryptowanderer - FWIW I think the concept you guys have is absolutely awesome - being able to interact with smart contracts / whisper / web3 via chat /mobile is a really nice idea. The docs and so on are obviously a WIP, but can't complain since you guys are in Alpha. I?m aiming to right up a Medium post on the chatbot + smart contract stuff (if I actually get it to work ;-)). I?m only coding in my evenings (day job ;-)) but will keep trying to pin down what is happening with contract calls from bot.js tonight (the web3 api is working, so it should be possible to use this to work out what network it is actually connected to etc.).

clotoro
2017-06-06 10:14
@clotoro has left the channel

legogris
2017-06-06 10:16
@adamdossa : Cool :slightly_smiling_face: Let's keep in touch and see if we can figure this out ^^

legogris
2017-06-06 10:24
I think I can confirm that the bot is tied to ropsten. `web3.eth.accounts` just contains my ropsten account. But when I try to send a transaction from the bot it prompts with my testrpc accounts.

legogris
2017-06-06 10:25
BTW, `context.from` is just `{}`. Is there anything I am missing here or is this also WIP?

raj
2017-06-06 10:26
has joined #hackathon

isasftw
2017-06-06 10:27
@andrey Did you look into the file picker problem?

costinene
2017-06-06 10:27
has joined #hackathon

andrey
2017-06-06 10:28
just now I will be looking at this

isasftw
2017-06-06 10:28
Thanks :slightly_smiling_face:

andrey
2017-06-06 10:31
@isasftw please remind me ios or android are you using?

isasftw
2017-06-06 10:31
Android

andrey
2017-06-06 10:31
ok

andrey
2017-06-06 10:32
we don't have permissions for access device storage

dead_cat
2017-06-06 10:32
has joined #hackathon

abszyu
2017-06-06 10:35
has joined #hackathon

igm555
2017-06-06 10:36
has joined #hackathon

coinmen
2017-06-06 10:37
has joined #hackathon

roman
2017-06-06 10:39
https://status-im.slack.com/archives/C5F2W6PNV/p1496743740275517 @adamdossa `return {"text-message" : "message"}` doesn?t work for command?s handler (we just missed this :disappointed: ), and code like ``` status.command({ name: "test", icon: "test", title: "test", description: "test", color: "#a187d5", sequentialParams: true, params: [{ name: "address", type: status.types.TEXT, placeholder: "address" }], handler: function (params) { status.sendMessage("Address " + params.address); } }); ``` will do the job, but most likely message `Address 123` will appear before `/test 123`

radial
2017-06-06 10:42
has joined #hackathon

daryljj
2017-06-06 10:42
has joined #hackathon

jason2004
2017-06-06 10:44
has joined #hackathon

ox
2017-06-06 10:46
has joined #hackathon

msqueen
2017-06-06 10:49
has joined #hackathon

adamdossa
2017-06-06 10:51
@roman - thanks - is the sendMessage functionality in the nightly build of status now? I think yesterday the PR was waiting for review?

roman
2017-06-06 10:56
yes, it is there, in nightly build

roman
2017-06-06 10:56
and localStorage is there too

cryptojo
2017-06-06 11:03
has joined #hackathon

marcthalen
2017-06-06 11:19
has joined #hackathon

0428zhaominmin
2017-06-06 11:21
has joined #hackathon

andrey
2017-06-06 11:23
@adamdossa @legogris `switch-node` works only for dApps, otto atm can work only with the ropsten

domen111
2017-06-06 11:23
has joined #hackathon

danielzhuang
2017-06-06 11:25
has joined #hackathon

gygaochenghai
2017-06-06 11:31
has joined #hackathon

paperworth
2017-06-06 11:32
has joined #hackathon

ahossny
2017-06-06 11:32
has joined #hackathon

adamdossa
2017-06-06 11:32
@andrey makes sense - guess testing on ropsten then rather than testrpc for bots.

adamdossa
2017-06-06 11:34
Is the console running in an Otto vm?

roman
2017-06-06 11:34
do you mean Console chat?

adamdossa
2017-06-06 11:35
Yes

roman
2017-06-06 11:35
yes, it's running in otto

37du
2017-06-06 11:38
has joined #hackathon

jasoons
2017-06-06 11:40
Hi guys, does anyone know how to deplay a contract and fill it with test data within the `migrations/2_deploy_contracts.js` file? That would be super convenient. Because right now I need to manually accept like 20 transactions in metamask before I can do anything.

coffeemaker
2017-06-06 11:40
has joined #hackathon

maeste
2017-06-06 11:41
has joined #hackathon

adamdossa
2017-06-06 11:42
@jasoons You can just call the contract using the usual truffle abstractions in deploy_contracts.js to populate it as needed.

adamdossa
2017-06-06 11:42
i.e. deploy it first, then start calling whatever functions you need to call to populate it.

adamdossa
2017-06-06 11:43
``` var Registry = artifacts.require("./Registry.sol"); var RedditRegistrarComputation = artifacts.require("./RedditRegistrarComputation.sol") var GithubRegistrarComputation = artifacts.require("./GithubRegistrarComputation.sol") module.exports = function(deployer) { var registry; deployer.deploy(Registry).then(function() { return deployer.deploy(RedditRegistrarComputation, Registry.address); }).then(function() { return deployer.deploy(GithubRegistrarComputation, Registry.address); }).then(function() { return Registry.deployed(); }).then(function(instance) { registry = instance; return registry.createRegistrar("reddit", RedditRegistrarComputation.address); }).then(function(txId) { return registry.createRegistrar("github", GithubRegistrarComputation.address); }); }; ```

adamdossa
2017-06-06 11:43
createRegistrary is an example of calling some functions on a deployed contract.

jasoons
2017-06-06 11:46
adamdossa: Thank you so much :smile:

jasoons
2017-06-06 11:47
May I ask what you are building?

cryptowanderer
2017-06-06 11:48
you'll find all you need under the Deployer API section here: http://truffleframework.com/docs/getting_started/migrations

jasoons
2017-06-06 11:50
Thanks @cryptowanderer, I was looking at that but adding all sorts of unecessary stuff about providers and web3 :joy:

alon
2017-06-06 11:50
@adamdossa You can wrap text like this ``` this is wrapping ``` You need to use `````` text ``````

cryptowanderer
2017-06-06 11:50
nah, just hit a foreach loop for your providers in the actuall app.js :wink:

cryptowanderer
2017-06-06 11:51
``` if (typeof web3 !== 'undefined') { // Use the Mist/wallet provider. web3 = new Web3(web3.currentProvider); } else { web3 = new Web3(new Web3.providers.HttpProvider('http://localhost:8545')); } [agm, partial, owned and so on].forEach(function(contract) { contract.setProvider(web3.currentProvider); }); ```

yoshikazzz
2017-06-06 11:51
Hi guys. I've just joined this Slack.. I found this hackathon today :stuck_out_tongue: Will join the hackathon too.

wighawag
2017-06-06 11:53
Hi @yoshikazzz ! welcome to the hackathon

romain
2017-06-06 11:54
has joined #hackathon

mmasaki.k
2017-06-06 11:58
has joined #hackathon

alexander.waland
2017-06-06 12:00
has joined #hackathon

jasoons
2017-06-06 12:03
Ah, currently I have```var {host, port} = Config.networks[process.env.NODE_ENV] const provider = (window.web3 === null)? new Web3.providers.HttpProvider('http://' + host + ':' + port) : window.web3.currentProvider``` And its working fine.

jarradhope
2017-06-06 12:03
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

klguang
2017-06-06 12:09
has joined #hackathon

snow
2017-06-06 12:10
has joined #hackathon

cryptowanderer
2017-06-06 12:12
ok great, stick with that, if it ain't broke after all

roman
2017-06-06 12:16
@adamdossa i just pushed branch that allows returning `text-message` from command?s handler https://github.com/rasom/status-react/blob/feature/return-text-message-from-command-handler/bots/demo_bot/bot.js#L124

pgorsira
2017-06-06 12:16
has joined #hackathon

roman
2017-06-06 12:17
we can't add these changes to nightly build atm, so i can send you the version of app that i built locally (android)

l4chong
2017-06-06 12:18
has joined #hackathon

isasftw
2017-06-06 12:28
How do i install watchman on windows?

andrey
2017-06-06 12:32
we have updated docs with the debugging info ```Even more importantly though, how can we actually debug the code we write? We know how important this is for good developers and we're still working on it. Currently, the options are limited, but we ask you to work with us here as it will improve rapidly over the next little while. The first and the most powerful option is the development tools included in your browser. Chrome supports remote debugging, and you can easily connect to any web view on your mobile and debug it right from the browser. The detailed instructions can be found here. https://developers.google.com/web/tools/chrome-devtools/remote-debugging/ If you use iOS, you can use Safari on your Mac to debug any remote web page. Here is a nice guide that will explain everything to you. http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/ Unfortunately, you cannot use your browser?s development tools to debug bots, as switching the node only works for DApps currently. So, the option we provide for bots is the ability to extract logs. status-dev-cli log <DAPP-IDENTITY> --ip <DEVICE-IP>```

andrey
2017-06-06 12:32
@andrey pinned a message to this channel.

altcoinvestor
2017-06-06 12:34
has joined #hackathon

sean.lim
2017-06-06 12:35
has joined #hackathon

cyriel
2017-06-06 12:36
has joined #hackathon

jasoons
2017-06-06 12:40
Is it possible to list all the accounts and do transactions for specific accounts? This ```var PeerCoin = artifacts.require("./PeerCoin.sol") var Web3 = require('web3') module.exports = function(deployer) { if (typeof web3 !== 'undefined') { web3 = new Web3(web3.currentProvider); } else { web3 = new Web3(new Web3.providers.HttpProvider('http://localhost:8545')); // web3 = new Web3(new Web3.providers.HttpProvider('http://172.18.150.167:8546')); } let peerCoin deployer.deploy(PeerCoin).then(() => { return PeerCoin.deployed() }).then((instance) => { peerCoin = instance instance.createGroup("a", "aname") instance.createGroup("b", "bname") instance.createGroup("c", "cname") web3.eth.getAccounts().then((error, accounts) => { console.log('accounts', accounts) // Do things with specific accounts... }) }) } ``` But this gives a `Error encountered, bailing. Network state unknown. Review successful transactions manually. TypeError: Cannot read property 'then' of undefined` at the ` web3.eth.getAccounts().then((` part. Any ideas?

jarradhope
2017-06-06 12:40
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

adamdossa
2017-06-06 12:44
roma: yes please!

adamdossa
2017-06-06 12:44
(assuming it is OK to use this for hackathon projects?) :wink:

benedikt
2017-06-06 12:44
has joined #hackathon

shdgm2012
2017-06-06 12:45
has joined #hackathon

cryptowanderer
2017-06-06 12:47
web3.eth.getAccounts() is not asynchronous is it? Not sure off the top of my head though. And I generally only set the providers in the app.js file, not the deploy_migrations one, sorry for confusing you there.

cryptowanderer
2017-06-06 12:47
If it is, why not just move it outside of that into its own function and just call that from within the deploy to do what you need to?

pasteque
2017-06-06 12:48
has joined #hackathon

okubok
2017-06-06 12:48
has joined #hackathon

marmin
2017-06-06 12:51
has joined #hackathon

andrey
2017-06-06 12:51
@jasoons `web3.eth.accounts`?

roman
2017-06-06 12:54
it's ok, but not super secure because i have to send you apk

lusa
2017-06-06 12:55
has joined #hackathon

carl
2017-06-06 12:56
@karalabe Hey P�ter. Regarding licensing, we certainly don't have or expect ownership over the submissions (obviously we'd love to see them running in Status after the Hackathon, but this is totally up to the original author). While open source is mandatory to enter, I think it's best if we also leave any licensing up to the original author. Do you think this is the fairest approach? If so, I'll go ahead and have this added to the FAQ for clarity.

mistor
2017-06-06 12:58
has joined #hackathon

jasoons
2017-06-06 12:59

for711jtl
2017-06-06 13:01
has joined #hackathon

leoyu
2017-06-06 13:12
has joined #hackathon

kesera50
2017-06-06 13:13
has joined #hackathon

tanhualiu
2017-06-06 13:13
has joined #hackathon

antoon
2017-06-06 13:21
has joined #hackathon

ben_ste
2017-06-06 13:21
has joined #hackathon

garry
2017-06-06 13:25
has joined #hackathon

mcl0453
2017-06-06 13:28
has joined #hackathon

karalabe
2017-06-06 13:31
@carl I think the confusion stems from the definition of "open source", which generally means that the license grants anyone rights to use, copy, modify, redistribute, etc. Perhaps it would be better to avoid calling it "open source" and rather say that the source should be available for public review and scrutiny.

avsa
2017-06-06 13:31
has joined #hackathon

joaquin
2017-06-06 13:37
once i create a contract, how i make it interact with the rest of the code?

visionjack
2017-06-06 13:40
has joined #hackathon

dkinsey1234
2017-06-06 13:40
has joined #hackathon

1422202303
2017-06-06 13:43
has joined #hackathon

aria
2017-06-06 13:43
has joined #hackathon

coresoft_dev
2017-06-06 13:46
has joined #hackathon

kellas
2017-06-06 13:59
has joined #hackathon

dlcndgnl
2017-06-06 14:03
has joined #hackathon

pushpins
2017-06-06 14:09
has joined #hackathon

hanhan
2017-06-06 14:24
has joined #hackathon

andrewl
2017-06-06 14:27
has joined #hackathon

lucy
2017-06-06 14:30
has joined #hackathon

xqls945
2017-06-06 14:47
has joined #hackathon

lollypolosky
2017-06-06 14:55
has joined #hackathon

hezhangke
2017-06-06 14:56
has joined #hackathon

joaquin
2017-06-06 15:06
when you do context.from you get an address from your testrpc?

cryptowanderer
2017-06-06 15:09
hey @joaquin, yeah, so `switch-node` only works for DApps currently, as the bots code is trapped in that Otto VM jail and so interacts only with the ropsten network. We are working on it. Also, I just pushed a bunch of new updates to our docs, which now include quite a detailed FAQ section and an update about `sendMessage` which is now available in the latest nightlies!! :tada: Hope it helps! http://docs.status.im/

thomasgggg
2017-06-06 15:09
has joined #hackathon

niallh
2017-06-06 15:12
has joined #hackathon

alwx
2017-06-06 15:13
> once i create a contract, how i make it interact with the rest of the code? @joaquin you can check our truffle example ? it contains both contracts and JS code. https://github.com/status-im/truffle-box-status

bwashington
2017-06-06 15:14
has joined #hackathon

swoop
2017-06-06 15:20
has joined #hackathon

joaquin
2017-06-06 15:21
thanks @alwx @cryptowanderer

pavelfanko
2017-06-06 15:23
has joined #hackathon

joaquin
2017-06-06 15:25
last questions. Why in the App.js example you call web3RPC from Web3(provider)? what does it mean?

cryptowanderer
2017-06-06 15:27

cryptowanderer
2017-06-06 15:28
you could just as well call it `web3`, it really doesn't matter

008
2017-06-06 15:37
has joined #hackathon

milkeg
2017-06-06 15:38
has joined #hackathon

yossarian
2017-06-06 15:45
has joined #hackathon

phillip
2017-06-06 15:46
has joined #hackathon

dexter
2017-06-06 15:55
has joined #hackathon

neatcrumpets
2017-06-06 15:55
has joined #hackathon

christophe
2017-06-06 15:57
has joined #hackathon

mavis
2017-06-06 16:02
has joined #hackathon

loo101
2017-06-06 16:02
has joined #hackathon

drawingthesun
2017-06-06 16:07
has joined #hackathon

joaquin
2017-06-06 16:20
I was reading App.js but because I am working on a chatbot I don't see how i can interact with my contract's functions in the same way. Specially because of the VM jail issue. How is the syntax to interact with contract if I am just making a bot? (e.g. the equivalent of doing Contract.deployed().then...{var = instance} in truffle)

harr999y
2017-06-06 16:21
has joined #hackathon

benmorrow
2017-06-06 16:24
Yeah, that's a nice one. I like the full description

akman47
2017-06-06 16:32
has joined #hackathon

high_society
2017-06-06 16:39
has joined #hackathon

benmorrow
2017-06-06 16:40
karalabe: We're working on this and will reply soon.

z_duel
2017-06-06 16:41
has joined #hackathon

mrgoodlife
2017-06-06 16:42
has joined #hackathon

benmorrow
2017-06-06 16:42
spdz: Yes, we hope that you will continue to make your bot better after the hackathon is over. I checked out Telegram's Botfather. That's a pretty cool system

mayawiii
2017-06-06 16:45
has joined #hackathon

benmorrow
2017-06-06 16:45
alon: @adamdossa And you can use Ctrl+Enter (on Mac) to get a new line without submitting

longyue188
2017-06-06 16:46
has joined #hackathon

buschu
2017-06-06 16:53
has joined #hackathon

ttatamezo
2017-06-06 16:55
has joined #hackathon

karalabe
2017-06-06 16:58
I must be doing something very wrong. but ... how can I send a message from one device to another?

karalabe
2017-06-06 16:59
I've added one as a contact to the other

karalabe
2017-06-06 16:59
But can't make them actually communicate

gnomad
2017-06-06 17:01
has joined #hackathon

cryptowanderer
2017-06-06 17:02
As in, you have Status installed on both devices, have added your account on 1 as a contact in the other with the public key and sent a message but it is not appearing? If so, could you shake the phone from which you sent the message and send in a bug report?

karalabe
2017-06-06 17:02
Yes

cryptowanderer
2017-06-06 17:02
are both devices using 0.9.8

karalabe
2017-06-06 17:03
ah ffs, the emulator only has 0.9.7

karalabe
2017-06-06 17:03
do you have an apk that I can pull and push onto the emulator?

cryptowanderer
2017-06-06 17:05
the latest apk is http://artifacts.status.im:8081/artifactory/nightlies-local/im.status.ethereum-024cf6.apk should also give you access to `sendMessage` - I updated the API docs earlier (and added a pretty big FAQ section to the tutorials)

biznes35
2017-06-06 17:06
has joined #hackathon

anna
2017-06-06 17:06
@karalabe @cryptowanderer we have an issue with messaging on 0.9.8 atm and working on fixing it

karalabe
2017-06-06 17:06
bummer :stuck_out_tongue:

cryptowanderer
2017-06-06 17:07
@donmullen this would explain why you have yet to receive my message then

cryptowanderer
2017-06-06 17:07
eish. OK, sorry about that @karalabe

karalabe
2017-06-06 17:08
:disappointed:, yup, same thing

karalabe
2017-06-06 17:08
contancts don't see each other

abaumhof
2017-06-06 17:09
has joined #hackathon

art255
2017-06-06 17:09
has joined #hackathon

baiji
2017-06-06 17:11
has joined #hackathon

donmullen
2017-06-06 17:11
@cryptowanderer ok - thanks.

kryptobrainiac
2017-06-06 17:12
has joined #hackathon

shinjeong
2017-06-06 17:17
has joined #hackathon

coinfield
2017-06-06 17:20
has joined #hackathon

siddhartha1989
2017-06-06 17:22
has joined #hackathon

schnibli
2017-06-06 17:28
has joined #hackathon

carl
2017-06-06 17:39
karalabe: @karalabe got it, our original expectation was anyone who produces something for the Hackathon would have to open source their work (selecting any open source license of their choosing), but we'd be happy to change that if you think it'd be more appealing to participants if that wasn't a requirement.

farazdagi
2017-06-06 17:43
@karalabe yep, sorry for that. Whisper was a moving target and we had some incompatibility of versions. Just yesterday, I've updated Geth deps to 1.6.1 (so that we rely on released Whisper, instead of my patched version of Vlad's code) and with minor hacks to solve https://github.com/ethereum/go-ethereum/issues/14450 our messaging tests do pass now, and team is working on the next release.

benmorrow
2017-06-06 17:45
@isasftw Good to see this update on your project: https://github.com/status-im/hackathon/issues/10#issuecomment-306495161 :thumbsup:

daleybitcoinnews
2017-06-06 17:46
has joined #hackathon

leonardni
2017-06-06 17:49
has joined #hackathon

code4kix
2017-06-06 17:53
has joined #hackathon

farmeroak
2017-06-06 18:04
has joined #hackathon

unicorn1977
2017-06-06 18:17
has joined #hackathon

psansoa
2017-06-06 18:24
has joined #hackathon

raffson
2017-06-06 18:27
has joined #hackathon

isasftw
2017-06-06 18:28
benmorrow: Thanks! I'm kind of stuck at this point, because for some reason file upload dialogs don't open in the Status WebView. I also have that search problem :confused:

adamallidina
2017-06-06 18:29
has joined #hackathon

wanbizu.com
2017-06-06 18:36
has joined #hackathon

comcoin
2017-06-06 18:38
has joined #hackathon

xch0911
2017-06-06 18:43
has joined #hackathon

vidal007
2017-06-06 18:44
has joined #hackathon

peterborah
2017-06-06 18:45
has joined #hackathon

ethereumnick
2017-06-06 18:47
has joined #hackathon

bhaal
2017-06-06 18:49
has joined #hackathon

edlvox
2017-06-06 18:49
has joined #hackathon

handep
2017-06-06 18:50
has joined #hackathon

yonatangov
2017-06-06 18:51
has joined #hackathon

andresmolrod
2017-06-06 18:52
has joined #hackathon

stevelemon
2017-06-06 18:55
has joined #hackathon

manifested
2017-06-06 18:58
has joined #hackathon

ericasun
2017-06-06 19:01
has joined #hackathon

searsguy
2017-06-06 19:02
has joined #hackathon

carloseth
2017-06-06 19:05
has joined #hackathon

inkling
2017-06-06 19:07
has joined #hackathon

dix
2017-06-06 19:08
has joined #hackathon

chronoyo
2017-06-06 19:11
has joined #hackathon

nielsv
2017-06-06 19:12
I am trying to run the add of status-dev-cli on windows and i am getting JSON parse errors in my powershell: ```PS C:\WINDOWS\system32> status-dev-cli add {"whisper-identity": "who-pays", "bot-url": "http://localhost:8080/bot/bot.js", "name": "WhoPays"} --ip 192.168.1.46; At line:1 char:39 + status-dev-cli add {"whisper-identity": "who-pays", "bot-url": "http: ... + ~ Unexpected token ':' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken and with quotes: PS C:\WINDOWS\system32> status-dev-cli add '{"whisper-identity": "who-pays", "bot-url": "http://localhost:8080/bot/bot.js", "name": "WhoPays"}' --ip 192.168.1.46; Error: SyntaxError: JSON Parse error: Expected '}'``` Anyone have an idea?

jarradhope
2017-06-06 19:12
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jeluard
2017-06-06 19:16
@nielsv Try to replace ' with " and escape all inner " with \

octorco
2017-06-06 19:18
has joined #hackathon

nielsv
2017-06-06 19:19
got it working, thanks! What worked for me: ```status-dev-cli add '{\"whisper-identity\": \"who-pays\", \"bot-url\": \"http://localhost:8080/bot/bot.js\", \"name\": \"WhoPays\"}' --ip 192.168.1.46;```

jarradhope
2017-06-06 19:19
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

shamgar
2017-06-06 19:19
has joined #hackathon

parikh27
2017-06-06 19:22
has joined #hackathon

orhanrauf
2017-06-06 19:23
has joined #hackathon

randlos
2017-06-06 19:25
has joined #hackathon

wiser1
2017-06-06 19:29
has joined #hackathon

bloomie
2017-06-06 19:29
@bloomie has left the channel

julian
2017-06-06 19:30
has joined #hackathon

gary96
2017-06-06 19:33
has joined #hackathon

beajinsu
2017-06-06 19:33
has joined #hackathon

rupert_ovo
2017-06-06 19:38
has joined #hackathon

natalieh
2017-06-06 19:41
We have setup the testrpc, and truffle box status already deployed the contract to testing environment, but we still can't see our DApp on mobile status. Do you have any idead of why? Thx:grinning:

andrey
2017-06-06 19:43
hi @natalieh

andrey
2017-06-06 19:43
did you use these steps http://docs.status.im/#my-first-dapp?

andrey
2017-06-06 19:45
Dapp should be opened automatically after `npm run start`

tt
2017-06-06 19:46
has joined #hackathon

isasftw
2017-06-06 19:47
@andrey Any news on the file upload button situation?

andrey
2017-06-06 19:50
i answered above, we don't have permissions for access phone storage

andrey
2017-06-06 19:51
And more like this functionality works unstable in different versions of android

pixel
2017-06-06 20:01
I don't think localStorage.removeItem() is added to Otto VM yet?

pixel
2017-06-06 20:02
Wondering if localStorage.setItem(key, "") is the same


andrey
2017-06-06 20:03
localStorage is available in nightly build

pixel
2017-06-06 20:03
I know @andrey, that's why I'm using localStorage now, I saw that issue :wink:, but there is no support for removeItem yet

andrey
2017-06-06 20:04
oh ok

pixel
2017-06-06 20:04
would be a nice addition as well I think :slightly_smiling_face:

mansurov
2017-06-06 20:08
has joined #hackathon

pixel
2017-06-06 20:11
@andrey I see you also added the debugging stuff :sunglasses: If I enable it for my bot it just says "No log messages found", how should I log these messages?

pixel
2017-06-06 20:11
I tried console.log, but maybe I have to use some Status function?

andrey
2017-06-06 20:13
console.log should work

ashmon
2017-06-06 20:14
has joined #hackathon

pixel
2017-06-06 20:14
mhm, maybe I'm doing something wrong then

isasftw
2017-06-06 20:15
@andrey Crap.. So my entire dapp idea is ruined? :joy:

gregj
2017-06-06 20:15
Hi everyone, Every time, I change my bot.js file, I have to close the app, run a `status-dev-cli add ...` and reopen the status app. I thought `status-dev-cli watch ...` was supposed to reload automatically the chatbot file. Or I missed something.

mega
2017-06-06 20:15
has joined #hackathon

andrey
2017-06-06 20:17
@pixel doesn't work for me too now

andrey
2017-06-06 20:18
hi @gregj watch should reload

jeluard
2017-06-06 20:18
@gregj That's the idea yes. Can you create an issue in `status-dev-cli` github with all steps you are doing?

andrey
2017-06-06 20:18
but not re-render suggestions , you should close suggestions and open again to re-render it

ponderson
2017-06-06 20:19
has joined #hackathon

isasftw
2017-06-06 20:19
@andrey Well, if i don't have access to the phone's storage, what can i do?

gregj
2017-06-06 20:19
Thanks @jeluard @andrey , I will create the issue.

pixel
2017-06-06 20:19
hey @isasftw

isasftw
2017-06-06 20:20
Hey

pixel
2017-06-06 20:20
I don't know what localStorage can handle, but can't you save the data as a base64 string in localStorage?

pixel
2017-06-06 20:20
the gif stuff

pixel
2017-06-06 20:20
or wait

pixel
2017-06-06 20:20
that's not the issue

pixel
2017-06-06 20:20
nvm

isasftw
2017-06-06 20:20
Haha, that's exactly what i'm already doing

pixel
2017-06-06 20:20
you can't upload stuff

isasftw
2017-06-06 20:20
Yeah

idghrist
2017-06-06 20:20
has joined #hackathon

isasftw
2017-06-06 20:21
The problem was that in the webview, the file upload dialog wouldn't open

pixel
2017-06-06 20:21
Mhm, not much you can do about that apart from getting the permissions from Status I suppose

isasftw
2017-06-06 20:22
So pretty much i need to pick another idea for a dapp :confused:

andrey
2017-06-06 20:22
@pixel could you create an issue in https://github.com/status-im/status-dev-cli/issues for debugging?

pixel
2017-06-06 20:22
@andrey Yeah I will

andrey
2017-06-06 20:22
thanks

pixel
2017-06-06 20:26
@andrey https://github.com/status-im/status-dev-cli/issues/10, if you need more information just let me know :slightly_smiling_face:

jarradhope
2017-06-06 20:26
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

gregj
2017-06-06 20:28
Another question. in the file `bot.js`, we have access to the status API and the Web3 API. Does Status load anyhing else (Javascript framework: jQuery, react, ...). Can we easily load a framework ? or the code has to be old school for now ? :slightly_smiling_face:

pixel
2017-06-06 20:36
not sure @gregj, I do see some requires in example code

pixel
2017-06-06 20:36
e.g.

pixel
2017-06-06 20:36
```const fs = require("fs"); const solc = require('solc')```

pixel
2017-06-06 20:36
so maybe adding a npm package and requiring it works, not sure though

liangzhiz
2017-06-06 20:40
has joined #hackathon

jonnycrypto
2017-06-06 20:40
has joined #hackathon

jasonharris10
2017-06-06 20:42
has joined #hackathon

andrey
2017-06-06 20:42
@pixel console.log("test"); works for me now, but it works only in functions which return result

andrey
2017-06-06 20:42
``` status.addListener("on-message-send", function (params, context) { var result = { err: null, data: null, messages: [] }; try { result["text-message"] = "You're amazing, master!"; } catch (e) { result.err = e; } console.log("test"); return result; });```

andrey
2017-06-06 20:44
`6/6/2017, 10:39:53 PM log: "test"`

andrey
2017-06-06 20:45
it doesn't work in the command preview

alexxnica
2017-06-06 20:45
has joined #hackathon

gigu
2017-06-06 20:53
has joined #hackathon

pixel
2017-06-06 20:53
@andrey I see, also got that working here, thanks

benmorrow
2017-06-06 20:53
Reminder: if you haven't already, please fill out the details in your GitHub Issue RSVP, especially the Description and Team members. The Status team is actively looking at the projects

benmorrow
2017-06-06 20:53
@benmorrow pinned a message to this channel.

nielsv
2017-06-06 20:55
So in the documentation it mentions to require fs to load in a solidity contract ```const fs = require("fs");``` but once we call it through a bot it returns "Cannot find module 'fs'"

tatkulkid
2017-06-06 20:57
has joined #hackathon

kapil_v
2017-06-06 20:57
has joined #hackathon

lenifoti
2017-06-06 20:58
has joined #hackathon

xavi
2017-06-06 21:06
has joined #hackathon

ivaf
2017-06-06 21:10
has joined #hackathon

fredo
2017-06-06 21:10
has joined #hackathon

farmeroak
2017-06-06 21:11
If anyone needs a VPS for development or testing (has IPV4), I have an extra

gregj
2017-06-06 21:14
@nielsv @pixel I don't think you can use `require('solc')`. What you mentioned is because Status had copy/pasted the Web3 Documentation (https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethcontract). To have access to require, requiejs lib needs to be imported into Status I guess ...

jarradhope
2017-06-06 21:14
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

coininterview.com
2017-06-06 21:15
has joined #hackathon

bgcurran
2017-06-06 21:17
has joined #hackathon

pixel
2017-06-06 21:20
@gregj Ahh, thanks for clarifying

brayton_boostvc
2017-06-06 21:31
has joined #hackathon

sanmao
2017-06-06 21:31
has joined #hackathon

kipospapos
2017-06-06 21:47
has joined #hackathon

alligatort
2017-06-06 21:48
has joined #hackathon

lcarmichael
2017-06-06 21:49
has joined #hackathon

dj_tjerk
2017-06-06 21:52
has joined #hackathon

fk
2017-06-06 21:54
has joined #hackathon

jumpinjahosafa
2017-06-06 21:57
has joined #hackathon

sekao
2017-06-06 22:04
has joined #hackathon

matthewelijaho
2017-06-06 22:07
has joined #hackathon

dhenz
2017-06-06 22:09
has joined #hackathon

jws325
2017-06-06 22:24
has joined #hackathon

yahi
2017-06-06 22:29
has joined #hackathon

jlaiken
2017-06-06 22:38
has joined #hackathon

benmorrow
2017-06-06 22:40
@karalabe Publicly viewable requirement clarified in the Rules on http://hackathon.status.im: ``` Your team's source code must be available for public review and scrutiny so that anyone can audit it to check for ethics and bugs. One of our core tenents at Status is open development, so you'll be participating in the Ethereum ecosystem the same way we do. You are free to choose any type of licensing as long as your source code is publicly viewable. ```

kevinb
2017-06-06 22:45
has joined #hackathon

realmench
2017-06-06 22:53
has joined #hackathon

gangstar76
2017-06-06 22:58
has joined #hackathon

eitanalka
2017-06-06 23:13
has joined #hackathon

rickiej44
2017-06-06 23:14
has joined #hackathon

crypshotta
2017-06-06 23:17
has joined #hackathon

isaac2
2017-06-06 23:19
Is anyone else having trouble sending a welcome message? Based on the docs I've tried: ```status.on("init", function(params, context) { status.sendMessage("Welcome, friend!"); });```` and ```status.addListener("init", function (params, context) { return {"text-message": "Hey, buddy!"}; });``` With no joy

noman
2017-06-06 23:20
i believe i remember seeing that `sendMessage` was broken until the latest nightly build

lostineverland
2017-06-06 23:20
has joined #hackathon

isaac2
2017-06-06 23:21
noman: Thanks, just updated this morning and got it working for commands

isaac2
2017-06-06 23:22
Weirdly if I use `status.on("init",...` none of my commands show :disappointed:

tomnash
2017-06-06 23:24
@isaac2 `status.addListener('init', ...`

isaac2
2017-06-06 23:26
tomnash: 10 points to you sir

tomnash
2017-06-06 23:26
Had the same problem, don't think status.on works

noman
2017-06-06 23:28
file a bug!

isaac2
2017-06-06 23:29
I'll let you do the honours if you want @tomnash

tomnash
2017-06-06 23:29
Github is down for me :disappointed:

noman
2017-06-06 23:29
whoa

bobbydylan
2017-06-06 23:29
has joined #hackathon

isaac2
2017-06-06 23:29
Same here :cold_sweat:

noman
2017-06-06 23:30
those times when running your own gitlab is suddenly worth it

mano2321
2017-06-06 23:32
has joined #hackathon

ryanmtate
2017-06-06 23:34
has joined #hackathon

davidk772
2017-06-06 23:45
has joined #hackathon

juniuszhou
2017-06-06 23:47
has joined #hackathon

tilo
2017-06-06 23:52
has joined #hackathon

sftrent
2017-06-06 23:57
has joined #hackathon

noman
2017-06-07 00:06
anyone else getting a big red screen with an instabug error when trying to build the status up and install the apk on the phone?

noman
2017-06-07 00:07
running ` react-native run-android` seems to complete, and drops Status onto my phone, but when it opens it shows this

noman
2017-06-07 00:08
anyone run into this one?

partyka1
2017-06-07 00:14
has joined #hackathon

hyug8
2017-06-07 00:15
has joined #hackathon

bskim45
2017-06-07 00:21
has joined #hackathon

474970399
2017-06-07 00:33
has joined #hackathon

maxnachamkin
2017-06-07 00:35
has joined #hackathon

tomnash
2017-06-07 00:48
Hmm - I haven't run into that @noman, I'm building the production version with `lein prod-build`

brent
2017-06-07 00:48
has joined #hackathon

tomnash
2017-06-07 00:48
Then `react-native run-android --variant=release`

zabbarob
2017-06-07 00:49
has joined #hackathon

weeeeether
2017-06-07 00:56
has joined #hackathon

seadog
2017-06-07 01:02
has joined #hackathon

jeffp933
2017-06-07 01:06
has joined #hackathon

jnon
2017-06-07 01:19
has joined #hackathon

wsaults
2017-06-07 01:27
How can you conditionally show different command options? So far I've only been able to add to the commands.

tomnash
2017-06-07 01:28
@wsaults I'm not sure if you can

tomnash
2017-06-07 01:28
We have a rather long list atm :laughing:

wsaults
2017-06-07 01:29
Ahh, ok! I'll shout if I see something

syoshida0717
2017-06-07 01:36
has joined #hackathon

kyorainism
2017-06-07 01:39
has joined #hackathon

ethername
2017-06-07 01:41
has joined #hackathon

r.f
2017-06-07 01:43
has joined #hackathon

frontjang
2017-06-07 01:45
has joined #hackathon

xtxc2009
2017-06-07 01:48
has joined #hackathon

alexyao
2017-06-07 01:50
how do I get the ios testflight client?

tilo
2017-06-07 01:51
@alexyao Send @jarradhope a DM and give him your email address.

hutch
2017-06-07 01:51
@alexyao right now the TestFlight invites are maxed out. If you send your email to Jarrad like tilo said ; he may be able to get someone else deleted and you an invite.

wsaults
2017-06-07 01:56
Is it possible to make the suggestions section appear after the user sends some text?

tomnash
2017-06-07 01:59
you could maybe conditionally return some markup in `status.addListener('on-message-send', ...)`? @wsaults

benmorrow
2017-06-07 02:10
@alexyao Try working in Xcode Simulator if you can

tomnash
2017-06-07 02:11
Anyone ever had all their commands just disappear on them? No syntax errors in the code, ports reversed, dapp successfully added, botfile hosted, but all I can see is the `@browse` command

rocky
2017-06-07 02:12
has joined #hackathon

noman
2017-06-07 02:13
@tomnash hey thanks for the help. that error is gone, the app loads up the title screen on my phone, then a message pops up saying it's downloading the js files and then nothing else ever happens. any ideas?

noman
2017-06-07 02:15
i closed the app and now it loads to the instabug error again :confused:

isaac2
2017-06-07 02:15
tomnash: I had the same thing when I added `status.on`, I?m thinking it's maybe what happens when there?s an error in the bot file?

tomnash
2017-06-07 02:15
Hmm - if you are building release version I don't think it should be downloading the JS files

noman
2017-06-07 02:15
how long would that take?

noman
2017-06-07 02:15
not many minutes i assume

tomnash
2017-06-07 02:16
No - this is different, I have made a super simple command and got rid of everything else, but nothing is showing up

noman
2017-06-07 02:16
oh, "don't"

tomnash
2017-06-07 02:16
Think it might be related to contract compile errors

noman
2017-06-07 02:16
so from the instructions in the docs, i'm running ` BUILD_IDS="android" lein prod-build`

noman
2017-06-07 02:16
with your addition

noman
2017-06-07 02:17
then in a new tab `react-native start`

noman
2017-06-07 02:17
and in a third tab `react-native run-android -- variant=release`

tomnash
2017-06-07 02:17
you don't need `react-native start`, just do the `run-android` command (it will launch packager on its own), and also get rid of the space between `--` and `variant`, that was probably your problem :wink:

noman
2017-06-07 02:18
oh whoops

noman
2017-06-07 02:18
i was reading it off my phone

noman
2017-06-07 02:18
thank you, let me try

tomnash
2017-06-07 02:18
if your pc is anything like as crappy as mine it might take ~9 mins to build and deploy

noman
2017-06-07 02:19
yeah it took that the first time. subsequent ones seem faster

tomnash
2017-06-07 02:19
sticks for a long time on `Building 98% > :app:bundleReleaseJsAndAssets`

noman
2017-06-07 02:19
haha so annoying

noman
2017-06-07 02:19
i don't have to remove the old one, right? it'll just build over top of it?

tomnash
2017-06-07 02:20
mmmmm potentially, depends on the version numbers but you should be alright if you are using the same branch

noman
2017-06-07 02:20
we'll see!

noman
2017-06-07 02:20
i'm still working on trying to get master running

noman
2017-06-07 02:23
how come it's compiling the ios version when i only specified `BUILD_IDS="android"`?

tomnash
2017-06-07 02:24
�\_(?)_/�

noman
2017-06-07 02:24
haha oh well

jethopatel7
2017-06-07 02:44
has joined #hackathon

bitgulu
2017-06-07 02:45
has joined #hackathon

ncoastdigital
2017-06-07 02:47
has joined #hackathon

jacobth
2017-06-07 02:52
has joined #hackathon

yesh0907
2017-06-07 02:55
has joined #hackathon

tornado1014
2017-06-07 03:01
has joined #hackathon

jnxchang
2017-06-07 03:03
has joined #hackathon

tree
2017-06-07 03:04
has joined #hackathon

gaudis
2017-06-07 03:13
has joined #hackathon

jf4nathan
2017-06-07 03:21
has joined #hackathon

bobsmith23
2017-06-07 03:22
has joined #hackathon

rocky
2017-06-07 03:23
discuss about what theme?

amaxj
2017-06-07 03:26
has joined #hackathon

rocky
2017-06-07 03:39
I think this time Status's idea is brilliant! Status's marketcap will be rise up. Because their idea is excellent. Recently cryptocurrency marketcap rise up to 100bn. I think we have to capare cryptocurrency marketcap with the national currency M1 or M2(a mount of money circualation). 4Q16 USA M1 amount was USD 3.3tr. And M2 was USD 13.1 tr. So cryptocurrency marketcap is very small up to now. In my view, cryptocurrency's market just started.

wsaults
2017-06-07 03:39
tomnash: Ok, I'll give that a shot. Thanks!

rocky
2017-06-07 04:02
???????????(crypto currency)??????????????????????(crypto currency)??????100bn??????????????????????????????????????(crypto currency)????????????????????2016?4?? ?????????3???(M1 3.3??? M2 13.3??)????????(crypto currency)?????????????????????????????????(crypto currency)????

rocky
2017-06-07 04:04
Hi,Guys. this is my opinion. Lets discuss abou it. I translate it to chineses for aisan people.

danieldos2
2017-06-07 04:08
has joined #hackathon

noman
2017-06-07 04:11
okay i'm getting there but now i'm having signing problems ``` Execution failed for task ':app:validateSigningRelease'. > Keystore file /path/to/store/file not found for signing config 'release'. ```

noman
2017-06-07 04:12
google is telling me android studio should have a dummy key

tomnash
2017-06-07 04:12
ah - you will need to generate a keystore, one sec while i find the link

tomnash
2017-06-07 04:12
it only has a dummy for debug builds iirc

noman
2017-06-07 04:12
ahh, i think you're right

noman
2017-06-07 04:12
can't i just build the debug one?

tomnash
2017-06-07 04:12

jarradhope
2017-06-07 04:12
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-07 04:12
cool

noman
2017-06-07 04:12
thanks

miningbadger
2017-06-07 04:14
has joined #hackathon

ianlewis
2017-06-07 04:20
has joined #hackathon

annyu
2017-06-07 04:27
has joined #hackathon

devonshen
2017-06-07 04:30
has joined #hackathon

kim
2017-06-07 04:33
has joined #hackathon

blitzio
2017-06-07 04:34
has joined #hackathon

bakhtiyor
2017-06-07 04:37
has joined #hackathon

noman
2017-06-07 04:50
@tomnash it's working!!!

tomnash
2017-06-07 04:51
:smile:

noman
2017-06-07 04:51
:aw_yeah:

noman
2017-06-07 04:51
:boom:

noman
2017-06-07 04:51
the possiblities are limitless now

superfire
2017-06-07 04:57
has joined #hackathon

alwaysjh
2017-06-07 04:59
has joined #hackathon

ci
2017-06-07 05:01
has joined #hackathon

kate2fun
2017-06-07 05:27
has joined #hackathon

natalieh
2017-06-07 05:39
hi , truffle box status has deployed the smart contract to the testing network, after "npm run start", I got the error as below. Anyone can help me understand what 'a going wrong and how can I see my DAPp on my status? FYI that I'am in IOS!

tomnash
2017-06-07 05:39
Hey @natalieh, might wanna refrain from using the `@ channel` command, it notifies everyone via email :slightly_smiling_face:

natalieh
2017-06-07 05:40
OMG! I am so sorry, I didn't realize this

tomnash
2017-06-07 05:40
Regarding your issue, have you turned on debug mode in the console app?

natalieh
2017-06-07 05:40
Thanks for the reminder

nicola
2017-06-07 05:40
how can I get the app to test it?

benmorrow
2017-06-07 05:41
@nicola iOS or Android?

preda
2017-06-07 05:41
has joined #hackathon

lightningli
2017-06-07 05:42
I want to get testflight invitation @benmorrow

james
2017-06-07 05:44
has joined #hackathon

benmorrow
2017-06-07 05:44
We're currently out of TestFlight invites. So if you want to use iOS, you'll have to use the Xcode Simulator. It works great through!

caut10usly0pt1m1st1c
2017-06-07 05:44
has joined #hackathon

roman
2017-06-07 05:45
https://status-im.slack.com/archives/C3NRE0L3U/p1496813834614712 @sid226 it's not possible atm, we don't have event loop in otto vm now, so any scheduled tasks (like with setTimeout ) will not work

jeluard
2017-06-07 05:46
@natalieh Make sure you use `IP=<DEVICE-IP> npm run start` with you device IP

terencepic
2017-06-07 05:46
has joined #hackathon

redoktobercrytpto
2017-06-07 05:47
has joined #hackathon

foba
2017-06-07 05:48
has joined #hackathon

pageknit
2017-06-07 05:48
has joined #hackathon

sid226
2017-06-07 05:48
roma: how do you listen for the events on contract??

foba
2017-06-07 05:48
Hey just curious, what is the deal with RootUtil.java file? Why is there a need to check for root?

paul199513
2017-06-07 05:52
has joined #hackathon

oldhomelh
2017-06-07 05:55
has joined #hackathon

jhens95
2017-06-07 06:00
has joined #hackathon

legogris
2017-06-07 06:00
I got this too. Sometimes the commands show, sometimes they disappear and I can't seem to pinpoint why. Fwiw I'm on Android and my friend on iOS doesn't? have this problem with the same source. I'm on yesterday's nightly and he's on 0.9.8.

natalieh
2017-06-07 06:02
@jeluard Thanks^^We will double check

amolpednekar
2017-06-07 06:02
Suppose I request some ethers from another person via the chatbot, how to notify the receiver

th0r
2017-06-07 06:05
has joined #hackathon

mebbels
2017-06-07 06:07
has joined #hackathon

ivaf
2017-06-07 06:10
Hi!

nicola
2017-06-07 06:18
build failed: RCTStatus.m:4:9: fatal error: ?Statusgo/Statusgo.h? file not found #import <Statusgo/Statusgo.h>

sylvia
2017-06-07 06:18
has joined #hackathon

tomnash
2017-06-07 06:18
@amolpednekar As far as I know there's no way to do 'notifications' in status yet, you'll have to find some crafty way of doing it when the user opens the app, like `status.addListener('init', function{})`

tomnash
2017-06-07 06:20
I think if the commands disappear and come back seemingly at random, then you have syntax errors

tomnash
2017-06-07 06:21
I recommend using a good linter plugin for your IDE so you can easily spot them, for example I use SublimeText with SublimeLinter and eslint

tomnash
2017-06-07 06:21
The problem I mentioned above was due to (I think, anyway) me calling web3.eth.accounts[0] outside of any functions

amolpednekar
2017-06-07 06:25
@tomnash I had actually tried 'init' event, that seems to generate a response only when I sign back into my account, not when just re-open my dapp.

tomnash
2017-06-07 06:25
yeah, /:

amolpednekar
2017-06-07 06:25
Is this s bug or is it supposed to work this way?

amolpednekar
2017-06-07 06:25
*a bug

tomnash
2017-06-07 06:25
It's supposed to work that way I believe

amolpednekar
2017-06-07 06:26
Wow, alright :confused:

roman
2017-06-07 06:31
@amolpednekar if you need ability to register some callback on dapp re-opening please file an issue on github. I?m not sure when we will add this, but it's definitely doable

amolpednekar
2017-06-07 06:33

jarradhope
2017-06-07 06:33
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

roman
2017-06-07 06:34
yes, this repo

murt9000
2017-06-07 06:34
has joined #hackathon

wonkwon
2017-06-07 06:35
has joined #hackathon

ivaf
2017-06-07 06:37
Test app for Android. The problem is the following: - cannot copy the passphrase to recover your account. If I try long press on it the application closes; - when I receive on my smartphone an SMS with the confirmation code the app is closes (probably while trying to automatically insert code from SMS); - a very large flow of traffic. During these two failed launch, the app has used up my daily supply of traffic (over 100 MB). After a series of restarts managed to copy the phrase to recover your account. Yay! :slightly_smiling_face: Question: is this normal behavior for an Android app at this stage?

oldpaul
2017-06-07 06:38
has joined #hackathon

andreyinvestroperm
2017-06-07 06:39
has joined #hackathon

airbus
2017-06-07 06:39
has joined #hackathon

jeluard
2017-06-07 06:41
@ivaf Feel free to open issues on github to track those and we will make sure to take care of them.

roman
2017-06-07 06:41
@sid226 i?m trying to find solution atm, will return as soon as i have one

ivaf
2017-06-07 06:41
OK. Thanks!

aa1928
2017-06-07 06:43
has joined #hackathon

marchettta
2017-06-07 06:48
has joined #hackathon

banrix
2017-06-07 06:55
has joined #hackathon

kingnamedren
2017-06-07 06:56
has joined #hackathon

nicola
2017-06-07 06:57
I just compiled the app from the website but it doesnt go past the splashscreen

benmorrow
2017-06-07 06:59
@nicola on iOS, following Building Status for Development

hushan
2017-06-07 07:01
has joined #hackathon

nicola
2017-06-07 07:02
@benmorrow I did that :disappointed:

tomnash
2017-06-07 07:04
@nicola I don't know why but when I was using XCode, I had to quit XCode after launching the Status app before it would get past the splash screen, tab into XCode and hit `Cmd + Q`, and then Status app might start responding

tomnash
2017-06-07 07:04
A little annoying as you can't get any debug messages after doing this afaik, which is why I switched to using the Android sim

omicron0
2017-06-07 07:07
has joined #hackathon

mjmaurer
2017-06-07 07:09
has joined #hackathon

loen31
2017-06-07 07:11
has joined #hackathon

jemenn
2017-06-07 07:16
has joined #hackathon

snegmagadan
2017-06-07 07:17
has joined #hackathon

sid226
2017-06-07 07:22
@roman ohk thanks.

lavabear
2017-06-07 07:40
has joined #hackathon

mossid
2017-06-07 07:41
has joined #hackathon

jhk0518
2017-06-07 07:44
has joined #hackathon

allen_li
2017-06-07 07:46
has joined #hackathon

bkktky
2017-06-07 07:46
has joined #hackathon

duriangray
2017-06-07 07:49
has joined #hackathon

alwx
2017-06-07 07:53
ivaf: well, it's not completely normal, but there may be problems at this stage (we're still in alpha stage), so if you feel that something is wrong, it's better to create an issue: https://github.com/status-im/status-react/issues

ivaf
2017-06-07 07:57
OK. Thanks!

joekrus
2017-06-07 08:07
has joined #hackathon

roman
2017-06-07 08:16
^ guys, this apk contains fixed whisper delivery

roman
2017-06-07 08:17
if someone is interested in using it for development you can just install it. Before doing this you have to remove previous version of app because this one was signed with different keys (my local version). Unfortunatelly we can't provide updated nightly build atm

roman
2017-06-07 08:18
And be careful if someone not from Satus team will provide any apk, better to install it only on simulator or test device

karalabe
2017-06-07 08:23
I can't answer that question :slightly_smiling_face: Licensing requirements is up to the organizers, though at least the largest Go hackathon (Gohper Gala) explicitly states that > Who owns my code? Does it need to be open source? > You own your code, and it does not need to be open source. However, if you think others could benefit from the code you write, we encourage you to open source it!

rocky
2017-06-07 08:24
thanks. it is very useful

karalabe
2017-06-07 08:24
(of course it needs to be public during the hackathon)

karalabe
2017-06-07 08:24
btw they even made it mandatory to work in a public repo and push regularly so people can track progress and avoid cheating

joaquin
2017-06-07 08:28
somebody knows if the "Otto VM jail" issue has been solved (the fact that the javascript code for bots does not respect the switch-node)

joaquin
2017-06-07 08:28
?

cryptowanderer
2017-06-07 08:28

andrey
2017-06-07 08:30
@joaquin it will not be solved in near feature, please use Ropsten network for bots

joaquin
2017-06-07 08:32
which commands i have to change? or it is a totally different way of doing?

karalabe
2017-06-07 08:39
@roman Yaaaay :slightly_smiling_face: Works :slightly_smiling_face:

cj0152
2017-06-07 08:48
has joined #hackathon

joaquin
2017-06-07 08:52
how i can reuse my bot.js functions on App.js if i want to transform my bot into a Dapp?

profuno
2017-06-07 08:56
has joined #hackathon

drizzleturtle
2017-06-07 08:57
I can send ether but I have trouble sending receiving message to another address?

statustician
2017-06-07 09:09
has joined #hackathon

jessecoole
2017-06-07 09:11
has joined #hackathon

andrey
2017-06-07 09:17
@drizzleturtle have you tried apk above with fixed whisper?

sp999
2017-06-07 09:25
has joined #hackathon

drizzleturtle
2017-06-07 09:25
@andrey Thanks ! I will try it

sangduckkim
2017-06-07 09:32
has joined #hackathon

vantch
2017-06-07 09:35
????

yasu_prism
2017-06-07 09:36
has joined #hackathon

karalabe
2017-06-07 09:36
@cryptowanderer On the docs site, Chorme in Linux can't switch between DIY/Embark/Truffle

karalabe
2017-06-07 09:37
Works in firefox though

wuyan
2017-06-07 09:38
1

cryptofrans
2017-06-07 09:48
has joined #hackathon

lucas999
2017-06-07 09:50
has joined #hackathon

ituber
2017-06-07 09:51
has joined #hackathon

sottovoce
2017-06-07 09:53
has joined #hackathon

marc.b
2017-06-07 09:57
has joined #hackathon

cobb
2017-06-07 09:58
@cobb has left the channel

karalabe
2017-06-07 10:00
@roman Not sure if you're the best person to ask or not. How can I add a custom command to a person-person chat, such as the `receive` and `send` commands?

karalabe
2017-06-07 10:00
I don't mind gutting status if that's what it takes :stuck_out_tongue:

karalabe
2017-06-07 10:01
Also do I understand correctly that those commands a chatbot commands, just "special" in that status whitelisted them to appear in 1-1 convos?

roman
2017-06-07 10:01
currently only ?global? command will be available in other contexts

kabuman55
2017-06-07 10:01
has joined #hackathon


roman
2017-06-07 10:01
but that's only for one command per bot

fprint
2017-06-07 10:03
has joined #hackathon

karalabe
2017-06-07 10:03
I'm trying to create a command similar to "request", where I can prefill some stuff, it does some contract interaction and finally sends some stuff over to the other chat participant to react to

karalabe
2017-06-07 10:05
I'll try to play around with global and see if I can make it work

karalabe
2017-06-07 10:05
haven't touched any bot/integration stuff yet, only investigating what the best approach would be

roman
2017-06-07 10:06
at some point we will introduce permissions management for commands, users will be able to allow bot?s commands in different contexts, but this option is not available atm

karalabe
2017-06-07 10:06
sure, I figured it will land eventually :slightly_smiling_face:

karalabe
2017-06-07 10:06
just wondering how to hack it in the mean time D

karalabe
2017-06-07 10:06
XD

roman
2017-06-07 10:06

roman
2017-06-07 10:07
`(def commands-js (str wallet-js "js with your commands here"))`

2017-06-07 10:08
@famadorian commented on @roman?s file https://status-im.slack.com/files/U0PLL38SH/F5P9G7E3T/status-08b7fafbe977bc4c8844aed160cb74fe24f0f620.apk: I just get a "app not installed.." when I try to install it

2017-06-07 10:08
@famadorian commented on @roman?s file https://status-im.slack.com/files/U0PLL38SH/F5P9G7E3T/status-08b7fafbe977bc4c8844aed160cb74fe24f0f620.apk: do I have to uninstall the other one first?

roman
2017-06-07 10:08
@karalabe or actually, just add them to this file https://github.com/status-im/status-react/blob/develop/bots/wallet/bot.js (it will be weird but should work )

2017-06-07 10:09
@roman commented on @roman?s file https://status-im.slack.com/files/U0PLL38SH/F5P9G7E3T/status-08b7fafbe977bc4c8844aed160cb74fe24f0f620.apk: yes, you have to uninstall prev version



olegst
2017-06-07 10:11
has joined #hackathon

brickw
2017-06-07 10:17
has joined #hackathon

hongmun
2017-06-07 10:25
has joined #hackathon

karalabe
2017-06-07 10:26
@roman Next stupid question

karalabe
2017-06-07 10:26
If I'm running status in an android emulator, how can I reach it from my dev machine

karalabe
2017-06-07 10:27
Since the emulator doesn't seem to give it a publicly reachable IP

karalabe
2017-06-07 10:27
So I can't add my bot to it

phper
2017-06-07 10:27
has joined #hackathon

koji
2017-06-07 10:28
has joined #hackathon

roman
2017-06-07 10:29
i suppose you can use status-dev-cli the same way with emulator

andrey
2017-06-07 10:29
hi @karalabe can you use genymotion?

karalabe
2017-06-07 10:29
the cli tool needs an IP to operate on

roman
2017-06-07 10:29
@andrey @alwx could you elaborate please?

karalabe
2017-06-07 10:29
the emulator doens't give you a reachable ip

karalabe
2017-06-07 10:29
it hides th enetworking layer

tomnash
2017-06-07 10:30
@karalabe use the `adb reverse` commands, that did the trick for me

karalabe
2017-06-07 10:30
which port?

tomnash
2017-06-07 10:30
they're in the docs, one sec

tomnash
2017-06-07 10:30
``` adb reverse tcp:8546 tcp:8546 adb forward tcp:5561 tcp:5561 adb reverse tcp:3000 tcp:3000 adb reverse tcp:8080 tcp:8080 ```

tomnash
2017-06-07 10:31
i don't know if they're all necessary, but i do them all to be safe and it works :smile:

andrey
2017-06-07 10:31
`adb forward tcp:5561 tcp:5561`

andrey
2017-06-07 10:31
and use localhost in --ip

pixel
2017-06-07 10:31
@tomnash funny, I do exactly the same

tomnash
2017-06-07 10:32
pixel: up up up up enter, up up up up enter, up up up up enter, up up up up enter :laughing:

karalabe
2017-06-07 10:32
@andrey Sweet, it worked :slightly_smiling_face:

jackylai1992
2017-06-07 10:32
has joined #hackathon

karalabe
2017-06-07 10:32
Now to make a script that does it for all 3 of my emulator instances :stuck_out_tongue:

pixel
2017-06-07 10:32
I actually have that connected with && :wink: but yeah, I see where you're getting at :grin:

alwx
2017-06-07 10:35
this is probably something we should definitely simplify in the next release of status-dev-cli

karalabe
2017-06-07 10:40
Next issue, how can I update my bot?

karalabe
2017-06-07 10:41
I modify the code, tried to readd (it says it updated it)

karalabe
2017-06-07 10:41
no change

karalabe
2017-06-07 10:41
tried to restart the http server and reupload

karalabe
2017-06-07 10:41
it says it updated, no change

andrey
2017-06-07 10:42
you can use watch command

andrey
2017-06-07 10:42
readd only changes contact fields, name bot-url etc

andrey
2017-06-07 10:43
`status-dev-cli watch [dir] [whisper-identity] --ip [device ip]`

andrey
2017-06-07 10:43
or refresh manually `status-dev-cli refresh [whisper-identity] --ip [device ip]`

rkalis
2017-06-07 10:44
has joined #hackathon

b.md
2017-06-07 10:44
has joined #hackathon

andrey
2017-06-07 10:44
but it doesn't re-render opened suggestions, if you want to see changes in suggestions you need to reopen it

karalabe
2017-06-07 10:45
doesn't update it

karalabe
2017-06-07 10:46
ok, did a remove and add

karalabe
2017-06-07 10:46
that works

andrey
2017-06-07 10:47
so for example in the folder with your bot.js `adb forward tcp:5561 tcp:5561` `status-dev-cli watch $PWD mybot --ip localhost`

andrey
2017-06-07 10:47
should work

karalabe
2017-06-07 10:47
remove & add worked

karalabe
2017-06-07 10:47
all the others just said it updated, but nothing changed

karalabe
2017-06-07 10:47
reopen didn't help either

tomnash
2017-06-07 10:48
paste your watch command @karalabe

karalabe
2017-06-07 10:49
I didn't use watch because I'm on linux and I need to manually build watchman to run it

karalabe
2017-06-07 10:49
refresh said "operation succeeded", then nothing happened

karalabe
2017-06-07 10:49
add also said "successfully updated" but nothing changed

andrey
2017-06-07 10:49
add doesn't reload bot.js

andrey
2017-06-07 10:50
i'm using watch, and haven't tried refresh, i'll try now

andrey
2017-06-07 10:53
one more workaround just relogin

limteh
2017-06-07 10:54
has joined #hackathon

kanesugar
2017-06-07 10:55
has joined #hackathon

karalabe
2017-06-07 10:55
@andrey Thanks for all the suggestions! Remove/add suffices for me for now :slightly_smiling_face:

karalabe
2017-06-07 10:56
I'll try to play with the watch a bit later, now just want to focus on the bot :smile:

juiced
2017-06-07 11:00
has joined #hackathon

fanmeide
2017-06-07 11:01
has joined #hackathon

marcem1818
2017-06-07 11:08
has joined #hackathon

andrey
2017-06-07 11:08
just checked `refresh` command works fine

beastieballer
2017-06-07 11:11
has joined #hackathon

nickj
2017-06-07 11:14
has joined #hackathon

anna
2017-06-07 11:24
hey @adamdossa @xavivives @jasoons @donmullen @fornow I've promised to notify you when we have fix for messaging issue, you can find Android version and instructions here: https://status-im.slack.com/archives/C5F2W6PNV/p1496823398671374

xavivives
2017-06-07 11:25
:partyparrot:

yoshikazzz
2017-06-07 11:31
Hi. I am trying to build and test the iOS app following this instruction: https://wiki.status.im/contributing/development/building-status/ ``` $ lein prod-build $ ./re-natal use-ios-device simulator $ ./re-natal use-figwheel $ BUILD_IDS="ios,android" lein repl $ react-native start $ react-native run-ios ``` to get:

yoshikazzz
2017-06-07 11:33
Where can I find the Status app??

andrey
2017-06-07 11:34
it should be opened automatically

andrey
2017-06-07 11:35
is build was successful?

karalabe
2017-06-07 11:35
does status support retrieving the name of my contact given it's address?

karalabe
2017-06-07 11:35
and vice versa, the address given the name?

adamdossa
2017-06-07 11:36
QQ - is it possible to remove global commands (e.g. /location) from a new chat bot if they're not relevant (e.g. /location)?

andrey
2017-06-07 11:36
@adamdossa location is a "global" command and atm you cant hide it

adamdossa
2017-06-07 11:37
ok - thanks for the quick response.

easyrimka
2017-06-07 11:37
has joined #hackathon

imcc
2017-06-07 11:38
has joined #hackathon

karalabe
2017-06-07 11:40
When I call `web3.eth.contract(abi).at(address)`, I get an error `error-in-jail: TypeError: 'filter' is not a function`

karalabe
2017-06-07 11:42
Hmm, I think my ABI was a string and web3 wants a struct, lemme try

andrey
2017-06-07 11:42
@karalabe unfortunately, i think we don't have such functionality atm for contacts, @alwx

tmoon
2017-06-07 11:51
has joined #hackathon

yoshikazzz
2017-06-07 11:54
@andrey ah? I found the build failed:

karalabe
2017-06-07 11:54
@andrey Can I push some logs to the console from my bot and look at it somehow?

karalabe
2017-06-07 11:54
Something doesn't work and I've no clue how to get some infos out of the bot

andrey
2017-06-07 11:55
@karalabe you can use console.log("")

andrey
2017-06-07 11:55
for every log should be new message in the chat

andrey
2017-06-07 11:55
or you can extract them using `status-dev-cli log <DAPP-IDENTITY> --ip <DEVICE-IP>`

karalabe
2017-06-07 11:56
"No log messages found."

karalabe
2017-06-07 11:57
``` preview: function (params, context) { console.log("log?"); var text = status.components.text({ style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, fontFamily: "font", color: "black" } }, "Hi there"); return {markup: status.components.view({}, [text])}; } ```

andrey
2017-06-07 11:57
it works not very obvious. console.log must be inside the functions that return the result markup

andrey
2017-06-07 11:58
console.log doesn't work in preview :disappointed:

karalabe
2017-06-07 11:59
:stuck_out_tongue:

andrey
2017-06-07 11:59
because preview for messages itself and they can't generate new messages

andrey
2017-06-07 12:00
we're working on this, but atm it works using new messages

karalabe
2017-06-07 12:00
yes, it works when I send it a message and it reacts to it

karalabe
2017-06-07 12:00
I'll try to debug using that

karalabe
2017-06-07 12:02
waait

karalabe
2017-06-07 12:02
I cannot create a contract interface with a bot?

wayne
2017-06-07 12:03
has joined #hackathon

andrey
2017-06-07 12:06
@cryptowanderer @roman can we create a contract interface with a bot?

roman
2017-06-07 12:08
@karalabe can you share a sample of code that doesn?t work for you (as simple as possible, just to reproduce the problem) ?

karalabe
2017-06-07 12:11
Need to do something, but will report back in about an h

mfre
2017-06-07 12:17
has joined #hackathon

alomar111
2017-06-07 12:21
has joined #hackathon

lchtrinken228
2017-06-07 12:24
has joined #hackathon

karalabe
2017-06-07 12:26
@roman boom, figured it out

karalabe
2017-06-07 12:26
`myContract.myMethod("0x" + context.from))` :stuck_out_tongue:

karalabe
2017-06-07 12:27
never occurred to me that I need to manually add 0x

roman
2017-06-07 12:28
ok, great :slightly_smiling_face:

zaylac
2017-06-07 12:30
has joined #hackathon

safsaf71
2017-06-07 12:32
has joined #hackathon

thriller
2017-06-07 12:33
has joined #hackathon

bonkey11
2017-06-07 12:33
has joined #hackathon

joaquin
2017-06-07 12:43
two questions: 1) I don't know React very well. if in the App.js example I wanted to add a button that each time I press on it, it add +1 to the StoreValue... how the line of code would look like? 2) How can I open a js rendered homepage from interacting with a bot? e.g. how to create a /openpage command that opens an empty html?

karalabe
2017-06-07 12:55
Hmm, how can my bot react to a command it is sent?

karalabe
2017-06-07 12:56
I've tried to trace how the faucet request works, but that one has special hard coded logic in the chat package

karalabe
2017-06-07 12:57
``` handler: function (params, context) { status.sendMessage("Hi from bot!"); } ```

karalabe
2017-06-07 12:57
nvm

cnn888
2017-06-07 12:59
has joined #hackathon

cryptorex
2017-06-07 13:00
has joined #hackathon

ktrpn
2017-06-07 13:03
has joined #hackathon

sunfeld
2017-06-07 13:06
has joined #hackathon

lexger2007
2017-06-07 13:09
has joined #hackathon

jacobth
2017-06-07 13:13
Hi everyone. Can I ask what is the timeframe for an official release? Thank you.

karalabe
2017-06-07 13:18
Can I set a custom avatar for my bot?

ethereumnick
2017-06-07 13:19
jacobth: I think the most accurate answer to that is ... when it's done :slightly_smiling_face: The development is on going and the alpha is in active use on the test net. There is still a long way to go before everything is in place for a beta release let alone the "official release"

sunfeld
2017-06-07 13:19
@farazdagi I'm trying to listen for whisper messages in my bot.js with the new whisper enabled apk, but all I get is empty arrays in the `parseMessages` function. ``` var subId = false; function parseMessages (err, messages){ if(!err){ status.sendMessage(JSON.stringify(messages)); } } if(subId){ status.sendMessage('existing sub:'+subId.substr(0,10)); web3.shh.getFloatingMessages(subId, parseMessages); web3.shh.getNewSubscriptionMessages(subId, parseMessages); }else{ web3.shh.newKeyPair(function(err, id){ web3.shh.getPublicKey(id, function(err, pub){ web3.shh.subscribe({type: 'asym', minPow: 1, topics:[], key:pub}, function(e,a){ status.sendMessage('subscribing'); if (e) { status.sendMessage(e); } else { status.sendMessage(a); } subId = a; status.sendMessage('NEW sub:'+subId.substr(0,10)); web3.shh.getFloatingMessages(subId, parseMessages); web3.shh.getNewSubscriptionMessages(subId, parseMessages); }); }); }); } ```

jacobth
2017-06-07 13:20
Great! Thank you. It's coming along great

sunfeld
2017-06-07 13:21
Any ideas as to what is wrong? It's hooked up to the ropsten testnet right?

alwx
2017-06-07 13:22
@karalabe yes, you can ```status-dev-cli add '{"whisper-identity": xxx, "photo-path": xxx}' --ip IP```

karalabe
2017-06-07 13:22
Sweet, thanks! :slightly_smiling_face:

karalabe
2017-06-07 13:23
Would be nice btw if the bot could change its own avatar

karalabe
2017-06-07 13:23
based on whatever it wants :slightly_smiling_face:

alwx
2017-06-07 13:23
yes, great idea!

mikkkk
2017-06-07 13:27
has joined #hackathon

joaquin
2017-06-07 13:29
how can I add into the render() par of the App.js code a line like "onClick={() => MODIFY THE STATE OF THE CONTRACT})} ?

digiruben
2017-06-07 13:31
has joined #hackathon

yoshikazzz
2017-06-07 13:35
On a real Android device, I deployed truffle-box-status, and get ?@browse http://localhost:3000? on the Status app. As several people encountered the same issue, and workaround with ?adb reverse?. But, in real situation, each deployed Dapp should tell its own domain name (like ?http://testetherplay.io?). How can I do this in our truffle-box-status sample code?

jarradhope
2017-06-07 13:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

cryptowanderer
2017-06-07 13:37
@yoshikazzz you need to change the npm `start` script to suit your individual needs - that is where serving on `localhost` is set

karalabe
2017-06-07 13:42
@alwin sweet, and how can I change the status message of the bot?

karalabe
2017-06-07 13:42
like the one set on the console?

roman
2017-06-07 13:43
@karalabe you can't atm

roman
2017-06-07 13:44
https://status-im.slack.com/archives/C5F2W6PNV/p1496842199192554 i don't think that this is possible now, you can do something like this only by sending command/message

yoshikazzz
2017-06-07 13:46
@cryptowanderer thanks for the info. I changed scripts/start.js ``` function run(port) { var protocol = process.env.HTTPS === 'true' ? "https" : "http"; //var host = 'localhost'; // we don't support other hosts at this moment var host = '192.168.11.6'; setupCompiler(host, port, protocol); runDevServer(host, port, protocol); } ``` this part. and scceeded :slightly_smiling_face: ?but it says ?we don't support other hosts at this moment? :thinking_face:

karalabe
2017-06-07 13:47
@roman maybe I didn't formulate correctly. The console has a "Chat with me to blablabla". I want to add something like that

cryptowanderer
2017-06-07 13:47
run with that and see if it works. If not, I'll get back to you. Sorry, am on a bunch of other things right now.

yoshikazzz
2017-06-07 13:47
it actually works, thanks. I just wondered that comment line.

farazdagi
2017-06-07 13:48
@sunfeld well, for `getFloatingMessages()` the signature is pass filter, and get response in output.

farazdagi
2017-06-07 13:49
the same for `getNewSubscriptionMessages()`

farazdagi
2017-06-07 13:50
that's you need to check the returned values from those calls, not pass the `parseMessages` as callback

farazdagi
2017-06-07 13:51
at least it is how I tested that Whisper works in our tests: https://github.com/status-im/status-go/blob/develop/static/tests/whisper.js

orendx
2017-06-07 13:54
has joined #hackathon

roman
2017-06-07 13:54
https://status-im.slack.com/archives/C5F2W6PNV/p1496843223567508 i understand the question, but still looks like it's not possible atm

nict
2017-06-07 14:05
has joined #hackathon

himalayanguru
2017-06-07 14:05
has joined #hackathon

phani
2017-06-07 14:10
has joined #hackathon

rgeraldes
2017-06-07 14:13
has joined #hackathon

king
2017-06-07 14:17
has joined #hackathon

kellas
2017-06-07 14:22
hi guys! can i use setTimeout in bot? ``` setTimeout(function(){ status.sendMessage( select_msg ); }, 3000); setTimeout(function(){ status.sendMessage( 'Tap to this message to select role' ); status.showSuggestions( helloSuggestions(params, context).markup ); }, 5000); ``` not working, what happens?

andrey
2017-06-07 14:24
hi @kellas setTimeout not supported in bot atm

kellas
2017-06-07 14:25
ook..., maybe your have example sendMessage with tap action, for continue dialog?

carl
2017-06-07 14:25
hey P�ter, not sure if Ben already mentioned, but we added 'Rule 5' to http://hackathon.status.im/ `Your team's source code must be available for public review and scrutiny so that anyone can audit it to check for ethics and bugs. One of our core tenents at Status is open development, so you'll be participating in the Ethereum ecosystem the same way we do. You are free to choose any type of licensing as long as your source code is publicly viewable.` Do you think this makes it clear enough? Happy to update if not. Regarding working in a public repo, that's a good point - we could make that more explicit.

karalabe
2017-06-07 14:25
btw, when I add a command and send a message as a response

karalabe
2017-06-07 14:25
quite often the message arrives first

zaira
2017-06-07 14:25
has joined #hackathon

karalabe
2017-06-07 14:25
and the commdn after

zeeshan
2017-06-07 14:27
has joined #hackathon

shay
2017-06-07 14:27
has joined #hackathon

derivative
2017-06-07 14:28
has joined #hackathon

davidchoi
2017-06-07 14:31
has joined #hackathon

karalabe
2017-06-07 14:32
Perfect :slightly_smiling_face:

karalabe
2017-06-07 14:32
Regarding the public repo, imho that ship already sailed if it wasn't announced initially

karalabe
2017-06-07 14:32
(progress wise)

kalmah
2017-06-07 14:34
has joined #hackathon

alon
2017-06-07 14:35
Hey friends, Does the DApp for the hackathon need to be deployed anywhere? Or will you guys be comfortable with running it in development?

wellsyoung
2017-06-07 14:37
has joined #hackathon

andrey
2017-06-07 14:37
@benmorrow ^

farazdagi
2017-06-07 14:40
I am working on introducing event loop and `setTimeout()`, however chances that it will be implemented, tested and released for the hackaton are slim.

phani
2017-06-07 14:41
Hey all, I'm looking for a team. I'm a Node, React, Phonegap, Ionic .... developer.

notnaone
2017-06-07 14:43
has joined #hackathon

corlux
2017-06-07 14:45
has joined #hackathon

eriiiiin
2017-06-07 14:45
has joined #hackathon

andra_b
2017-06-07 14:49
has joined #hackathon

susumu
2017-06-07 14:51
has joined #hackathon

benmorrow
2017-06-07 14:54
alon: Yes, please deploy your DApp so that our judges can interact with it. You can use `gh-pages` to deploy a DApp and you can use the *raw* link on GitHub source for hosting javascript files for a bot.

benmorrow
2017-06-07 14:55
phani: Hi, glad to have you! To find a team, in addition to posting here, you might also try the Teammate Finder doc: https://paper.dropbox.com/doc/Teammate-Finder-O3L6TSocMayvJ9Jjfe40q or just browse through the current projects and see if any of them strike you: https://github.com/status-im/hackathon/issues Hope you both find a good team :slightly_smiling_face:

karalabe
2017-06-07 14:56
Can status add a bot by link from the UI?

karalabe
2017-06-07 14:56
If not, you'll still need to run a looong command with all the fields set up correctly

benmorrow
2017-06-07 14:57
@andrey @jeluard ^

andrey
2017-06-07 15:00
i think we can prepare some scripts for that

yoshikazzz
2017-06-07 15:04
Does anyone else got this error while building iOS app? `$ react-native run-ios` ``` gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now ``` it seems it came from ?/scripts/download-core.sh?

snt-hodler
2017-06-07 15:04
has joined #hackathon

atzh
2017-06-07 15:05
@atzh has left the channel

cryptoinvestor
2017-06-07 15:10
has joined #hackathon

kellas
2017-06-07 15:13
App crashing if i return it on 'on-message-send' ```return {markup: status.components.touchable( {onPress: status.components.dispatch([status.events.SET_VALUE, "@browse url"])}, status.components.view( {}, status.components.text( {}, "Click me" ) ) )}; ```

ta81
2017-06-07 15:18
has joined #hackathon

andrey
2017-06-07 15:19
@kellas there is a typo ```return { markup: status.components.touchable( {onPress: status.components.dispatch([status.events.SET_VALUE, "@browse url"])}, status.components.view({}, [status.components.text({}, "Click me")]))```

andrey
2017-06-07 15:20
`[` status.components.text({}, "Click me") `]`

paul
2017-06-07 15:20
has joined #hackathon

jschoenh
2017-06-07 15:32
has joined #hackathon

yson
2017-06-07 15:33
has joined #hackathon

vincent
2017-06-07 15:34
has joined #hackathon

fbielejec
2017-06-07 15:38
has joined #hackathon

kim.abiola
2017-06-07 15:38
has joined #hackathon

joaopfsilva
2017-06-07 15:42
@joaopfsilva has left the channel

abe
2017-06-07 15:43
has joined #hackathon

andrey
2017-06-07 15:49
@cryptowanderer ^ could you change the docs ?

burubumbum
2017-06-07 15:54
has joined #hackathon

mathias
2017-06-07 15:54
has joined #hackathon

icebergy
2017-06-07 15:58
has joined #hackathon

houseboat
2017-06-07 16:03
has joined #hackathon

periclest
2017-06-07 16:06
has joined #hackathon

kryptomax
2017-06-07 16:09
has joined #hackathon

roelofn
2017-06-07 16:12
has joined #hackathon

sarainsz
2017-06-07 16:13
has joined #hackathon

roelofn
2017-06-07 16:14
Hi can I request an IOS testflight

sco
2017-06-07 16:19
has joined #hackathon

joaquin
2017-06-07 16:21
I get this when trying to connect to ropsten

joaquin
2017-06-07 16:21
Running migration: 1_initial_migration.js Deploying Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. Error: Insufficient funds for gas * price + value

oldhomelh
2017-06-07 16:21
i have active debug mode and do ip =xxx npm run start but still error Anyone who can help me to solve it?

joaquin
2017-06-07 16:21
how i can get ether on ropsten before migrating the contract?

damien
2017-06-07 16:22
has joined #hackathon

csmartins
2017-06-07 16:22
has joined #hackathon

benmorrow
2017-06-07 16:22
roelofn: We don't have any more TestFlight invites available. To use iOS, you'll need to run Status with the Xcode Simulator. Follow these steps: https://wiki.status.im/contributing/development/building-status/ in "Building Status for Development"

deodatus
2017-06-07 16:23
@joaquin do `/faucet` in console

joaquin
2017-06-07 16:24
but at what moment?

joaquin
2017-06-07 16:24
i can't migrate the contract in the first place

joaquin
2017-06-07 16:25
(which faucet URL?)

yuppi
2017-06-07 16:28
has joined #hackathon

deodatus
2017-06-07 16:32
@joaquin the url for status testnet faucet should be http://46.101.129.137:3001

jarradhope
2017-06-07 16:32
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

fm1616
2017-06-07 16:38
has joined #hackathon

oldhomelh
2017-06-07 16:41
why i always happens erroe at status-dev-cli/cli.sh body.type.=error cannot read property type

alpha0436
2017-06-07 16:43
has joined #hackathon

dmilash
2017-06-07 16:43
has joined #hackathon

sid226
2017-06-07 16:47
New status YouTube video is awesome. Well explained.:+1:

marinofalco
2017-06-07 16:47
has joined #hackathon

zalykr
2017-06-07 16:48
has joined #hackathon

kannix
2017-06-07 16:49
i have the same problem.. i send `/faucet` and select the 46.101.129.137 url.. then i get a message `Faucet request has been received` but nothing happens.. :disappointed:

okiedogg
2017-06-07 16:53
has joined #hackathon

joaquin
2017-06-07 16:55
same problem as kannix :disappointed:

hayato
2017-06-07 16:57
has joined #hackathon

adamskijow
2017-06-07 16:59
has joined #hackathon

swdalu
2017-06-07 17:01
has joined #hackathon

aanam.dm
2017-06-07 17:05
has joined #hackathon

imac5
2017-06-07 17:08
has joined #hackathon

nukkie11
2017-06-07 17:11
has joined #hackathon

deodatus
2017-06-07 17:13
@joaquin @kannix has the blockchain fully sync on your client? Status should show syncing percentage/progress on top of the screen. I've req some eth testnet via the faucet half an hour ago and got replied the request has been received, checked the wallet but still 0 eth testnet because mine are still syncing. Checked again just now and its fully synced, got 1 eth testnet in the wallet :blush:

baltcoin33
2017-06-07 17:16
has joined #hackathon

artem.bykov
2017-06-07 17:16
has joined #hackathon

d06eth
2017-06-07 17:18
has joined #hackathon

gratsal
2017-06-07 17:21
has joined #hackathon

johnz
2017-06-07 17:22
has joined #hackathon

pixel
2017-06-07 17:25
Heyo, has the sendMessage been fixed in the latest nightly?

jeluard
2017-06-07 17:27
@pixel yes

pixel
2017-06-07 17:28
@jeluard cool, thanks

msnillo
2017-06-07 17:36
has joined #hackathon

sukrithanda
2017-06-07 17:38
has joined #hackathon

nishantsah
2017-06-07 17:41
has joined #hackathon

otherdave
2017-06-07 17:43
has joined #hackathon

pixel
2017-06-07 17:45
I don't think this is possible yet, but is there any way to select a user from your contacts?

pixel
2017-06-07 17:45
in an input, as suggestions

pixel
2017-06-07 17:45
Basically what the top image at https://hackathon.status.im/ shows :slightly_smiling_face:

nadavhollander
2017-06-07 17:46
Hey all -- quick q

nadavhollander
2017-06-07 17:46
are contract deployment transactions supported from within the webview?

nadavhollander
2017-06-07 17:47
also -- this might have been addressed earlier, but does anyone have advice on debugging within webviews on the ios build?

thientruongsms
2017-06-07 17:47
has joined #hackathon

drpie34
2017-06-07 17:51
has joined #hackathon

al3ks
2017-06-07 17:53
has joined #hackathon

zaratemax
2017-06-07 17:54
has joined #hackathon

anon123321
2017-06-07 17:55
has joined #hackathon

chhessstooo
2017-06-07 17:59
has joined #hackathon

csz113
2017-06-07 17:59
has joined #hackathon

puntje
2017-06-07 18:01
has joined #hackathon

alon
2017-06-07 18:03
@benmorrow Awesome thanks!

paitso
2017-06-07 18:05
has joined #hackathon

genik1988
2017-06-07 18:08
has joined #hackathon

eergasm
2017-06-07 18:10
has joined #hackathon

khatib
2017-06-07 18:11
has joined #hackathon

kittenman
2017-06-07 18:13
has joined #hackathon

emiliobr
2017-06-07 18:13
has joined #hackathon

miguelmota
2017-06-07 18:15
has joined #hackathon

laramie
2017-06-07 18:20
has joined #hackathon

doubled7
2017-06-07 18:20
has joined #hackathon

gregor
2017-06-07 18:21
@gregor has left the channel

etherkid
2017-06-07 18:21
has joined #hackathon

ashikmiah
2017-06-07 18:21
has joined #hackathon

churchofnotnothing
2017-06-07 18:21
has joined #hackathon

lukas
2017-06-07 18:28
has joined #hackathon

jrts9
2017-06-07 18:28
has joined #hackathon

gilesvisive
2017-06-07 18:29
has joined #hackathon

bentheo_
2017-06-07 18:32
has joined #hackathon

toni23
2017-06-07 18:34
has joined #hackathon

aldfin
2017-06-07 18:37
has joined #hackathon

carlwil
2017-06-07 18:38
has joined #hackathon

mikemikemike
2017-06-07 18:41
has joined #hackathon

fireitup
2017-06-07 18:41
has joined #hackathon

chadarr
2017-06-07 18:44
has joined #hackathon

mono
2017-06-07 18:45
has joined #hackathon

matt-b
2017-06-07 18:45
has joined #hackathon

xelle3000
2017-06-07 18:48
has joined #hackathon

uanix
2017-06-07 18:50
has joined #hackathon

abhoward
2017-06-07 18:51
has joined #hackathon

benmorrow
2017-06-07 18:52
Reminder: Be sure to update your GitHub Issue RSVP. The Status team is actively looking for promising projects. We're more inclined to help when we can see what you're up to. Show your strength by writing a solid description about what you're building and make sure you have your teammates' details filled in :slightly_smiling_face:

benmorrow
2017-06-07 18:52
@benmorrow pinned a message to this channel.

joaquin
2017-06-07 18:52
@deodatus it works now it seems. i just run migrations or o also have to run truffle publish?

monday
2017-06-07 18:53
has joined #hackathon

deodatus
2017-06-07 18:54
@joaquin nice! you need to further ask that to a dev tho, which I'm not :sweat_smile:

dj
2017-06-07 18:56
has joined #hackathon

azhdar
2017-06-07 18:57
has joined #hackathon

et718
2017-06-07 18:57
has joined #hackathon

mstats
2017-06-07 18:58
has joined #hackathon

monday
2017-06-07 18:58
@monday has left the channel

simon_brooke
2017-06-07 19:04
has joined #hackathon

willio
2017-06-07 19:07
has joined #hackathon

booyah2
2017-06-07 19:09
has joined #hackathon

seppo
2017-06-07 19:12
has joined #hackathon

maxd
2017-06-07 19:13
has joined #hackathon

andrey
2017-06-07 19:13
@pixel we have implemented this. but unfortunately it will not be released during hackaton

pixel
2017-06-07 19:13
@andrey okay thanks, it would really improve the usability of our bot

pixel
2017-06-07 19:13
but we'll just explain how we would do it then

pixel
2017-06-07 19:14
currently our app involves copy and pasting ether addresses :smile:

andrey
2017-06-07 19:15
hi @nadavhollander you can deploy contracts within webview, and here you can find how to debug http://docs.status.im/#debugging

clumsy_assassin
2017-06-07 19:16
has joined #hackathon

remyroy
2017-06-07 19:16
has joined #hackathon

alon
2017-06-07 19:24
@benmorrow Does our description look good? https://github.com/status-im/hackathon/issues/20

jarradhope
2017-06-07 19:24
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pf94
2017-06-07 19:24
has joined #hackathon

farazdagi
2017-06-07 19:27
@farazdagi pinned a message to this channel.

rugger937
2017-06-07 19:31
has joined #hackathon

cdogstu99
2017-06-07 19:33
has joined #hackathon

podiensis
2017-06-07 19:34
has joined #hackathon

a_dot_ham
2017-06-07 19:36
has joined #hackathon

uppercut
2017-06-07 19:40
has joined #hackathon

mgolawski
2017-06-07 19:42
has joined #hackathon

benmorrow
2017-06-07 19:42
alon: Yep, you guys are :dart:

sorter
2017-06-07 19:47
has joined #hackathon

ericfbm
2017-06-07 19:48
has joined #hackathon

pat_o
2017-06-07 19:56
has joined #hackathon

novle40
2017-06-07 19:59
has joined #hackathon

kyle.anderson
2017-06-07 20:00
has joined #hackathon

adamdossa
2017-06-07 20:00
Hey All - anyone know if it is possible to add style / format to either the status.sendMessage text, or the text returned as {"text-message": <text>}? (this is in bot,js)

bj
2017-06-07 20:07
has joined #hackathon

noverlap
2017-06-07 20:08
has joined #hackathon

m4tts1p
2017-06-07 20:10
has joined #hackathon

chris-shelton
2017-06-07 20:14
has joined #hackathon

gblockchaing
2017-06-07 20:15
has joined #hackathon

carolyn.reckhow
2017-06-07 20:20
has joined #hackathon

ethguy
2017-06-07 20:20
has joined #hackathon

agm.
2017-06-07 20:20
has joined #hackathon

jorn
2017-06-07 20:23
has joined #hackathon

nadavhollander
2017-06-07 20:26
Thanks @andrey

tonys
2017-06-07 20:27
has joined #hackathon

fornow
2017-06-07 20:28
When building status with "react-native run-ios" i get this error: "fatal error: 'Statusgo/Statusgo.h' file not found"

roman
2017-06-07 20:29
@fornow did you run `mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack`?

roman
2017-06-07 20:29
this error means that xcode can't find `status-go`

fornow
2017-06-07 20:31
i don't remember running mvn. I'll try it again and let you now


roman
2017-06-07 20:32
you can find mvn in `Dependencies & Setup` section

fornow
2017-06-07 20:32
should i do ''cd ios && pod install && cd .. '' again after mvn?

roman
2017-06-07 20:33
no, maven?s deps don't affect cocoapods

fornow
2017-06-07 20:35
@roman thanks im getting build succeeded now

roman
2017-06-07 20:37
https://status-im.slack.com/archives/C5F2W6PNV/p1496865621314062 @adamdossa you can make text bold by using `*bold_text*`, cursive `~cursive_text~` (just found that it doesn?t work on iOS, but it works on Android) and you can add new line with `\n`. That?s all for `text-message` atm

sirchtophe
2017-06-07 20:38
has joined #hackathon

bpemble
2017-06-07 20:42
@bpemble has left the channel

karlfreeman
2017-06-07 20:43
has joined #hackathon

weerbeerq
2017-06-07 20:46
has joined #hackathon

alabama502
2017-06-07 20:50
has joined #hackathon

dinu
2017-06-07 20:52
has joined #hackathon

ppunktw
2017-06-07 20:55
has joined #hackathon

browens9
2017-06-07 20:56
has joined #hackathon

wc
2017-06-07 20:59
has joined #hackathon

ragrvs
2017-06-07 21:00
has joined #hackathon

scottmatheina
2017-06-07 21:00
has joined #hackathon

zbeezy
2017-06-07 21:01
has joined #hackathon

gregj
2017-06-07 21:02
Hi everyone, Can i call a contract in a command ?

marty
2017-06-07 21:02
has joined #hackathon

wolfofcrypto
2017-06-07 21:04
has joined #hackathon

jeluard
2017-06-07 21:04
@gregj Yes you can, `web3` is available.

tsubic
2017-06-07 21:05
has joined #hackathon

tonyd
2017-06-07 21:05
has joined #hackathon

nadavhollander
2017-06-07 21:06
I'm having issues debugging in the iOS webviews -- can get the safari remote debugging working within the iOS safari browser, but it doesn't pull up within status

nadavhollander
2017-06-07 21:06
has anybody managed to debug webviews on iOS yet?

gregj
2017-06-07 21:07
Thanks @jeluard , Can I use asynchronous call (with Promise) ? any example ?

nadavhollander
2017-06-07 21:07
I think it might have to do with developer provisioning -- I'm running in a TestFlight Alpha

nfnty
2017-06-07 21:08
has joined #hackathon

dardanmiftari
2017-06-07 21:08
has joined #hackathon

jeluard
2017-06-07 21:11
gregj: No Promise are not supported for bot. Only ES5 syntax.

jeluard
2017-06-07 21:11
No real example out yet.

jeluard
2017-06-07 21:12
There was some discussion about it couple days ago in the channel. It might give you some hints.

jeluard
2017-06-07 21:12
We are also working on some tutorials.

adsactly
2017-06-07 21:12
has joined #hackathon

cryptowanderer
2017-06-07 21:13
nadavhollander: yeah, apple is a bitch like that. I've been working off my android phone because of the issues I was having with develop provisioning...

gregj
2017-06-07 21:14
Thanks for your answer. Any plan to move from es5 to es6 ? integrate tools like requirejs ? That would be great and much easier to develop, but I understand, it's early days :slightly_smiling_face:

dabipet
2017-06-07 21:15
has joined #hackathon

jonesyjonesy
2017-06-07 21:17
has joined #hackathon

olgavdovskih
2017-06-07 21:17
has joined #hackathon

piree
2017-06-07 21:21
has joined #hackathon

joasiee
2017-06-07 21:21
has joined #hackathon

zarathustra
2017-06-07 21:22
has joined #hackathon

kits
2017-06-07 21:24
has joined #hackathon

dion6898
2017-06-07 21:24
has joined #hackathon

swagtroll
2017-06-07 21:32
has joined #hackathon

drinkwater
2017-06-07 21:35
has joined #hackathon

edspeakman
2017-06-07 21:35
has joined #hackathon

lew
2017-06-07 21:36
has joined #hackathon

jgm
2017-06-07 21:37
has joined #hackathon

vitorcoelho
2017-06-07 21:40
has joined #hackathon

wolfenris
2017-06-07 21:50
has joined #hackathon

ltx3111
2017-06-07 21:52
has joined #hackathon

pixel
2017-06-07 21:53
hey, question, I'm deploying my contract from my bot to Ropsten. The contract deploys alright.

pixel
2017-06-07 21:54
problem is

pixel
2017-06-07 21:54
my contract has the default callback function

gjdam
2017-06-07 21:54
has joined #hackathon

pixel
2017-06-07 21:54
```var myContractReturned = myContract.new(params.list, 'desc', users, { from: web3.eth.accounts[0], data: code, gas: '4700000' }, function(err, myContract) { if (!err) { // NOTE: The callback will fire twice! // Once the contract has the transactionHash property set and once its deployed on an address. // e.g. check tx hash on the first call (transaction send) if(myContract.address) { status.sendMessage(myContract.transactionHash); // The hash of the transaction, which deploys the contract // check address on the second call (contract deployed) } else { status.sendMessage(myContract.address); // the contract address } // Note that the returned "myContractReturned" === "myContract", // so the returned "myContractReturned" object will also get the address set. } });```

pixel
2017-06-07 21:54
but the second status.sendMessage does not get called, or triggered

pixel
2017-06-07 21:55
notice the ```// NOTE: The callback will fire twice!```

pixel
2017-06-07 21:55
but even if I do status.sendMessage in that check, without any if checks around it, it only gets called once

vauva
2017-06-07 21:58
has joined #hackathon

cryptocube
2017-06-07 21:59
has joined #hackathon

toon9
2017-06-07 22:03
has joined #hackathon

gashic78
2017-06-07 22:04
has joined #hackathon

jk2017
2017-06-07 22:05
has joined #hackathon

chenhuazhen
2017-06-07 22:06
has joined #hackathon

spoiledwranglers
2017-06-07 22:07
has joined #hackathon

resurexxi
2017-06-07 22:09
has joined #hackathon

surferfc
2017-06-07 22:11
has joined #hackathon

noahsark
2017-06-07 22:12
has joined #hackathon

crayonberry
2017-06-07 22:13
has joined #hackathon

prakash
2017-06-07 22:16
has joined #hackathon

guilffer
2017-06-07 22:22
has joined #hackathon

samaviya
2017-06-07 22:27
has joined #hackathon

adamdossa
2017-06-07 22:30
@roman - another question to bug you with... When working with status.response, the example makes it seem as though if you return something like the below: ``` return { event: "register", params: [], request: { command: "latestStatus" } }; ``` from a handler of a command, then it will generate a response command to the user - in this case triggering the latestStatus command (which I define as a command with the name latestStatus and call status.command(latestStatus) on). But - in my case I get a little circular icon on the right of my command preview, but it doesn't actually do anything. I'm using your build with sendMessage / returning text-message from handlers which you sent me earlier - possibly a bug introduced alongside these changes?

n.tar.gz
2017-06-07 22:32
has joined #hackathon

thomas_s
2017-06-07 22:36
has joined #hackathon

gravy
2017-06-07 22:36
h

rocky
2017-06-07 22:38
Is there any benefits in ICO to status user?

benmorrow
2017-06-07 22:39
rocky: Please keep discussions like this in #status. This channel is only for the hackathon

c0ldburn_
2017-06-07 22:40
has joined #hackathon

adamdossa
2017-06-07 22:43
@roman - sorry - another bug / question: Doing something like: ``` status.sendMessage("Proof1: " + params.proof + " has been shipped to the " + params.registrar + " Oraclize query for validation!\nPlease be patient, this may take several minutes!"); return { event: "register", params: [], request: { command: "latestStatus" } }; ``` i.e. using sendMessage, then returning an "event" causes the Status app to crash and burn repeatedly on sign in. Only recovery is deleting and re-sideloading. If there is a more useful way of me sending you logs for this let me know.

blkbearbeets
2017-06-07 22:47
Are location services accessible through the Status API?

tomnash
2017-06-07 22:55
Hey folks, I am assuming there is no way to share the bot's localStorage with the webview's?

pixel
2017-06-07 22:55
I'm at a loss. There seems to be no way to get the contractHash back after the contract is deployed.

pixel
2017-06-07 22:56
The callback doesn't work properly, it only shows the transactionHash, does not get called the second time (eventhough the contract is deployed successfully). We can't use setInterval, we can't use setTimeout, we can't use filter.watch? Anything we can use in Otto VM? :cry:

tomnash
2017-06-07 22:57
Pixel, check out the deploy command in my bot file :slightly_smiling_face: https://github.com/morelazers/SaveWithStatus/blob/master/build/bot/bot.js

jarradhope
2017-06-07 22:57
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

tomnash
2017-06-07 22:57
I have a method `waitForMining` which takes a tx hash and returns the tx receipt - it should work for your needs :slightly_smiling_face:

pixel
2017-06-07 22:58
A while loop

pixel
2017-06-07 22:58
Epic

tomnash
2017-06-07 22:58
:smile:

pixel
2017-06-07 22:58
Thanks alot @tomnash

tomnash
2017-06-07 22:58
It is not very pretty but it works for us :smiley:

pixel
2017-06-07 22:58
Hah, yeah.

pixel
2017-06-07 22:59
Whatever works though, it's a hackathon for a reason.

pixel
2017-06-07 22:59
Thanks again. Saved!

jmj
2017-06-07 23:00
has joined #hackathon

tomnash
2017-06-07 23:01
Also worth noting @pixel that the bot supports synchronous RPC requests, so you don't usually need to bother with callbacks

pixel
2017-06-07 23:01
I read that yeah, but I still needed some way to find out if my contract was actually processed

hugokan
2017-06-07 23:05
has joined #hackathon

piergianni
2017-06-07 23:12
has joined #hackathon

heyneel
2017-06-07 23:15
has joined #hackathon

kuhsdev
2017-06-07 23:17
has joined #hackathon

cameronsmith
2017-06-07 23:18
has joined #hackathon

ryroberts
2017-06-07 23:19
has joined #hackathon

yonas
2017-06-07 23:22
has joined #hackathon

capitanredbeard
2017-06-07 23:29
has joined #hackathon

geniusboy91
2017-06-07 23:30
has joined #hackathon

billball
2017-06-07 23:34
has joined #hackathon

biodrone
2017-06-07 23:42
has joined #hackathon

sw3dishmeatball
2017-06-07 23:43
has joined #hackathon

brad.wren
2017-06-07 23:48
has joined #hackathon

tizzle
2017-06-07 23:52
has joined #hackathon

frazac
2017-06-07 23:53
has joined #hackathon

gc1177
2017-06-07 23:56
has joined #hackathon

4egidio
2017-06-08 00:01
has joined #hackathon

future213
2017-06-08 00:01
has joined #hackathon

4ndy
2017-06-08 00:02
has joined #hackathon

nadavhollander
2017-06-08 00:03
Hey all -- has anybody else had trouble broadcasting transactions on iOS within webviews using web3?

tomnash
2017-06-08 00:04
@nadavhollander Can't say I have - can you put javascript alerts in your callbacks to try to catch any errors?

nadavhollander
2017-06-08 00:04
yup, tried that

nadavhollander
2017-06-08 00:04
callback never fires

nadavhollander
2017-06-08 00:04
works on metamask

nadavhollander
2017-06-08 00:05
it's weird -- how have you guys been initializing your web3 object?

tomnash
2017-06-08 00:06
I don't think I have, Status injects it, so we just wait until it's there

makoto
2017-06-08 00:07
@nadavhollander ```const provider = new Web3.providers.HttpProvider('http://localhost:8546') const web3 = new Web3(provider);```

jarradhope
2017-06-08 00:07
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

makoto
2017-06-08 00:08
Make sure you point to `8546` if you startup testrpc on non standard port (which was instructed on the doc)

jqhils
2017-06-08 00:08
has joined #hackathon

nadavhollander
2017-06-08 00:08
Even for ropsten? Or is that only for testrpc?

tgcoin
2017-06-08 00:08
has joined #hackathon

nadavhollander
2017-06-08 00:11
@tomnash have you been doing anything along the lines of @makoto had to do?

tomnash
2017-06-08 00:11
No, I haven't touched the web3 object other than using it

magyarb
2017-06-08 00:12
has joined #hackathon

wildbeast
2017-06-08 00:12
has joined #hackathon

nadavhollander
2017-06-08 00:12
and this is within the webviews, right? not just in the chatbot source?

tomnash
2017-06-08 00:14
Yeah, one of our dapps is running without modification of the web3 object in the webview

nadavhollander
2017-06-08 00:15
yeesh

nadavhollander
2017-06-08 00:16
well, thanks guys, i'll keep trying different things

makoto
2017-06-08 00:16
This is how their example dapp app is connecting to web3 https://github.com/status-im/truffle-box-status/blob/master/src/App.js

jarradhope
2017-06-08 00:16
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

whardier
2017-06-08 00:17
has joined #hackathon

nadavhollander
2017-06-08 00:22
hmmm -- have either of you tested the dapps out on ropsten as opposed to testrpc?

idris
2017-06-08 00:22
has joined #hackathon

jake
2017-06-08 00:23
has joined #hackathon

samhyamss
2017-06-08 00:26
has joined #hackathon

deathcat
2017-06-08 00:27
has joined #hackathon

oskarolini
2017-06-08 00:28
has joined #hackathon

statuswonder
2017-06-08 00:28
has joined #hackathon

sunchipz
2017-06-08 00:30
has joined #hackathon

nzo10
2017-06-08 00:39
has joined #hackathon

jeremyyancey
2017-06-08 00:41
has joined #hackathon

hector
2017-06-08 00:52
has joined #hackathon

ikkoto
2017-06-08 00:56
has joined #hackathon

greymou5er
2017-06-08 00:57
has joined #hackathon

tomasmunoz93
2017-06-08 00:58
has joined #hackathon

mrlinjia
2017-06-08 00:58
has joined #hackathon

ijk
2017-06-08 00:58
has joined #hackathon

q332153575
2017-06-08 01:02
has joined #hackathon

tomnash
2017-06-08 01:06
Ropsten is what we're using @nadavhollander

view
2017-06-08 01:07
has joined #hackathon

noman
2017-06-08 01:08
hey friends, i'm pretty new to android development. is there no way other than to rebuild my app and redeploy it to my device to view my changes?

noman
2017-06-08 01:08
i'm a web person and am really missing hot reloading at this moment

ivanm
2017-06-08 01:08
has joined #hackathon

tomnash
2017-06-08 01:09
If you're modifying the clojure @noman then I'm not sure, I know React Native has hot reloading, but I'm not sure whether it will work for you

noman
2017-06-08 01:10
yeah i have hot reloading for my actual dapp but wondering about the react native/closurescript part

noman
2017-06-08 01:10
wait i thought the react native was written in closurescript

tomnash
2017-06-08 01:10
To get hot reloading you'll have to build for development, and then enable hot reloading in the React Native dev menu within the app

pepo1981
2017-06-08 01:10
has joined #hackathon

noman
2017-06-08 01:10
oh i see

noman
2017-06-08 01:11
so i can have my device plugged into my computer, be running a dev build of status on my device, and get it to hot reload the react-native?

tomnash
2017-06-08 01:11
so do something like `react-native run-android` (without the release variant) and then when the app launches, I think it's `control + m` in the simulator to access the dev menu

noman
2017-06-08 01:11
ah i'm not using the emulator at the moment. maybe i should

tomnash
2017-06-08 01:11
I think so, but don't quote me on it as I've never tried it with Status, this is how I have done it with React Native apps in the past though

noman
2017-06-08 01:11
i was having trouble with the emulator inside android studio but i'll have to try it again

noman
2017-06-08 01:11
wow cool

noman
2017-06-08 01:12
:heart: react :heart:

tomnash
2017-06-08 01:13
Yeah native is very neato - surprised they have made something this functional and pretty considering how new it still is

noman
2017-06-08 01:14
i'm really excited to learn it. i write reactjs all day and have been really wanting to get into mobile apps

hlhst
2017-06-08 01:15
has joined #hackathon

nickemmons
2017-06-08 01:18
has joined #hackathon

mr.laserman
2017-06-08 01:20
has joined #hackathon

tomnguyen
2017-06-08 01:20
For webview Dapp, I don't see the Tx confirmation dialogue like Metamask. How does Status confirm Tx?

noman
2017-06-08 01:22
a screen should pop up, yes

noman
2017-06-08 01:23
i ended up finding an error about `web3.eth.getCoinbase()` not existing and i switched to `web3.eth.accounts[0]` to get the active account

millerboss
2017-06-08 01:25
has joined #hackathon

sebasinar
2017-06-08 01:27
has joined #hackathon

krane
2017-06-08 01:37
has joined #hackathon

lewisyuu
2017-06-08 01:38
has joined #hackathon

everest
2017-06-08 01:39
has joined #hackathon

goob
2017-06-08 02:03
has joined #hackathon

bustergg
2017-06-08 02:09
has joined #hackathon

delusionalreality
2017-06-08 02:10
has joined #hackathon

v777v
2017-06-08 02:12
has joined #hackathon

scol
2017-06-08 02:13
has joined #hackathon

tomaszewskijs
2017-06-08 02:18
has joined #hackathon

jjanas
2017-06-08 02:24
has joined #hackathon

cpinkos
2017-06-08 02:25
has joined #hackathon

makoto
2017-06-08 02:26
@andrey @benmorrow I am trying to figure out how to deploy. Is all required to change `bot-url` from `localhost` to any deployed url?

likepeas
2017-06-08 02:27
has joined #hackathon

tomnash
2017-06-08 02:29
I can't seem to get the `fullscreen` prop to work for a command - anyone else had success with this?

waffles
2017-06-08 02:36
has joined #hackathon

beta
2017-06-08 02:38
has joined #hackathon

slickmcfavoriteucb
2017-06-08 02:40
has joined #hackathon

rorszulak
2017-06-08 02:45
has joined #hackathon

yorkday
2017-06-08 02:46
has joined #hackathon

resister99
2017-06-08 02:47
has joined #hackathon

jackanooga
2017-06-08 02:50
has joined #hackathon

batesy
2017-06-08 02:51
has joined #hackathon

meegs
2017-06-08 02:51
has joined #hackathon

natalieh
2017-06-08 02:51
Hey all, I have reached the demo app, and adjust my iPhone host to the my computer ip. But when I try to start the status in my computer, It failed! Are there any special configuration needed for my iphone? When I execute the status dev cli scan, I can not find my iPhone. Any suggestion?

tomnash
2017-06-08 02:53
Can you post an error message @natalieh

ajcronk
2017-06-08 02:55
has joined #hackathon

natalieh
2017-06-08 02:56
@tomnash here is the error keeps blocking me

lawkbs
2017-06-08 02:56
has joined #hackathon

oldhomelh
2017-06-08 02:57
192.168.0.100 The app is running at: http://localhost:3000/ Note that the development build is not optimized. To create a production build, use npm run build. ================================================= /Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/status-dev-cli/cli.js:119 } else if (body.type == "error") { ^ TypeError: Cannot read property 'type' of undefined at /Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/status-dev-cli/cli.js:119:32 at Request._callback (/Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/status-dev-cli/index.js:30:9) at Request.self.callback (/Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/request/request.js:188:22) at emitTwo (events.js:106:13) at Request.emit (events.js:194:7) at Request.<anonymous> (/Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/request/request.js:1171:10) at emitOne (events.js:96:13) at Request.emit (events.js:191:7) at IncomingMessage.<anonymous> (/Users/linhan/Documents/gitRepository/truffle-box-status/node_modules/request/request.js:1091:12) at Object.onceWrapper (events.js:293:19) =================================================

jarradhope
2017-06-08 02:57
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

oldhomelh
2017-06-08 02:58
this is the error details

natalieh
2017-06-08 02:59
@tomnash old homely is my teammate, can you refer to the error he posted for more details

oldhomelh
2017-06-08 02:59
my environment is macos sierra 10.12.3 status dev cli 3.2.9 npm 4.2.0

tomnash
2017-06-08 03:06
hmm :confused:

tomnash
2017-06-08 03:07
I am not sure about that one - you might have to wait til the Status guys wake up @andrey @jeluard

natalieh
2017-06-08 03:08
Thx^^

sloth
2017-06-08 03:10
has joined #hackathon

chimpman
2017-06-08 03:10
has joined #hackathon

hitony7
2017-06-08 03:13
has joined #hackathon

antoon
2017-06-08 03:13
anyone have the latest apk?

seqlar
2017-06-08 03:19
has joined #hackathon

cdepratt
2017-06-08 03:19
has joined #hackathon

chozz
2017-06-08 03:21
has joined #hackathon

jarradhope
2017-06-08 03:22
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 03:22
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

tomnash
2017-06-08 03:22
@antoon i tried to post it but it got auto deleted, it was posted yesterday though if you scroll up, i think you should be able to search for pinned messages too

jmull
2017-06-08 03:26
has joined #hackathon

hubinxoy
2017-06-08 03:28
has joined #hackathon

deppcyan
2017-06-08 03:28
has joined #hackathon

wscjwsnd
2017-06-08 03:29
has joined #hackathon

singaporearchitect
2017-06-08 03:32
has joined #hackathon

antoon
2017-06-08 03:32
tomnash: thanks, im not sure i can find it, having difficulty opening on pixel xl on update with android o

tomnash
2017-06-08 03:32
Hang on, I'll dm, it might work in there

bullsonparade
2017-06-08 03:35
has joined #hackathon

makoto
2017-06-08 03:36
Has anyone deployed Dapps to github pages? I am getting error connecting to local geth rpc endoint because it's `http` while github pages is on `https`

twolfm3
2017-06-08 03:38
has joined #hackathon

pharmsoup
2017-06-08 03:41
has joined #hackathon

davidlasoff
2017-06-08 03:42
has joined #hackathon

tomnash
2017-06-08 03:46
Can't say that I have @makoto, but I might be trying it at some point in the future, so if you find a way please let me know

makoto
2017-06-08 03:47
I just deployed to my s3 bucket

saerogenta
2017-06-08 03:47
has joined #hackathon

cryptofried
2017-06-08 03:54
has joined #hackathon

yoshikazzz
2017-06-08 03:56
How can I send Ether from the account (address the Status automatically generated) to a contract?

natalieh
2017-06-08 03:56
GS vs CEL is over, can anyone help provide some suggestion to our problem^^

natalieh
2017-06-08 03:58
my environment is macos sierra 10.12.3 status dev cli 3.2.9 npm 4.2.0

natalieh
2017-06-08 03:58
my environment is macos sierra 10.12.3 status dev cli 3.2.9 npm 4.2.0

javen
2017-06-08 04:07
has joined #hackathon

ronnie1982
2017-06-08 04:07
has joined #hackathon

bauerins
2017-06-08 04:07
has joined #hackathon

domdorsey
2017-06-08 04:13
has joined #hackathon

guxiaobai
2017-06-08 04:17
has joined #hackathon

scofield0101
2017-06-08 04:17
has joined #hackathon

trevinc
2017-06-08 04:23
has joined #hackathon

cryptomancer
2017-06-08 04:31
has joined #hackathon

rivo
2017-06-08 04:32
has joined #hackathon

karth
2017-06-08 04:34
has joined #hackathon

zero.one
2017-06-08 04:38
has joined #hackathon

vitch14340
2017-06-08 04:38
has joined #hackathon

muskeym8
2017-06-08 04:39
has joined #hackathon

achanpt
2017-06-08 04:39
has joined #hackathon

erik
2017-06-08 04:45
has joined #hackathon

ashkitty
2017-06-08 04:46
has joined #hackathon

nikshepsvn
2017-06-08 04:47
has joined #hackathon

sheikh
2017-06-08 04:57
has joined #hackathon

c35
2017-06-08 04:58
has joined #hackathon

bnagel25
2017-06-08 04:58
has joined #hackathon

zhuo
2017-06-08 04:59
???????????

zhuo
2017-06-08 04:59
???????

zhuo
2017-06-08 05:00
?????[R

bryce
2017-06-08 05:02
has joined #hackathon

sut777
2017-06-08 05:09
has joined #hackathon

jeluard
2017-06-08 05:14
Not short term. Your best bet would be to rely on transpilation.

jamrafferty
2017-06-08 05:16
has joined #hackathon

tomhill2
2017-06-08 05:17
has joined #hackathon

wubin
2017-06-08 05:18
has joined #hackathon

hansaka
2017-06-08 05:20
has joined #hackathon

oliverhh
2017-06-08 05:29
has joined #hackathon

joshchoi
2017-06-08 05:30
has joined #hackathon

mm
2017-06-08 05:31
has joined #hackathon

alexvossmeyer
2017-06-08 05:32
has joined #hackathon

al
2017-06-08 05:33
has joined #hackathon

sekro
2017-06-08 05:38
has joined #hackathon

cryptowanderer
2017-06-08 05:41
@natalieh are you using the testFlight build? There were issues with Status 0.9.8 that have been fixed, but not pushed out to testFlight users yet. That could be at the core of your issue.

johnnyd
2017-06-08 05:44
has joined #hackathon

owenks
2017-06-08 05:47
has joined #hackathon

changste
2017-06-08 05:49
has joined #hackathon

twojays
2017-06-08 05:50
has joined #hackathon

thankub
2017-06-08 05:53
has joined #hackathon

saccalb
2017-06-08 05:55
has joined #hackathon

arc
2017-06-08 05:55
has joined #hackathon

randym
2017-06-08 05:58
has joined #hackathon

amolpednekar
2017-06-08 05:58
Had a couple of questions : 1. What are the UI options available while returning data in the chat? ( Provide links to examples if possible ) 2. When the response data is returned (say; list of rows from an array), can I add events on click of a particular line?

amolpednekar
2017-06-08 05:58
@cryptowanderer @roman

kepler3
2017-06-08 06:00
has joined #hackathon

edward99
2017-06-08 06:01
has joined #hackathon

woodsb
2017-06-08 06:06
has joined #hackathon

sanfranseahawk
2017-06-08 06:06
has joined #hackathon

shubhamvrkr
2017-06-08 06:06
has joined #hackathon

minahesk
2017-06-08 06:07
has joined #hackathon

cryptowanderer
2017-06-08 06:08
@amolpednekar 1) https://status-im.slack.com/archives/C5F2W6PNV/p1496867828096865 2) If you're good enough at react native, I think this should be possible (haven't tried it myself). Something like this, but applied through a forEach loop or whatever ``` return { markup: status.components.touchable( {onPress: status.components.dispatch([status.events.SET_VALUE, "@browse url"])}, status.components.view({}, [status.components.text({}, "Click me")])) ```

wushicheng
2017-06-08 06:08
has joined #hackathon

cryptowanderer
2017-06-08 06:09
I think there are more UI options available for data that is not text, but haven't really explored what they are. Maybe @jeluard can comment as he is also around

deekay
2017-06-08 06:10
has joined #hackathon

porifx
2017-06-08 06:11
has joined #hackathon

andrey
2017-06-08 06:14
@antoon you can find it in pinned messages

andrey
2017-06-08 06:16
@tomnash fullscreen works only for showing fullscreen button for browser, but you can't open suggestions area at fullscreen by default

tomnash
2017-06-08 06:16
ah ok, that would be useful @andrey :slightly_smiling_face:

camtheman93
2017-06-08 06:16
has joined #hackathon

andrey
2017-06-08 06:16
@makoto right


amolpednekar
2017-06-08 06:18
@jeluard

cryptowanderer
2017-06-08 06:19
@amolpednekar take a look here for further options: https://github.com/status-im/status-react/blob/develop/bots/wallet/bot.js#L129

makoto
2017-06-08 06:20
I am having problem deploying my dapp.

jarradhope
2017-06-08 06:21
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 06:21
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jarradhope
2017-06-08 06:21
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 06:21
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jarradhope
2017-06-08 06:21
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

makoto
2017-06-08 06:22
Looks like I cannot post link at all on slack.

jarradhope
2017-06-08 06:22
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 06:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:


jarradhope
2017-06-08 06:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

charlestheandroid
2017-06-08 06:22
has joined #hackathon

makoto
2017-06-08 06:22
`@browse http://genesis-token-tracker.s3-website-us-west-2.amazonaws.com/leaderboard.html` should load a page, but does not load data which comes from contract event filtering.

jarradhope
2017-06-08 06:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

slack-tex
2017-06-08 06:25
has joined #hackathon

roman
2017-06-08 06:25
@makoto some part of url that you are trying to send matches address, so it can't be sent here

windsor.chan
2017-06-08 06:26
has joined #hackathon

anyhowclick
2017-06-08 06:28
has joined #hackathon

makoto
2017-06-08 06:29
roma: yeah, I figured that out

slakethirst
2017-06-08 06:31
has joined #hackathon

jeluard
2017-06-08 06:31
@cryptowanderer #2 option is your best bet

alon
2017-06-08 06:32
Anyone have any idea why my `npm build` is failing in Travis CI? ``` > node scripts/build.js fs.js:641 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/home/travis/build/Alonski/CoinPanion/schema/loader.json' ``` https://travis-ci.org/Alonski/CoinPanion/builds/240662222

jarradhope
2017-06-08 06:32
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jeluard
2017-06-08 06:34
Available components are not documented as of now.

rhinoking
2017-06-08 06:35
has joined #hackathon

yujia.zhao
2017-06-08 06:39
has joined #hackathon

wronskian
2017-06-08 06:51
has joined #hackathon

dariusrug
2017-06-08 06:51
has joined #hackathon

daveed
2017-06-08 06:53
has joined #hackathon

gogo.tattoo
2017-06-08 06:58
has joined #hackathon

scofieldcai88
2017-06-08 07:01
has joined #hackathon

psjkami
2017-06-08 07:03
has joined #hackathon

ikhan
2017-06-08 07:04
has joined #hackathon

gogo.tattoo
2017-06-08 07:06
hi all

noman
2017-06-08 07:07
web3 question: say i'm executing a contract method like ``` someMethod(someParam) { return contractInstance.myMethod(someParam, configObject) .then(doStuffWithResult) .catch(doStuffWithError); } ``` This presents a dialog for the user to accept the transaction, then the dialog closes, then my promise is resolved some time many seconds later What if i want to do some action _after_ the user accepts the dialog but _before_ my promise is resolved?

tomnash
2017-06-08 07:10
Try doing it inside a callback as a third param to `myMethod` @noman

noman
2017-06-08 07:11
:boom: really? trying

tomnash
2017-06-08 07:11
``` someMethod(someParam) { return contractInstance.myMethod(someParam, configObject, function(e, res) { // before mining but after broadcasting (i think) }).then(doStuffWithResult) .catch(doStuffWithError); } ```

cryptowanderer
2017-06-08 07:11
Not strictly true? http://docs.status.im/#status-components Though i agree we need to update and look to provide some working examples

wilchen
2017-06-08 07:11
has joined #hackathon

noman
2017-06-08 07:12
if i pass that third callback will it still also resolve my promise?

noman
2017-06-08 07:12
it'll do it all?

tomnash
2017-06-08 07:12
don't see why not, the `myMethod` should still return the same thing

noman
2017-06-08 07:12
ok trying

noman
2017-06-08 07:14
that didn't work :disappointed:

noman
2017-06-08 07:14
the callback didn't fire

tomnash
2017-06-08 07:14
damn :confused:

noman
2017-06-08 07:15
hmmmm why wouldn't it fire

tomnash
2017-06-08 07:15
Is `contractInstance` something which has come from `web3.eth.contract(abi).at(address)`?

noman
2017-06-08 07:16
no it's from `truffle-contract`

noman
2017-06-08 07:17
well, i don't know what `truffle-contract` does to it, so maybe yes

tomnash
2017-06-08 07:17
Lol - I have not used that, not sure if I can offer any more suggestions

noman
2017-06-08 07:17
haha no worries, i forgot I was doing that so i'm gonna go check out their docs

nori3tsu
2017-06-08 07:18
has joined #hackathon

ferv
2017-06-08 07:19
has joined #hackathon

cryptowanderer
2017-06-08 07:21
@noman what @tomnash said is essentially what is happening with `truffle-contract`, yes. Not sure if you can pass in a callback when actually calling a function in solidity (generally, when do state-changing txs, that is where the JSON about `{from: address, to: address, value: eth, gas: Gas}` generally goes anyway. And truffle already returns it as a promise, so not sure why you would not just do something like: ``` someMethod(someParam) { return contractInstance.myMethod(someParam, configObject).then(result) { //Do the necessary things here console.log(result) } .catch(doStuffWithError); } ```

noman
2017-06-08 07:22
that's what i'm doing but the problem is the dialog closes, but then the promise didn't complete until the transaction is mined

cryptowanderer
2017-06-08 07:22
if that doesn't answer your question, best thing to do is ping nikita.fuchs or raine revere on their gitter channel - generally very good and responsive

noman
2017-06-08 07:23
the promise is for the transaction, i'm trying to get in after you say yes to a transaction and before it completes

smiledark1
2017-06-08 07:23
has joined #hackathon

noman
2017-06-08 07:23
wait, i don't understand the above code snippet

noman
2017-06-08 07:24
`configObject {}` ?

pol4x
2017-06-08 07:25
has joined #hackathon

nicole
2017-06-08 07:26
has joined #hackathon

noman
2017-06-08 07:26
yeah i'm doing what you have

noman
2017-06-08 07:26
and the then happens after 10 seconds :confused:

noman
2017-06-08 07:26
yeah i guess what i'm looking for is after the broadcast and before the confirmation

noman
2017-06-08 07:27
i'm gonna see if truffle people know how to do this

cryptowanderer
2017-06-08 07:27
My bad. Edited. Huh, that'll be hard to achieve, because the time between saying yes and the tx completing is not deterministic. What do you want to do in the interval? (remembering that users will only have about 4-6s for it after the switch to PoS). You could always write your own async method and do stuff in there while you wait? just adapt this bad boy: https://gist.github.com/xavierlepretre/88682e871f4ad07be4534ae560692ee6

tomnash
2017-06-08 07:27
do you have to use `truffle-contracts`?

lukescream
2017-06-08 07:27
has joined #hackathon

tomnash
2017-06-08 07:27
If you use web3 it's easy as

noman
2017-06-08 07:27
i mean i don't have to but i'm using the whole truffle setup so it's nice to

cryptowanderer
2017-06-08 07:28
like I said, I am 90% sure that `web3.eth.contract(abi).at(address)` === `contract(<JSON-artifact-file>)`

magicc82
2017-06-08 07:29
has joined #hackathon

cryptowanderer
2017-06-08 07:30
If you look at the artifact file, you'll see it's essentially just the ABI with some extra info added at the end by the `migrate` command and contract. So the `contract` module just takes the abi and puts its with the address for the contract you're using. Nothing really fancy going on there as far as I can tell


jarradhope
2017-06-08 07:33
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-08 07:33
``` web3.eth.sendTransaction({from: '0x123...', data: '0x432...'}) .once('transactionHash', function(hash){ ... }) .once('receipt', function(receipt){ ... }) .on('confirmation', function(confNumber, receipt){ ... }) .on('error', function(error){ ... }) .then(function(receipt){ // will be fired once the receipt its mined }); ```

tuan0452
2017-06-08 07:34
has joined #hackathon

kx
2017-06-08 07:34
has joined #hackathon

thekb
2017-06-08 07:35
has joined #hackathon

noman
2017-06-08 07:35
doesn't work on contract methods :disappointed:

joaquin
2017-06-08 07:38
how i use faucet to send eth to a given adress?

joaquin
2017-06-08 07:39
i have the impression the adress i used from console to get the eth to migrate the contract is not the same adress i have when i do context.from

andy
2017-06-08 07:42
web3.setProvider work in chatbot? how can i querying to testrpc?

roman
2017-06-08 07:45
it's not possible atm

jeluard
2017-06-08 07:45
@andy bot are ropsten only for now

adamdossa
2017-06-08 07:46
@cryptowanderer any more examples / docs on status.response? The example in the wallet bot.js doesn't seem to generalise - I put a message up a few hours ago with details but have been buried.

adamdossa
2017-06-08 07:47
Anyone successfully using status.response in their bot.js files?


tomnash
2017-06-08 07:47
yeah @adamdossa you also need to pass the same object to `status.command`

cryptowanderer
2017-06-08 07:48
also see L629, 650, 709

julian.ivancsuk
2017-06-08 07:49
has joined #hackathon

danip
2017-06-08 07:49
need another invite tothe slack ios app

tommi
2017-06-08 07:50
has joined #hackathon

cryptowanderer
2017-06-08 07:51
@danip we are fresh out of those and totally maxed out on TestFlight now. Are you happy to build yourself?

adamdossa
2017-06-08 07:52
Yeah - I get how to create them (e.g. status.response(...)) but not how to trigger them (i.e. in response to a user command how to return a previously initialised status.response object). The wallet bot.js example does this, but is kind of weird as some of the functionality is outside of the bot.js - for example switching to a chat context with the person you're requesting funds from.

tiagoengineer
2017-06-08 07:55
has joined #hackathon

forbz
2017-06-08 07:55
has joined #hackathon

cryptowanderer
2017-06-08 07:55
Ah, ok. Perhaps @roman can lead you on that one. I'm fairly sure that that is what the `phone.config` example is doing (simplistically at least), but maybe I'm not understanding fully what you're trying to achieve.

adamdossa
2017-06-08 07:58
@cryptowanderer @roman as far as I can tell these response objects (phone, confirmation code) are triggered (I.e. Sent to the user) outside of the bot.js file? The only example I could find of a response object being triggered directly from a bot.js file is the triggering of the send response from inside of a request command, but I can't seem to get this to generalise at all or work out exactly what the returned "event" object from the handler is meant to look like.

roman
2017-06-08 07:59
1. user1 send request 2. user2 taps on request 3. user2 send response

roman
2017-06-08 08:01
here in `/request` command we specify that we want to have `send` response https://github.com/status-im/status-react/blob/develop/bots/wallet/bot.js#L175

roman
2017-06-08 08:02
if this answers your question @adamdossa

zuper
2017-06-08 08:05
has joined #hackathon

adamdossa
2017-06-08 08:06
In the chat bot case (so where one of the users is a bot), step 1. would be bot send request. This is the bit I can't get to work. Specifically I want it to be triggered after a command (I.e. user sends a command, bot returns some message which has an embedded request that the user can click on for more info). Currently in the handler of the original command I return an "event: "originalCommand" with a "command" value of "embeddedRequest" but this doesn't seem to work.

adamdossa
2017-06-08 08:08
@roman hi - I've looked at this example (and played with variations for hours :-) ). It's a little confusing because I can't see the scheme / values for the object to be returned anywhere defined in code, and my request objects for my own commands don't seem to be clickable.

delineo
2017-06-08 08:13
has joined #hackathon

paplol
2017-06-08 08:16
has joined #hackathon

karalabe
2017-06-08 08:17
How can my command have a multi-word text parameter?

karalabe
2017-06-08 08:17
i.e. an entire sentence?

karalabe
2017-06-08 08:17
Currently status just disables submitting the command if I type in more than 1 word

andrey
2017-06-08 08:19
we have `sequentialParams: true,`

karalabe
2017-06-08 08:21
sweet, not sure if it will cause trouble later but it's a start :slightly_smiling_face:

karalabe
2017-06-08 08:21
thanks

kivokev
2017-06-08 08:21
I'm stuck on 'sending' for my message. How can I get it to work?

tzemanovic
2017-06-08 08:21
has joined #hackathon

andrey
2017-06-08 08:22
but unfortunately we have a bug , suggestions work only for the first param

andrey
2017-06-08 08:22
if `sequentialParams: true`

kivokev
2017-06-08 08:23
*my message is stuck on send

kivokev
2017-06-08 08:23
I'm trying to create a response on message send but it's not quite getting to that point

karalabe
2017-06-08 08:23
Btw, not sure if Status supports it or not (maybe it should eventually) is to allow parameters to be defined based on previous ones. E.g. `/exec echo Hello` vs. `/exec noop` (stupid example, but you get the gist).

joywon
2017-06-08 08:24
has joined #hackathon

karalabe
2017-06-08 08:24
So if I select `echo` for the first param, I should be able to continue with a different list of params vs. selecting `noop`

karalabe
2017-06-08 08:25
This can help with contract interactions where 1 command can often cover a lot of contract calls (as long as I can parametrize it differently)

karalabe
2017-06-08 08:25
For the hackathon explicitly this would help because I could use a single global command to interact with my contract (since I cannot expose more than one command from a chatbot into 1-1 chats)

2bt
2017-06-08 08:26
has joined #hackathon

karalabe
2017-06-08 08:27
@andrey Btw, just a suggestion. When the hackathon is over, please ask the participants to write up a feedback doc with stuff that they found hard, impossible and if they have any suggestions on how to proceed, what to add

karalabe
2017-06-08 08:27
I personally have a lot of niceties that would help me and it can be a valuable source of info for you guys

karalabe
2017-06-08 08:27
probably others are in the same boat :slightly_smiling_face:

kivokev
2017-06-08 08:27
I would be willing to enter some suggestions

kivokev
2017-06-08 08:28
I'm having to hack around to get some things I want. I'm still not done with the smart contracts yet

andrey
2017-06-08 08:29
thank you @karalabe, we're preparing survey

roman
2017-06-08 08:29
@adamdossa > step 1. would be bot send request. This is the bit I can't get to work. that's true, i?m not sure that this can be done atm

lalope
2017-06-08 08:30
has joined #hackathon

leo.l
2017-06-08 08:36
has joined #hackathon

nae
2017-06-08 08:44
has joined #hackathon

owo
2017-06-08 08:44
has joined #hackathon

dl
2017-06-08 08:44
has joined #hackathon

karalabe
2017-06-08 08:45
@andrey How can I set my `global` command as a status.response?

karalabe
2017-06-08 08:45
I.e. I would like to do a similar thing to resquest/send

karalabe
2017-06-08 08:45
But using my global command for both

karalabe
2017-06-08 08:45
Up until now I can only get an empty bubble to show up on the remote end

andrey
2017-06-08 08:47
@roman could you help with this please

karalabe
2017-06-08 08:48
Simplest use case: Alice does `@bot ping` and I'd like a `@bot pong` to appear for Bob

roman
2017-06-08 08:48
it hasn?t been intended to be used as response

roman
2017-06-08 08:48
i mean `global` command

btca00
2017-06-08 08:48
has joined #hackathon

karalabe
2017-06-08 08:49
Well ok, but since I'm not allowed to inject my commands into a 1-1 chat, the entire `response` is pretty useless since `send` is the only thing that can actually be requested

erfw
2017-06-08 08:49
has joined #hackathon

karalabe
2017-06-08 08:50
How can I do a custom request/response interaction?

olmo
2017-06-08 08:50
has joined #hackathon

burneroo
2017-06-08 08:51
has joined #hackathon

roman
2017-06-08 08:51
you can do this in 1-to-1 chat as it works for wallet?s `/send`/`/request`

karalabe
2017-06-08 08:51
Sure, those are whitelisted commands hard coded into status

shaneo711
2017-06-08 08:52
has joined #hackathon

karalabe
2017-06-08 08:52
I am not allowed to add to that list though

lion_los
2017-06-08 08:57
has joined #hackathon

zain.zhu
2017-06-08 08:57
has joined #hackathon

lonelyreader
2017-06-08 09:00
has joined #hackathon

karalabe
2017-06-08 09:05
@roman Could you provide a sample code that does a request/response in a 1-1 chat using a custom bot command?

amarks
2017-06-08 09:06
has joined #hackathon

travisyu
2017-06-08 09:07
has joined #hackathon

qq83900315
2017-06-08 09:09
has joined #hackathon

kellas
2017-06-08 09:11
Status app, work with ropsten by default?

andrey
2017-06-08 09:12
yes

imyb
2017-06-08 09:12
has joined #hackathon

kellas
2017-06-08 09:13
http://i.imgur.com/Kfsbeh9.png why we have this error ?

jarradhope
2017-06-08 09:13
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

kellas
2017-06-08 09:15
and web3 not contains methods for whisper http://i.imgur.com/ZWVHpyQ.png ...

jarradhope
2017-06-08 09:15
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 09:15
`shh`

karalabe
2017-06-08 09:15
not `ssh`

pawan176
2017-06-08 09:15
has joined #hackathon

bananaplanter
2017-06-08 09:15
has joined #hackathon

kellas
2017-06-08 09:16
ou.. sorry..

abetpelin
2017-06-08 09:17
has joined #hackathon

cryptowanderer
2017-06-08 09:18
@kellas we have all done that before, no need to apologise :wink:

kellas
2017-06-08 09:18
injected web3 in status already connected to some provider?

cryptowanderer
2017-06-08 09:18
and yes, it is - it's connected by default to the Ropsten network with your status account. We can switch the RPC node for DApps with webViews, but not for bots executing `js` code, as that happens in the Otto jail. We are working on ways around this currently.

karalabe
2017-06-08 09:20
soo, I managed to brick status

karalabe
2017-06-08 09:20
``` handler: function (params) { return { request: {} }; }, ```

karalabe
2017-06-08 09:21
^ status hard crashes, and won't be able to start up any more at all

karalabe
2017-06-08 09:21
:stuck_out_tongue:

karalabe
2017-06-08 09:21
(at least not log in)

karalabe
2017-06-08 09:23
also crashes the other side who receivd th emessage

karalabe
2017-06-08 09:23
:stuck_out_tongue:

johnnyzen
2017-06-08 09:23
has joined #hackathon

mrqupie
2017-06-08 09:27
has joined #hackathon

foleew
2017-06-08 09:31
has joined #hackathon

kellas
2017-06-08 09:31
ok, guys, generally really use whisper in status? all web3.shh methods not support in RPC nodes...

farazdagi
2017-06-08 09:34
@kellas can you elaborate? there is an issue with `shh_subscribe` (which has been patched in Status fork up until we have https://github.com/ethereum/go-ethereum/pull/14540 merged in upstream). But Whisper definitely works.

karalabe
2017-06-08 09:36
bricked status hard again, request something that doesn't exist

karalabe
2017-06-08 09:37
on the other side a ` ` (empty) request appears that it can actually send back

karalabe
2017-06-08 09:37
boom

karalabe
2017-06-08 09:37
and can't ever log back in

karalabe
2017-06-08 09:37
it just keeps crashing

ruben
2017-06-08 09:38
has joined #hackathon

kellas
2017-06-08 09:40

jarradhope
2017-06-08 09:40
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 09:42
@kellas AFAIK status uses whisper v5

karalabe
2017-06-08 09:42
which has a different API


jarradhope
2017-06-08 09:42
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

nourharidy
2017-06-08 09:43
has joined #hackathon

farazdagi
2017-06-08 09:43
@kellas well, official web3.js hasn't been updated (Whisper has been officially released in Geth 1.6.1 only, so the rest of the tools need to be updated). We have a fork of web3, which we use in status: https://github.com/status-im/web3.js/commits/status-0.18.4

farazdagi
2017-06-08 09:44
So, Whisper API within status definitely works (with the only limitation being that we do not support event loop just yet, so setTimeout/setInterval will not work).

joaquin
2017-06-08 09:45
i deployed my contract in ropsten.. how i get the abi and the bytecode?

kellas
2017-06-08 09:45
joaquin: https://remix.ethereum.org/ paste code and compile in sidebar you can find abi and bytecode

jarradhope
2017-06-08 09:45
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

joaquin
2017-06-08 09:46
thanks

joaquin
2017-06-08 09:47
ABI is interface?

kellas
2017-06-08 09:47
@farazdagi "So, Whisper API within status definitely" ok, to call whisper api methods, user web3.shh object or something else?

mattp
2017-06-08 09:47
has joined #hackathon

farazdagi
2017-06-08 09:48
@kellas as @karalabe pointed out we use Whisper/5, there's a link to docs he has also provided, it has all the info about updated API methods (quite a lot has changed actually from Whisper/2)

kellas
2017-06-08 09:50
@farazdagi i see, but how call this "update" methods from dapp fontend js? in docs command examples fo geth console

farazdagi
2017-06-08 09:51
here is the test I used to verify the new Whisper API works: https://github.com/status-im/status-go/blob/develop/static/tests/whisper.js

farazdagi
2017-06-08 09:51
It is JS, so might be helpful

farazdagi
2017-06-08 09:53
@karalabe when app crashes and doesn't let you back in the only way is to reinstall?

karalabe
2017-06-08 09:55
I created a new user

karalabe
2017-06-08 09:55
The old one is bricked

karalabe
2017-06-08 09:56
@farazdagi Can't status listen to new block events?

karalabe
2017-06-08 09:56
I'd like my chat bot to emit some stuff if something is triggerend in a contract

gxj168
2017-06-08 09:56
has joined #hackathon

tmman
2017-06-08 09:57
has joined #hackathon

farazdagi
2017-06-08 09:59
> Can't status listen to new block events? well, eth.newBlockFilter relies on constantly polling the RPC, and since we do not have event loop enabled, I am not sure how can it be done :disappointed:

articulating
2017-06-08 09:59
has joined #hackathon

farazdagi
2017-06-08 10:00
unless you rely on infinite loop @karalabe ? ``` while(true) { // poll for changes, with eth_getFilterChanges } ``` *Ugly as hell* but might work.

isasftw
2017-06-08 10:00
Hey! My dapp works fine testing on PC, but in Status it doesn't. In the chrome remote devices console, i get this error: `Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode`

sha
2017-06-08 10:00
has joined #hackathon

isasftw
2017-06-08 10:00
Anyone know how to fix this?

karalabe
2017-06-08 10:02
@farazdagi Well, I need to ping my bot that something happened. Apparently status doesn't support sending a custom `request` in a 1-1 chat so I can't get the other user to ping my bot. I don't have cycles so I can't get the bot to poll stuff on its own and notify the user and light clients don't support contract events, so I can't even listen for EVM triggers.

badboy12312
2017-06-08 10:03
has joined #hackathon

karalabe
2017-06-08 10:03
(I need to ping the bot at the remote side of a 1-1 chat, not locally)

steveneighbour
2017-06-08 10:04
has joined #hackathon

codemartin
2017-06-08 10:05
has joined #hackathon

fuzhijian
2017-06-08 10:06
has joined #hackathon

meyou5ick
2017-06-08 10:07
has joined #hackathon

roman
2017-06-08 10:07

roman
2017-06-08 10:08
i wonder maybe @andrey @alwx have exapmles

bollinator
2017-06-08 10:09
has joined #hackathon

christina
2017-06-08 10:11
has joined #hackathon

jesus
2017-06-08 10:12
has joined #hackathon

saknan
2017-06-08 10:12
has joined #hackathon

umd435
2017-06-08 10:12
has joined #hackathon

12345
2017-06-08 10:19
has joined #hackathon

zuie123
2017-06-08 10:19
has joined #hackathon

alwx
2017-06-08 10:20
@karalabe probably our wallet bot is the best possible example.


shuxy
2017-06-08 10:20
has joined #hackathon

jarradhope
2017-06-08 10:22
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 10:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 10:22
wtf

jarradhope
2017-06-08 10:22
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 10:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jaler
2017-06-08 10:22
has joined #hackathon

karalabe
2017-06-08 10:22
ah come on... you are filtering out github commit hashes..

karalabe
2017-06-08 10:23
@alwx So, that example is non workable because it depends on commands being hard coded into the status chat window https://github.com/status-im/status-react/blob/develop/src/status_im/utils/js_resources.cljs#L24

jarradhope
2017-06-08 10:23
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

alwx
2017-06-08 10:24
@karalabe yes, you're right, but it doesn?t really matter. you should be able to implement your own request with no problems

karalabe
2017-06-08 10:24
but I can't add it to 1-1 chats

karalabe
2017-06-08 10:25
so it won't appear on the other side

alwx
2017-06-08 10:25
that's our bug then

qibushi
2017-06-08 10:25
has joined #hackathon

karalabe
2017-06-08 10:25
I've been told it's a feature, that chatbots can't litter commands into 1-1 chats

karalabe
2017-06-08 10:26
also makes the entire thing quite useless

psimoes
2017-06-08 10:26
has joined #hackathon

isasftw
2017-06-08 10:26
Could someone help me with this?

alwx
2017-06-08 10:26
@karalabe :disappointed: could you please add this issue?

7443883
2017-06-08 10:27
has joined #hackathon

joaquin
2017-06-08 10:30
Hi I finally can interact from my bot with the ropsten network and my contract. i have a function that returns some data, when I call that function I only get a transaction number. How I do in order to read the data the function is supposed to return?

karalabe
2017-06-08 10:30
@alwx Could you also fix the command ordering. I'd like my command to appear before responses written to it by the handler

karalabe
2017-06-08 10:30
But quite often the responses of the chatbot appear before the command itself is displayd in the chat window

tvanwilsum
2017-06-08 10:35
has joined #hackathon

darphoenix
2017-06-08 10:40
has joined #hackathon

alwx
2017-06-08 10:40
@karalabe yeah, I understand, but we decided not to introduce big changes until the contribution period ends. you have to live with this bug, but we completely understand that it's not your fault, so it won't affect the results of the hackathon.

kivokev
2017-06-08 10:41
Why am i not able to send messages? Sending status not disappearing? https://imgur.com/gallery/DGhFw

jarradhope
2017-06-08 10:41
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

kivokev
2017-06-08 10:42
@alwx my messages are constantly stuck I'm sending mode. How can I fix this?


karalabe
2017-06-08 10:45
I can use `sendMessage` to display a bunch of messages to my user

karalabe
2017-06-08 10:45
How can I make some of those into `reponse`-es

karalabe
2017-06-08 10:45
so it has a button the user can tap?

lex
2017-06-08 10:46
has joined #hackathon

andrey
2017-06-08 10:46
could you tell your Android version?

karalabe
2017-06-08 10:46
the console features these duirng signup, but those are again done in clojure and not via the js code

isasftw
2017-06-08 10:48
@andrey It's Android 6.0.0

adamdossa
2017-06-08 10:48
@karalabe I've been trying this - but it looks like it is not possible. @alwx thinks it is a bug on their side.

adamdossa
2017-06-08 10:48
@karalabe if you manage to get it working though - I'd be very interested :wink:

andrey
2017-06-08 10:50
@isasftw have you committed your code?

isasftw
2017-06-08 10:51
No, not yet

isasftw
2017-06-08 10:51
I will now

adamdossa
2017-06-08 10:53
What time does the hackathon close on Saturday?

kirch
2017-06-08 10:54
has joined #hackathon

karalabe
2017-06-08 10:54
@alwx @adamdossa Ok, I made a stupid simple command that returns a request for a response. Status hard crashes and gets bricked

kellas
2017-06-08 10:54
????? ???? ??? ??? ??????????????? ??? ????? ?????? ????????

da
2017-06-08 10:54
has joined #hackathon

adamdossa
2017-06-08 10:55
Same here. Need to delete app and reinstall it :-).

alwx
2017-06-08 10:58
kellas: ? ??? ?????????

andrey
2017-06-08 11:00
??????? ??? ?????? :slightly_smiling_face:

tonyhappy
2017-06-08 11:00
has joined #hackathon

karalabe
2017-06-08 11:01
@alwx Could we have a sample js code that does a request/response?

zion
2017-06-08 11:01
has joined #hackathon

karalabe
2017-06-08 11:02
One that does it with custom commands and not using anything existing in status?

karalabe
2017-06-08 11:02
a simple ping/pong will suffice

karalabe
2017-06-08 11:02
I can't even get it between me and my bot working (no bubble appears to click on)

karalabe
2017-06-08 11:03
It does work between 1-1 person chat, but there I can only use `send`, since everything else is forbidden

karalabe
2017-06-08 11:04
but not even that works when chatting with a bot, it silently gets ignored

isasftw
2017-06-08 11:04
@andrey just uploaded to github

timmyhale
2017-06-08 11:04
has joined #hackathon

syn888
2017-06-08 11:05
has joined #hackathon

nits7sid
2017-06-08 11:06
@amolpednekar hoy re

amolpednekar
2017-06-08 11:06
bare asa. kohli khetalo baro I hope

rjjde
2017-06-08 11:09
has joined #hackathon

lionchen
2017-06-08 11:13
has joined #hackathon

afterglow
2017-06-08 11:16
has joined #hackathon

lli
2017-06-08 11:16
has joined #hackathon

kellas
2017-06-08 11:21
bot can send message to other user(my friend)?

kellas
2017-06-08 11:22
??????!

kellas
2017-06-08 11:22
????? ????????...

kellas
2017-06-08 11:22
?? ?? ? ????? ??? ????? ?????????? ?????????, ?????? ?????? status ?? ?? ???????

kellas
2017-06-08 11:23
whisper ???-?????? ???? ??????? ? ???-??????????(??????????) ?

jimbok
2017-06-08 11:23
has joined #hackathon

kellas
2017-06-08 11:24
bot.js ????? ???-?? ???????? ? ???????? ? ???????? ????????????

joppe
2017-06-08 11:25
has joined #hackathon

rocco19
2017-06-08 11:25
has joined #hackathon

kellas
2017-06-08 11:25
@alwx , @andrey ?? ??? ???? ?????, ? ???? ?? ???????? - ?????? ?? ????????. ??????????? ?? ??????????.. ?????? ??????? 2? ? ????? ???????, ????? ??? ???? ? ?????? ??????, ??? ????? ????? ?????-?? ??????? ?????? ??????????? ????? ????.

tymtym1987
2017-06-08 11:28
has joined #hackathon

karalabe
2017-06-08 11:29
How can I send the `context` to a suggestion handler?

bbn
2017-06-08 11:33
has joined #hackathon

andrey
2017-06-08 11:34
? ??? ??? ???? ? ????? ?????? ??????. ???? ????????? ???????? ??? ????????, ???? otto ?????? ???????????, ??? ??? ?? ??????? ???????

andrey
2017-06-08 11:34
??? ???? ????? 1-1 ???? ????????

james.adams
2017-06-08 11:34
Running status cli on Ubuntu with /debug on connected iPhone on same wifi network. I get these warnings and no devices are found - where should I start?

andrey
2017-06-08 11:34
?.?. ???? ?????? ???? ???? ????? ???????? ? ????? 1-1. ??? ?? ????? ?????????? ?????????, ?????? ??????

andrey
2017-06-08 11:35
bot.js ????? ???????? ???????????? ?? whisper ???? ??? ?????????? :slightly_smiling_face:

andrey
2017-06-08 11:35
whisper ? DApp ?????? ???????? ??? ???????

andrey
2017-06-08 11:35
??????????? ?????? ? otto

andrey
2017-06-08 11:36
??? ??? ???????????? ??????? ?? whisper ? Dapp ?????? ????????

karalabe
2017-06-08 11:36
Your docs have an example for `function locationsSuggestions (params) {`, which is actually not even used

arnoldtee
2017-06-08 11:36
has joined #hackathon

karalabe
2017-06-08 11:37
"what happens if we want to be a bit more dynamic and interactive and suggest to our users a range of options to choose from when issuing the command? Let?s take a look? For another full example"

karalabe
2017-06-08 11:37
ok... I'm waiting to take a look

karalabe
2017-06-08 11:37
docs just end mid sentence

karalabe
2017-06-08 11:37
I would really really like to make a dynamic chat bot

karalabe
2017-06-08 11:38
but every single feature that would allow some dynamic content seems to be missing, crippled, doesnt work, etc

karalabe
2017-06-08 11:38
what's the point of the hackathon this way?

karalabe
2017-06-08 11:38
sure I can make a dapp, but I can make that in a browser, no need for status there

karalabe
2017-06-08 11:38
status supposed to be all about chat... everything works.... but chat

ianlove
2017-06-08 11:41
has joined #hackathon

jasperg
2017-06-08 11:42
has joined #hackathon

jamess
2017-06-08 11:44
has joined #hackathon

kellas
2017-06-08 11:44
???, ??????? ????? ?????-?????? firebase ??????? , ?? ????? ?? ????????? ?????????? )

zouhair
2017-06-08 11:47
has joined #hackathon

0xdeadbee
2017-06-08 11:49
has joined #hackathon

dafricash
2017-06-08 11:49
has joined #hackathon

noxon
2017-06-08 11:50
@andrey ? ????? ????????? ?????? ??????? ????? ?????? ????? ??? ????????? ?????????? wishper.php ??? ?????? ??????? ?????? ??????? ????????? p2p ??????? ????? ????? ?????????, ?? ????? ???????, ??? ? ?????????? ?? ???????? ?? ??????.

mojo414
2017-06-08 11:50
has joined #hackathon

jsteele
2017-06-08 11:50
has joined #hackathon

paulicit
2017-06-08 11:55
has joined #hackathon

joaquin
2017-06-08 11:56
Question: how to hide the message showing "/command {param1: p1, param2: p2, ..}" on the bot screen once a command ended its execution?

krark
2017-06-08 11:58
has joined #hackathon

averageguy
2017-06-08 11:59
has joined #hackathon

andrey
2017-06-08 12:03
? ????? ??? ??

andrey
2017-06-08 12:03
??? ??? ?? ???????? ? ??? ?? ?????? ????? ???????? ????? ???? ?????????? ????????

sysstone
2017-06-08 12:03
has joined #hackathon

andrey
2017-06-08 12:03
??? ????? ?????? ??? ????????? ??? ???????? ? ????? ???????

jidedgreat
2017-06-08 12:04
has joined #hackathon

farazdagi
2017-06-08 12:06
> what's the point of the hackathon this way? Well, I suppose to gather the exact feedback you are providing (what works, what doesn't, what is the most important things that we missed). There are enormous amount of things we need to improve on, but to determine priorities better we needed feedback from users. Then again, users prefer to rely on something that already works. So, we needed to stimulate users to mess with our software, hence the hackaton.

terencepic
2017-06-08 12:07
The ICO starts on 17th June?

farazdagi
2017-06-08 12:08
@terencepic yep, and you can find more info in #status (there are number of pinned posts that should help you)

danielhoffman
2017-06-08 12:08
has joined #hackathon

terencepic
2017-06-08 12:09
And http://status.im will go live right after the ICO?

karalabe
2017-06-08 12:09
@farazdagi Fair point, though maybe it would have been nice to have a dogfooding session before a public hackathon :wink:

thomhert
2017-06-08 12:09
has joined #hackathon

raphhk
2017-06-08 12:10
has joined #hackathon

vindimen
2017-06-08 12:12
has joined #hackathon

2017-06-08 12:15

jarradhope
2017-06-08 12:15
@karalabe thanks for your feedback it's exactly what we're looking for and, yes its highly experimental, as for dogfooding, you mean like https://github.com/status-im/status-react/tree/develop/bots https://github.com/status-im/status-react/tree/feature/location-command/bots https://github.com/status-im/status-react/tree/feature/send-command/bots ?

jindrichbartek
2017-06-08 12:16
has joined #hackathon

karalabe
2017-06-08 12:16
@jarradhope Ah yes, but you're cheating with your bots because you're adding hard coded stuff to status instead of actually doing it via your apis

jarradhope
2017-06-08 12:17
what should we make more generic and how ?

jarradhope
2017-06-08 12:19
when you say Dynamic, what did you have in mind ?

jarradhope
2017-06-08 12:20
we have subscriptions and you can write your own react views

jarradhope
2017-06-08 12:20
that was largely a result of keeping the jail limited, but we added persistence as a feedback which opened it up abit more

tonzu69
2017-06-08 12:21
has joined #hackathon

jarradhope
2017-06-08 12:24
anyway gplay was rolled out with upstream whisper hotfix + localStorage in jail + status.sendMessage and status.showSuggestions in jail

jarradhope
2017-06-08 12:24
iOS also but pending review by apple

kivokev
2017-06-08 12:27
Actually my truffle box app is still stuck on sending

kivokev
2017-06-08 12:27
I wasn't able to fix it

steven
2017-06-08 12:27
has joined #hackathon

kivokev
2017-06-08 12:29
Why is this happening?

andrey
2017-06-08 12:32
@kivokev how do you understand that it's stuck?

andrey
2017-06-08 12:33
i think it's just a bug in sending label

kivokev
2017-06-08 12:33
andrey: Nevermind, I was able to finally trigger the 'on-message-send' event

andrey
2017-06-08 12:33
last message always says sending

kivokev
2017-06-08 12:33
That's what I was after in the first place. I finally can get it

kivokev
2017-06-08 12:34
thanks dude

andrey
2017-06-08 12:34
thanks for your efforts

kivokev
2017-06-08 12:36
Another question? is there any way I can prevent truffle-box from opening the browser initially?

kivokev
2017-06-08 12:36
I want to open another panel instead

pixel
2017-06-08 12:36
@kivokev instead of deploying it as a dapp, deploy it as a bot

andrey
2017-06-08 12:37
another panel ?

pixel
2017-06-08 12:37
You'll keep the @browse command, but it opens as a chat (from which you can open a panel)

peekee
2017-06-08 12:38
has joined #hackathon

iamkiko
2017-06-08 12:38
has joined #hackathon

kivokev
2017-06-08 12:38
pixel: how do I go about doing that?

kivokev
2017-06-08 12:39
I

kivokev
2017-06-08 12:39
*I'm trying to find the instructions

pixel
2017-06-08 12:40
```status-dev-cli add '{"whisper-identity": "dapp-test", "dapp-url": "http://localhost:8080/", "name": "My Dapp"}' --ip <DEVICE IP>```

jarradhope
2017-06-08 12:40
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pixel
2017-06-08 12:40
instead of dapp-url, do bot-url

pixel
2017-06-08 12:40
and point it to your bot.js file

karalabe
2017-06-08 12:41
Btw @jarradhope @farazdagi I apologize if I came out a bit too strong. I really like the direction Status is going towards and I do see a huge potential, especially after spending a few days developing against it. Just frustrated that I'm progressing too slowly and hitting a bit more walls than I'd like :slightly_smiling_face:

adamdossa
2017-06-08 12:41
jarradhope: Hey @jarradhope - having spent a *lot* of hours playing with your APIs for the hackathon, I have the following general comments. I should start by saying I love your product and have seen you at various meetups and I?m very supportive of your goals! This was an Alpha hackathon, and you're offering prizes out of pocket, so I?m def. not complaining, just trying to give some constructive feedback. I am aiming to put together a Medium article listing out some of my approaches & gotchas with coming up with the bot for this hackathon. 1) In the bot.js files, the APIs are not super consistent. It isn't very clear when we need to return markup, return something like {?text-message?:?}, return something like a response / request event or use sendMessage. These approaches all have pros / cons and don't seem to always play nicely together. 2) The chat API semantics are pretty confusing. e.g. a status.command can't issue a status.response (think this is probably a bug). I think it is pretty confusing when you're trying to create a chat experience that the only options are to have a status.command (which can be nice and interactive & formatted nicely) but which appears on the right side of the screen (i.e. on the users side of the chat) or some dumb text (via sendMessage or ?text-message?) which appears on the left side of the screen (so ?spoken? by the bot) but which can't be interactive or formatted nicely. 3) Some of the documentation is pretty confusing and mix / match different approaches. Most of the existing examples are tied into closure script which somewhat obfuscates what the bot.js is actually doing (e.g. in the console bot.js it has some logic that looks like it is doing the /password & phone stuff, but actually this is all driven from the closure files). 4) The web3 API in the VM jail is quite painful to use (e.g. for callbacks / event watching and so on) - not much documentation available so mainly using a hit & miss approach to dev which is made more painful by no obvious way to debug (the status-dev-cli log command never worked for me).

kivokev
2017-06-08 12:46
status-dev-cli add '{"whisper-identity": "dapp-test", "dapp-url": "http://localhost:3000/bot/bot.js", "name": "Bot App"}' --ip 10.0.0.168

jarradhope
2017-06-08 12:46
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

kivokev
2017-06-08 12:47
Now the browser is pointing to my browser

kivokev
2017-06-08 12:47
Should I point to public/bot/bot.js

kivokev
2017-06-08 12:47
?

jzelez
2017-06-08 12:48
has joined #hackathon

pixel
2017-06-08 12:49
errr

recca297
2017-06-08 12:49
has joined #hackathon

pixel
2017-06-08 12:49
```status-dev-cli add '{"whisper-identity": "dapp-test", "bot-url": "http://localhost:3000/bot/bot.js", "name": "Bot App"}' --ip 10.0.0.168```

jarradhope
2017-06-08 12:49
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pixel
2017-06-08 12:49
and then

kivokev
2017-06-08 12:49
Oooooooo

kivokev
2017-06-08 12:49
My word

pixel
2017-06-08 12:50
```adb reverse tcp:3000 tcp:3000```

pixel
2017-06-08 12:50
to forward that port to your device

kivokev
2017-06-08 12:52
Awesome!

kivokev
2017-06-08 12:52
It worked

pixel
2017-06-08 12:52
cool stuff :thumbsup:

kivokev
2017-06-08 12:52
thanks tude

kivokev
2017-06-08 12:52
*dude

pixel
2017-06-08 12:52
np's :slightly_smiling_face:

renq1
2017-06-08 12:58
has joined #hackathon

makoto
2017-06-08 12:58
Hey, great insight. I also made a list of which features are working and which is not. Would be great if you can fill in what you know as well so that it saves lots of time of other people https://docs.google.com/spreadsheets/d/1jFWx8VB1QFYF-x0eZSlA1TsqEAGnSsL9YAhlR8uYlLQ/edit#gid=0

jarradhope
2017-06-08 12:58
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

adamdossa
2017-06-08 12:58
Will do later from home!

adamdossa
2017-06-08 13:00
I guess to me the most exciting bit of Status is the chat bot side (web based dapps on mobile is cool, but not as cool as being able to chat with smart contracts :wink:) so this is the stuff I've been focussed on (rather than just making an existing dapp web UI mobile ready) - it's been fun, but def. frustrating at times. @roman and @alwx have both been very helpful though :wink:

kraakhelder
2017-06-08 13:01
has joined #hackathon

thando_james
2017-06-08 13:04
has joined #hackathon

karalabe
2017-06-08 13:09
Found another bug. If I call a command which sends a message with a link embedded, the link gets transformed so it's callable

karalabe
2017-06-08 13:09
If I do the same with the `global` command, the link doesn't get turned into a live clickable thing

bigreddmachine
2017-06-08 13:11
has joined #hackathon

dnunsworth
2017-06-08 13:13
has joined #hackathon

cryptic
2017-06-08 13:14
has joined #hackathon

drizzleturtle
2017-06-08 13:26
What is the deadline exactly: 10 june 23h59 GMT ?

exergy
2017-06-08 13:27
has joined #hackathon

benmorrow
2017-06-08 13:29
drizzleturtle: On http://hackathon.status.im: Pencils Down Sunday June 11th 7:45am PDT 10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 10:45pm Shanghai

coinkoper
2017-06-08 13:29
has joined #hackathon

drizzleturtle
2017-06-08 13:30
Thanks for the info! :slightly_smiling_face: I will be able to sleep :stuck_out_tongue:

benmorrow
2017-06-08 13:30
:heart:

joaquin
2017-06-08 13:37
I am not able to run the status.response() or maybe i didn't understand well the doc. what the .response() is intended to do exactly?

karalabe
2017-06-08 13:37
response doens't seem to work currently

karalabe
2017-06-08 13:38
it was supposed to ask the chat partner to execute a command

karalabe
2017-06-08 13:39
@farazdagi How can I access the `context` object in a `suggestion` ?

karalabe
2017-06-08 13:39
Namely, when calling my bot's global command `@bot`, how can my suggestions operate on the person (address) I am currently talking to?

steven
2017-06-08 13:41
@cameronsmith ?

jbeezy
2017-06-08 13:41
has joined #hackathon

jeanalain
2017-06-08 13:42
has joined #hackathon

tiff
2017-06-08 13:44
has joined #hackathon

kivokev
2017-06-08 13:47
Hey guys, thanks for being patient for my barrage of questions. I want to put a scrollable view inside of a view. Is that possible?

kivokev
2017-06-08 13:47
Every attempt I've made so far has imploded


roman
2017-06-08 13:50
so it should be possible

alwx
2017-06-08 13:50
????????? ?????? ? dapp??? ?? ??? ????? ???????????

alwx
2017-06-08 13:51
?? ?? ???? ? ??? ???? Bots API, ??????? ?????? ????? experimental, ? ? Dapp ??????? ????? ?????? ???

beepbopbing
2017-06-08 13:51
has joined #hackathon

alwx
2017-06-08 13:51
??? ??? ?? ?????? ????????? ????? ???, ??? ??????

ikbengoed
2017-06-08 13:53
has joined #hackathon

spenyaj
2017-06-08 13:54
has joined #hackathon

2017-06-08 13:54

iakovos.thiraios
2017-06-08 13:55
has joined #hackathon

2017-06-08 13:55
@alwx commented on @james.adams?s file https://status-im.slack.com/files/U5N6C1NF3/F5RDWAT5L/status-dev-cli_scan_warnings.txt: try installing avahi ```sudo apt-get install libavahi-compat-libdnssd-dev```

2017-06-08 13:56
@james.adams commented on @james.adams?s file https://status-im.slack.com/files/U5N6C1NF3/F5RDWAT5L/status-dev-cli_scan_warnings.txt: `libavahi-compat-libdnssd-dev is already the newest version (0.6.32~rc+dfsg-1ubuntu2).`

kivokev
2017-06-08 13:57
If you don't mind me asking. Why use closure?

kchiron
2017-06-08 13:57
has joined #hackathon

han
2017-06-08 13:57
has joined #hackathon

cryptowanderer
2017-06-08 13:57
yeah, a lot of apple users see that avahi warning, don't think it's the issue. Simple question, sorry, but is your phone properly connected to your PC and using it's own WiFi, rather than through the USB connection to the pc?

2017-06-08 13:58
@alwx commented on @james.adams?s file https://status-im.slack.com/files/U5N6C1NF3/F5RDWAT5L/status-dev-cli_scan_warnings.txt: just skip it then. it doesn?t really affect the results of the search

cryptowanderer
2017-06-08 13:58
kivokev: because clojure is for the brave and true :wink:

kivokev
2017-06-08 13:58
I would have helped with development as i know react. But clojure really confused me

2017-06-08 13:58
@james.adams commented on @james.adams?s file https://status-im.slack.com/files/U5N6C1NF3/F5RDWAT5L/status-dev-cli_scan_warnings.txt: Okay, thank you. App is still syncing (91% and going slowly), could that be affecting it?

kivokev
2017-06-08 13:59
It was about attracting a type of people?

cryptowanderer
2017-06-08 13:59

cryptowanderer
2017-06-08 13:59
there's a lot of awesome things about functional programming, which @andrey is far better at explaining...

alwx
2017-06-08 13:59
just because we like clojure and because in most cases it allows us to develop much faster and easier than when using React + Redux + whatever :slightly_smiling_face:

karalabe
2017-06-08 14:00
@alwx @roman @andrey Any idea how to access the `context` from a parameter suggestion callback?

alwx
2017-06-08 14:00
just try it

karalabe
2017-06-08 14:00
or how to access the address of the person I'm currently talking to?


james.adams
2017-06-08 14:01
cryptowanderer: Thank you for your help. Yes phone is connected via WiFi not USB.

cryptowanderer
2017-06-08 14:02
will you disconnect your phone, force close status for me, and check what version of `status-dev-cli` you're using?

cryptowanderer
2017-06-08 14:02
also, are you using the TestFlight build?

alwx
2017-06-08 14:04
@karalabe context is the second parameter. ```javascript function suggestionsHandler(params, context) { ... } ```


2017-06-08 14:05
@alwx commented on @james.adams?s file https://status-im.slack.com/files/U5N6C1NF3/F5RDWAT5L/status-dev-cli_scan_warnings.txt: hm, no. are u sure that both devices use the same network? if yes, try to find the IP address of your device without `scan`

karalabe
2017-06-08 14:07
@alwx @roman that is not available when a command's parameter suggestion is invoked

karalabe
2017-06-08 14:07
``` status.command({ name: "global", params: [ { name: "arg", type: status.types.TEXT, suggestions: globalSuggestions, }, ... }); ```

jarradhope
2017-06-08 14:09
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

bmiller0369
2017-06-08 14:09
has joined #hackathon

roman
2017-06-08 14:09
yes, you are right, it's not available. I can push commit which fixes this if it will help

jarradhope
2017-06-08 14:10
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

karalabe
2017-06-08 14:10
Would be nice because my contract interaction needs to know the address and I don't have anywhere else to retrieve it from

roman
2017-06-08 14:10
ok

karalabe
2017-06-08 14:10
the second parameter currently contains some {debug, locale, data} struct

karalabe
2017-06-08 14:10
not sure what that is

karalabe
2017-06-08 14:10
the first some {arg}

karalabe
2017-06-08 14:10
all empty

yoshikazzz
2017-06-08 14:10
I still cannot successfully build the Android app? ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/rxjava.properties File1: /Users/yosh/Documents/Status/status-react/android/app/build/intermediates/exploded-aar/com.google.android.gms/play-services-basement/11.0.0/jars/classes.jar File2: /Users/yosh/.gradle/caches/modules-2/files-2.1/io.reactivex/rxjava/1.1.9/<... detected as ETH/BTC address :( ...>/rxjava-1.1.9.jar ``` Does anybody know what?s wrong here?

jp1099
2017-06-08 14:12
has joined #hackathon

roman
2017-06-08 14:12
@yoshikazzz That?s something new, probably related to some project?s dependencies, @jarradhope was able to fix this today by: ``` i added packagingOptions { exclude 'META-INF/rxjava.properties' } [14:00] to app/build.gradle, seems to behave ```

hamad
2017-06-08 14:15
has joined #hackathon

yoshikazzz
2017-06-08 14:18
@roma Thanks for taking a look. I am now having: - iOS (Simulator): build failed by ?gzip: stdin: not in gzip format? error - iOS (real device): Waiting for TestFlight invitation - Android (Genymotion): build failed by ?Duplicate files copied? error - Android (real device): Installed from Google Play, has a problem on @browse functionality (will post a screenshot) No way to test my dapp or bot, currently :sob:

bazkas
2017-06-08 14:18
has joined #hackathon

kivokev
2017-06-08 14:21
What makes it easier?

pleyuh
2017-06-08 14:21
has joined #hackathon

andrey
2017-06-08 14:21
you can install apk on genymotion

zjm0847
2017-06-08 14:21
has joined #hackathon

kivokev
2017-06-08 14:21
Does asynchronous become easier?

andrey
2017-06-08 14:22
have you DM jarradhope for TestFlight?

andrey
2017-06-08 14:27
since I'm working with clojure last 3 years has not been on stackoverflow

yoshikazzz
2017-06-08 14:27
@andrey where can I find the latest apk? >have you DM jarradhope for TestFlight? Yes, I have.

andrey
2017-06-08 14:27
it very robust, and simple

kivokev
2017-06-08 14:28
I'll give it a try in a few weeks

kivokev
2017-06-08 14:28
Since it's summer time and everybody's? relaxing it's the perfect time to gain new skills and connections

kivokev
2017-06-08 14:28
I've always used summer for that

andrey
2017-06-08 14:29
and it's homoiconic , so working with the RN components just pleasure

roman
2017-06-08 14:29

roman
2017-06-08 14:30
@yoshikazzz ^

iainbarclay
2017-06-08 14:31
has joined #hackathon

mbrown316
2017-06-08 14:31
has joined #hackathon

roman
2017-06-08 14:31
@karalabe i could add other fixes to that branch, which problems are most annoying?

adamdossa
2017-06-08 14:32
@roman - not being able to return a response object from a command handler!

roman
2017-06-08 14:32
please share the sample of code

adamdossa
2017-06-08 14:33
same one I shared before in our chat :wink:

adamdossa
2017-06-08 14:33
@alwx reviewed it and said the approach was right, but that it was most likely a bug on the status side.

andrey
2017-06-08 14:33
you can use `onSend` i think

karalabe
2017-06-08 14:34
@roman Would it be possible to get an apk?

karalabe
2017-06-08 14:34
I don't have a build environemnt set up

yoshikazzz
2017-06-08 14:34
@roman @andrey Thanks! It worked.

karalabe
2017-06-08 14:34
OR is the above that?

roman
2017-06-08 14:35
yes, it is possible

jarradhope
2017-06-08 14:35
andrey: invites are full

jarradhope
2017-06-08 14:35
Testflight invites are full

adamdossa
2017-06-08 14:35
@andrey my understanding is that if you use onSend the user can't actually send the command to the chatbot (from docs: ``` If you specify this function, there will be no way to send a command to the chat and, in this case, the area (it's called the result-box) with a specified markup will be displayed instead. ```)

adamdossa
2017-06-08 14:37
Ideally I would like the handler to be able to post a reply (i.e. using sendMessage) and also post an associated response object alongside it to prompt the user for a further action / command. The same semantics as is used in the phone / account creation setup in the console app.


andrey
2017-06-08 14:37
`onSend` should work for you then

tochilov
2017-06-08 14:39
has joined #hackathon

adamdossa
2017-06-08 14:40
@andrey - I don't think it does - you're right that with onSend you can return markup, but this markup is displayed in the result-box window, not as part of a chat dialog. Furthermore you can't use preview / handler functions if you?ve specified an onSend parameter.

kellas
2017-06-08 14:40
??? web3 ??????? ?????????? ? dapp ????? ????????? ????????

jarradhope
2017-06-08 14:40
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

adamdossa
2017-06-08 14:40
@andrey - so onSend does almost the exact opposite of what I need :wink:

kellas
2017-06-08 14:41
??? ?????? ???????? Error: Provider not set or invalid

andrey
2017-06-08 14:43
?????? ?? ?????????? ??? ?????????

andrey
2017-06-08 14:44
?? ?????? ?????? ????????

kevsmetana
2017-06-08 14:47
has joined #hackathon

charlesdarkwind
2017-06-08 14:48
has joined #hackathon

vinteo849
2017-06-08 14:49
has joined #hackathon

noxon
2017-06-08 14:53
??? ? dapp

andrewliu
2017-06-08 14:54
has joined #hackathon

noxon
2017-06-08 14:54
?? ????????? ? ????? ????

karalabe
2017-06-08 15:00
Is it possible to set 2 parameters with 1 suggestion?

arthur
2017-06-08 15:02
SGT total supply of 50000000.0, and in writing this newspaper, 19132396.5 SGT has been allocated, accounting for 3.83% of the total supply. Why the total is 50000000.0,19132396.5 total 3.83%.

freetrip
2017-06-08 15:02
has joined #hackathon

cryptowanderer
2017-06-08 15:03
3.83% refers to to the total supply of SNT, of which SGT (the early contributors share) is 10% if I recall correctly.

alon
2017-06-08 15:03
Max 10% I think

raphael
2017-06-08 15:05
has joined #hackathon

arthur
2017-06-08 15:06
This is unreasonable, 19132396.5 accounted for the total amount of 50000000.0 3.83%.

arthur
2017-06-08 15:09
Should be 38.3%

markstock7
2017-06-08 15:21
has joined #hackathon

amis5818
2017-06-08 15:27
has joined #hackathon

satishk
2017-06-08 15:28
has joined #hackathon

zhanglianghui
2017-06-08 15:28
has joined #hackathon

impecter
2017-06-08 15:31
has joined #hackathon

da
2017-06-08 15:31
I'm sorry to bother the community, I love this project! I hope more people can see my heat

karalabe
2017-06-08 15:34
@roman One thing I noticed. URLs sometimes get linked and shortened, other times not

karalabe
2017-06-08 15:35
When I send a short message: "Bla bla bla...\nhttps://etherscan/..." it gets shotened

jarradhope
2017-06-08 15:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 15:35
When I send a longer message "Bla bla bla...\n\nthis is some long text\n\nhttps://etherscan" it doesn't detect it as a link

jarradhope
2017-06-08 15:35
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

slickrick
2017-06-08 15:37
has joined #hackathon

bastarf
2017-06-08 15:37
has joined #hackathon

cryptosoul
2017-06-08 15:39
has joined #hackathon

roman
2017-06-08 15:40
https://status-im.slack.com/archives/C5F2W6PNV/p1496934039605538 @karable this worked for me ``` status.command({ name: "global", registeredOnly: true, color: "#ffa500", sequentialParams: false, params: [{ name: "arg", type: status.types.TEXT, suggestions: function (params, context) { var view = ["view", {}, ['touchable', {onPress: ['dispatch', [status.events.SET_COMMAND_ARGUMENT, [0, "jeez why?"]]]}, ["view", {}, ["text", {}, "Set value"]] ] ]; return {"markup": view}; } }, { name: "arg2", type: status.types.TEXT }] }); ``` so `jeez` and `why?` are first and second args here

roman
2017-06-08 15:41
but this will work only with `sequentialParams: false` as i understand

karalabe
2017-06-08 15:41
Ah, I meant that when I click on the suggestion it sets the second param too to something

karalabe
2017-06-08 15:41
both at the same time

roman
2017-06-08 15:41
yes, that's it

karalabe
2017-06-08 15:42
but where are you setting arg2?

gg
2017-06-08 15:42
has joined #hackathon

roman
2017-06-08 15:43
i don't, when you are using `sequentialParams: false` params are separated by whitespace

karalabe
2017-06-08 15:43
ah, so "jees why" is actually two params

roman
2017-06-08 15:43
yes

karalabe
2017-06-08 15:44
nice, though my last param is a long text :disappointed:

karalabe
2017-06-08 15:44
so I need the sequential stuff for it

karalabe
2017-06-08 15:47
The truth is, the exact thing I need is that a suggestion appears for param 1

karalabe
2017-06-08 15:47
and then based on the input, it should either ask me for a long text as param 2

karalabe
2017-06-08 15:47
or not ask anything (hence why I wanted to "fill in automatically with nothing"

srpike11
2017-06-08 15:48
has joined #hackathon

alwx
2017-06-08 15:48
when you use `seqentialParams: false`, you can use ? so `/send Test User` contains two params while `/send "Test User"` contains just one

karalabe
2017-06-08 15:50
@alwx the UI deletes the double quote when I try to type it

bat-muffin
2017-06-08 15:50
has joined #hackathon

didi189
2017-06-08 15:51
has joined #hackathon

joaquin
2017-06-08 15:52
question: how can i avoid printing the "/command" each time a command end its execution?

colin9470061
2017-06-08 15:52
has joined #hackathon

didi189
2017-06-08 15:52
how can I join the ICO?

devin.zhang
2017-06-08 15:54
has joined #hackathon

ashmore11
2017-06-08 15:54
has joined #hackathon

miaoqingguo
2017-06-08 15:55
has joined #hackathon

ashmore11
2017-06-08 15:56
@ashmore11 has left the channel

karalabe
2017-06-08 16:02
Noticed another bug

karalabe
2017-06-08 16:02
If a parameter for a command has multiple words

karalabe
2017-06-08 16:02
it doesn't get formatted on the other side

karalabe
2017-06-08 16:02
(global)

karalabe
2017-06-08 16:02
rather the plain json is displayed in the messenger bubble

incompl
2017-06-08 16:02
has joined #hackathon

jarradhope
2017-06-08 16:07
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-08 16:07
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 16:08

jarradhope
2017-06-08 16:08
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-08 16:08
if there is no formatting in the message, the url is properly converted

badboyb223
2017-06-08 16:09
has joined #hackathon

karalabe
2017-06-08 16:09
but if I set some part of the message to italic, url conversion blows

yoshikazzz
2017-06-08 16:09
On the Status API FAQ: http://docs.status.im/#status-api-faqs ``` status.command({ name: "hello", title: "HelloBot", description: "Helps you say hello", color: "#CCCCCC", onSend: function (params) { result["text-message"] = "You're amazing, master!"; }, preview: function (params) { var text = status.components.text( { style: { marginTop: 5, marginHorizontal: 0, fontSize: 14, fontFamily: "font", color: "black" } }, "Hello from the other side!"); return {markup: status.components.view({}, [text])}; } }); ``` What does this ?onSend? do? I tapped the send button, and see nothing different.

cryptowanderer
2017-06-08 16:10
send the bot some text, any text

james88
2017-06-08 16:12
has joined #hackathon

jj
2017-06-08 16:12
has joined #hackathon

kannix
2017-06-08 16:12
how is the default wallet created? i want to base my wallet on the same code :wink:

nancy
2017-06-08 16:13
has joined #hackathon

minutebar
2017-06-08 16:14
has joined #hackathon

benemmons
2017-06-08 16:15
has joined #hackathon


snugghash
2017-06-08 16:15
has joined #hackathon

yoshikazzz
2017-06-08 16:15
@cryptowanderer I sent the bot a text ?Are you happy??, and get nothing? Does ?onSend? parameter of status.command work as like addListener, or what?

aart
2017-06-08 16:15
has joined #hackathon

gregj
2017-06-08 16:17
yoshikazzz: if he's not happy, he might not answer you :sweat_smile:

yoshikazzz
2017-06-08 16:21
I mean? ``` onSend: function (params) { result["text-message"] = "You're amazing, master!"; }, ``` this is just a value assignment, and this result[?text-message?] will be used nowhere, right?

kannix
2017-06-08 16:22
i?ve found that code.. but it simply uses `web3.eth` i need to know how to add another wallet (most likely writen in solidity) :wink:

cryptowanderer
2017-06-08 16:22
@yoshikazzz I think that code might be a little bit broken. Here is a better example: ``` status.command({ name: "google_or_yahoo", title: 'TITLE', description: 'DESCRIPTION', fullscreen: true, params: [{ name: "option", type: status.types.TEXT, placeholder: "either type G or Y" }], onSend: function(params){ console.log('***', params); if (params.option == 'g') { url = 'http://www.google.com' }else{ url = 'http://www.yahoo.com' } return { title: "Browser", dynamicTitle: true, singleLineInput: true, actions: [ { type: status.actions.FULLSCREEN } ], markup: status.components.bridgedWebView("http://google.com/") }; } }); ```

cfdrago
2017-06-08 16:23
has joined #hackathon

byronlee
2017-06-08 16:24
has joined #hackathon

spectro
2017-06-08 16:24
has joined #hackathon

benmorrow
2017-06-08 16:24
didi189: This is not a hackathon question. Please keep questions like this in #status

neoraistlin
2017-06-08 16:25
has joined #hackathon

yoshikazzz
2017-06-08 16:26
@cryptowanderer That makes sense :slightly_smiling_face: Thanks. So, the code sample on the right side of Status API FAQs is broken.

cryptowanderer
2017-06-08 16:26
will fix it now

eric428
2017-06-08 16:28
has joined #hackathon

alexolteanu
2017-06-08 16:28
has joined #hackathon

oldhomelh
2017-06-08 16:30
so why the body is undefined and the error is undefined ?

eek5
2017-06-08 16:32
has joined #hackathon

cryptowanderer
2017-06-08 16:32
@yoshikazzz fixed, pushed and it should go through to live shortly :wink:

bigdazzayeah
2017-06-08 16:34
has joined #hackathon

aadvertti
2017-06-08 16:38
has joined #hackathon

noxon
2017-06-08 16:39
very hot :sweat_smile:

km
2017-06-08 16:40
has joined #hackathon

bayusoe
2017-06-08 16:40
has joined #hackathon

2017-06-08 16:42
@oldhomelh commented on @oldhomelh?s file https://status-im.slack.com/files/U5A7U4Z18/F5RL2BTEK/image.png: hello this is the erro i have asked you before ,i have added the console in the the place before where the error happens .Through the cli execute error ,my status app still can see the dapp that i build

fs860203
2017-06-08 16:45
has joined #hackathon

39
2017-06-08 16:46
has joined #hackathon

jeff_
2017-06-08 16:47
has joined #hackathon

cryptowanderer
2017-06-08 16:49
@oldhomelh we need details of your system: what device/emulator, what status version, status-dev-cli version and what OS are you using? Also, it's much easier just to paste text rather than screenshots, as we can't help with those

kevinjoey89
2017-06-08 16:50
has joined #hackathon

aljoi
2017-06-08 16:50
has joined #hackathon

belmelma
2017-06-08 16:53
has joined #hackathon

oldhomelh
2017-06-08 16:55
@cryptowanderer status-dev-cli add '{"whisper-identity": "11hel1lo-bot2", "dapp-url": "http://192.168.0.101:8080/", "name": "Helloee2222sb"}' --ip "192.168.0.100" undefined {"whisper-identity": "11hel1lo-bot2", "dapp-url": "http://192.168.0.101:8080/", "name": "Helloee2222sb"} /Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/cli.js:122 } else if (body.type == "error") { ^ TypeError: Cannot read property 'type' of undefined at /Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/cli.js:122:32 at Request._callback (/Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/index.js:30:9) at Request.self.callback (/Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:188:22) at emitTwo (events.js:125:13) at Request.emit (events.js:213:7) at Request.<anonymous> (/Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:1171:10) at emitOne (events.js:115:13) at Request.emit (events.js:210:7) at IncomingMessage.<anonymous> (/Users/linhan/.nvm/versions/node/v8.0.0/lib/node_modules/status-dev-cli/node_modules/request/request.js:1091:12) at Object.onceWrapper (events.js:312:19)

jarradhope
2017-06-08 16:55
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

oldhomelh
2017-06-08 16:55
i add the console.log before the error place

oldhomelh
2017-06-08 16:55
.description("Adds a contact") 112 .action(function (contact) { 113 var statusDev = createStatusDev( ); 114 var contactData = getPackageData (contact); 115 if (contactData) { 116 statusDev.addContact(contact Data, function(err, body) { 117 console.log(body) 118 console.log(contactData) 119 if (err) { 120 121 printMan(); 122 } else if (body.type == "error") { 123 console.log(http://chalk.re d(body.text)); 124 } else { 125 console.log(http://chalk.gr een(body.text)); 126 }

jarradhope
2017-06-08 16:55
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

oldhomelh
2017-06-08 16:56
my environment is macos sierra 10.12.3 status dev cli 3.2.9 npm 4.2.0

cryptowanderer
2017-06-08 16:57
don't use quotes around your `--ip` flag

cryptowanderer
2017-06-08 16:58
`status-dev-cli add '{"whisper-identity": "11hel1lo-bot2", "dapp-url": "http://192.168.0.101:8080/", "name": "Helloee2222sb"}' --ip 192.168.0.100`

oldhomelh
2017-06-08 16:58
it still happens error

oldhomelh
2017-06-08 16:58
the same as before

oldhomelh
2017-06-08 16:58
but status can see the dapp

cryptowanderer
2017-06-08 16:59
ok, are you using an iPhone with the TestFlight build?

crypto_wizard
2017-06-08 16:59
has joined #hackathon

oldhomelh
2017-06-08 16:59
eys

oldhomelh
2017-06-08 16:59
yes

aadvertti
2017-06-08 16:59
@aadvertti has left the channel

cryptowanderer
2017-06-08 17:00
There were some issues with the last build, a fix is currently under review by Apple and should be out soon. Even if we do debug this, I think it's better to wait for that, as there were quite a few things to fix. I will ping you when it is released @oldhomelh

glambeth
2017-06-08 17:03
is it possible to connect to the mainnet yet?

oldhomelh
2017-06-08 17:03
how long ? i am taking part in the hackathon ,i afraid that i have no time to develop my dapp :joy::joy:

tsamu
2017-06-08 17:03
has joined #hackathon

cryptowanderer
2017-06-08 17:03
soon mate, soon. You can try build it for yourself too if you want? @glambeth not quite yet - we're still in alpha

christiangov
2017-06-08 17:06
has joined #hackathon

matteb
2017-06-08 17:10
has joined #hackathon

nastuh
2017-06-08 17:10
has joined #hackathon

alon
2017-06-08 17:10
Hey can someone help me with some Solidity?

alon
2017-06-08 17:11
If I say a function is `const` does that mean that once it is set it cannot change?

alon
2017-06-08 17:11
I have this for example: ``` function receiveEther() payable { balances[msg.sender] += msg.value; EtherReceived(msg.sender, msg.value); } function getAccountBalance() constant returns (uint) { return balances[msg.sender]; } ```

alon
2017-06-08 17:12
Whenever I call getAccountBalance it is always the same

alon
2017-06-08 17:12
I mean, I can update it only with one account.

gregj
2017-06-08 17:12
Contant means it's a readonly function. You can't send a transaction to modify the state

alon
2017-06-08 17:12
But it won't return the same result every time

alon
2017-06-08 17:13
in `receiveEther` I do `balances[msg.sender] += msg.value` So I would assume that `return balances[msg.sender]` Will give me this users balance

abcrst
2017-06-08 17:13
has joined #hackathon

alon
2017-06-08 17:13
If I then do the same with `user2` I would assume that it would be give a different balance

alon
2017-06-08 17:13
Am I right?

gregj
2017-06-08 17:15
You're right. Constant means just it will read the data in the Blockchain. You can't modify a state variable in a constant function. ReveiveEther is a transactionFunction. This one can modify a variable

alon
2017-06-08 17:15
What I am doing is this: I call receiveEther("address1", 500); and set address1Balance = getAccountBalance(address1)

alon
2017-06-08 17:16
Then I do receiveEther("address2", 1000); and set address2Balance = getAccountBalance(address2)

alon
2017-06-08 17:17
For some reason address2Balance now = 500...

jasoons
2017-06-08 17:21
Hi guys, is there a way to get the users contact list within a dapp/webview? Thanks

coleedanza
2017-06-08 17:31
has joined #hackathon

gregj
2017-06-08 17:31
alon: how do you send the transaction to receiveEther Are you doing : `my contract.receiveEther({from:address2, value: 500})` Also, it is 500wei not ether

karalabe
2017-06-08 17:35
@roman @farazdagi @alwx @andrey @jarradhope Could we have a formatting modifier for messages similar to italic (`~`) and bold (`*`) that marks something explicitly a url? The auto detection blows up if there are format strings and I'd really like to have both formatted strings as well as links marked as such?

scholow
2017-06-08 17:36
has joined #hackathon

cryptowanderer
2017-06-08 17:38
jasoons: not currently, though it is a feature being worked on

cryptowanderer
2017-06-08 17:40
some thing like `status.getContactSuggestions()` which returns an array, right? @andrey do you know how high on the priorities list that is?

mdsdo13
2017-06-08 17:43
has joined #hackathon

marman
2017-06-08 17:45
has joined #hackathon

jasoons
2017-06-08 17:46
Ok, thanks. My hackathon submition may just be a proof of concept then :grimacing: I'll try explain it well in the submittion

yassun
2017-06-08 17:47
has joined #hackathon

hcastano
2017-06-08 17:47
has joined #hackathon

fxinyu
2017-06-08 17:51
has joined #hackathon

dhatz
2017-06-08 17:52
has joined #hackathon

tms2004
2017-06-08 17:54
has joined #hackathon

malsados
2017-06-08 17:59
has joined #hackathon

wildvest
2017-06-08 18:01
has joined #hackathon

hank
2017-06-08 18:03
has joined #hackathon

kenshiro23
2017-06-08 18:15
has joined #hackathon

ollyoo
2017-06-08 18:17
has joined #hackathon

fernando.fjhr
2017-06-08 18:17
has joined #hackathon

mchuck
2017-06-08 18:18
has joined #hackathon

wataru
2017-06-08 18:21
has joined #hackathon

spann35
2017-06-08 18:22
has joined #hackathon

v1
2017-06-08 18:23
has joined #hackathon

peppajack
2017-06-08 18:23
has joined #hackathon

isasftw
2017-06-08 18:26
Finally got the bugs out of my dapp

isasftw
2017-06-08 18:26
It was a stupid thing with the ES6 arrow function notation not working in the WebView

noman
2017-06-08 18:30
you're not transpiling?

roman
2017-06-08 18:30
https://status-im.slack.com/archives/C5F2W6PNV/p1496943331216705 i?ll check what can be done about this tomorrow

rayhaan
2017-06-08 18:32
has joined #hackathon

mehdi
2017-06-08 18:32
has joined #hackathon

themav
2017-06-08 18:32
has joined #hackathon

dcc
2017-06-08 18:33
has joined #hackathon

cryptomagician
2017-06-08 18:36
has joined #hackathon

rhmral
2017-06-08 18:38
has joined #hackathon

simonray
2017-06-08 18:42
has joined #hackathon

bootieblingo
2017-06-08 18:44
has joined #hackathon

ethaneth
2017-06-08 18:48
has joined #hackathon

ggo
2017-06-08 18:49
has joined #hackathon

spliced-up
2017-06-08 18:50
has joined #hackathon

ztbergerz
2017-06-08 18:53
has joined #hackathon

carbonkey
2017-06-08 18:58
has joined #hackathon

gg33
2017-06-08 18:59
has joined #hackathon

jerrnej
2017-06-08 19:02
has joined #hackathon

fly0301
2017-06-08 19:14
has joined #hackathon

freight777
2017-06-08 19:17
has joined #hackathon

seantaylor
2017-06-08 19:26
has joined #hackathon

kvnhan011
2017-06-08 19:26
has joined #hackathon

tobbeo
2017-06-08 19:30
has joined #hackathon

kittenheel
2017-06-08 19:33
has joined #hackathon

dkdocs
2017-06-08 19:33
has joined #hackathon

wyh475593089
2017-06-08 19:34
has joined #hackathon

donkeydick
2017-06-08 19:39
has joined #hackathon

serkand93
2017-06-08 19:39
has joined #hackathon

dariloff
2017-06-08 19:41
has joined #hackathon

nsvrana
2017-06-08 19:43
has joined #hackathon

torsitorsi
2017-06-08 19:45
has joined #hackathon

jj923
2017-06-08 19:49
has joined #hackathon

dr10
2017-06-08 19:51
has joined #hackathon

dr10
2017-06-08 19:52
Teat

drvarma
2017-06-08 19:53
has joined #hackathon

kylef
2017-06-08 19:58
has joined #hackathon

aarona
2017-06-08 20:00
has joined #hackathon

alirezamehran
2017-06-08 20:01
has joined #hackathon

the_d0n
2017-06-08 20:02
has joined #hackathon

sekao
2017-06-08 20:07
is it by design that the webview in Status for android does not allow the file picker (<input type="file" />) to work?

donkey01
2017-06-08 20:10
has joined #hackathon

andrey
2017-06-08 20:12
@sekao no

snylrz
2017-06-08 20:12
has joined #hackathon

cvh
2017-06-08 20:13
has joined #hackathon

dex909
2017-06-08 20:13
has joined #hackathon

benmorrow
2017-06-08 20:14
andrey: Didn't I read that file input does not work for Android for now?

agilani
2017-06-08 20:15
has joined #hackathon

benmorrow
2017-06-08 20:21
Reminder: Be sure to update your GitHub Issue RSVP. Status team is actively looking for promising projects. We're more inclined to help when we can see what you're up to. Show your strength by writing a solid description about what you're building and make sure you have your teammates' details filled in :slightly_smiling_face:

benmorrow
2017-06-08 20:21
@benmorrow pinned a message to this channel.

okanbey1
2017-06-08 20:22
has joined #hackathon

donkey02
2017-06-08 20:25
has joined #hackathon

sevenmiles7
2017-06-08 20:30
has joined #hackathon

andrey
2017-06-08 20:32
@benmorrow yes you can't upload file in webview on android

lahdyo
2017-06-08 20:36
has joined #hackathon

andrey
2017-06-08 20:36
@benmorrow

benmorrow
2017-06-08 20:37
Thanks for confirming :slightly_smiling_face:

jringo
2017-06-08 20:37
has joined #hackathon

vazarich
2017-06-08 20:38
has joined #hackathon

hhc1254
2017-06-08 20:42
has joined #hackathon

sldeklck
2017-06-08 20:47
has joined #hackathon

michaelrathgeber
2017-06-08 20:48
has joined #hackathon

daniele.pozzi76
2017-06-08 20:54
has joined #hackathon

bbouley
2017-06-08 20:59
has joined #hackathon

sekao
2017-06-08 20:59
in case anyone is interested, i made an example project showing how to make a status dapp using clojurescript https://github.com/oakes/status-cljs

jarradhope
2017-06-08 20:59
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

zbunde
2017-06-08 20:59
has joined #hackathon

caseyk819
2017-06-08 20:59
has joined #hackathon

styv
2017-06-08 21:00
has joined #hackathon

grav
2017-06-08 21:07
has joined #hackathon

simon.dos
2017-06-08 21:09
has joined #hackathon

olzal
2017-06-08 21:11
has joined #hackathon

msotrips
2017-06-08 21:15
has joined #hackathon

andykim47
2017-06-08 21:17
has joined #hackathon

meddulla
2017-06-08 21:27
has joined #hackathon

oldmanus
2017-06-08 21:27
has joined #hackathon

donmullen
2017-06-08 21:29
sekao: Gotta love `boot`!

savuzmir
2017-06-08 21:29
has joined #hackathon

bsoule
2017-06-08 21:41
has joined #hackathon

joeschmoe
2017-06-08 21:57
has joined #hackathon

tarik
2017-06-08 22:10
has joined #hackathon

jumokee
2017-06-08 22:12
has joined #hackathon

ralvogels
2017-06-08 22:15
has joined #hackathon

jasoons
2017-06-08 22:23
Hi, I'm getting `Runtime Error: out of gas` when I try and call functions on my smart contract in status webview (haven't tried with a bot yet). But it works perfectly in browser with metamask. Is there a way to manually set the gas limit or something in truffle or status?

noman
2017-06-08 22:29
is there any information about the judging criteria of the hackathon?

noman
2017-06-08 22:29
or is just "the coolest project"

lerouxb
2017-06-08 22:30
has joined #hackathon

sekao
2017-06-08 22:31
right on! i'm a total convert and use it for all my projects now :slightly_smiling_face:

mr1st
2017-06-08 22:45
has joined #hackathon

noiseissound
2017-06-08 22:49
has joined #hackathon

pargo
2017-06-08 23:06
has joined #hackathon

sharedmocha
2017-06-08 23:13
has joined #hackathon

raphael
2017-06-08 23:15
@raphael has left the channel

benmorrow
2017-06-08 23:18
Judges will prioritize technical achievement and consider originality and creativity. They'll look at which type of project it is: DApp, chatbot, command. If you overcame any challenges along the way, you should include those in your description. You'll receive feedback on: ? What worked? ? What could be improved? ? What was unclear? ? What future ideas should be considered?

benmorrow
2017-06-08 23:18
@benmorrow pinned a message to this channel.

noman
2017-06-08 23:18
cool, thanks

mrbabo
2017-06-08 23:22
has joined #hackathon

akilawelihinda
2017-06-08 23:25
has joined #hackathon

pol_et
2017-06-08 23:27
has joined #hackathon

maetae
2017-06-08 23:35
has joined #hackathon

huzaifafaruqui
2017-06-08 23:36
has joined #hackathon

cmitchellangelo
2017-06-08 23:41
has joined #hackathon

shyzer
2017-06-08 23:45
has joined #hackathon

swh
2017-06-08 23:50
has joined #hackathon

sebohe
2017-06-08 23:54
has joined #hackathon

marcoalpha
2017-06-08 23:56
has joined #hackathon

kbw1140
2017-06-08 23:59
has joined #hackathon

genesushi
2017-06-09 00:02
has joined #hackathon

sagori42
2017-06-09 00:07
has joined #hackathon

sulliwane
2017-06-09 00:23
has joined #hackathon

dajain
2017-06-09 00:26
has joined #hackathon

mwtndmik
2017-06-09 00:28
has joined #hackathon

donmullen
2017-06-09 00:32
Yeah - a Misha/Alan and the rest of the folks working on `boot` are really helpful ? can always count on guidance from the clojurian boot channel.

gaio
2017-06-09 00:32
has joined #hackathon

moneymarket
2017-06-09 00:33
has joined #hackathon

maksabal103.
2017-06-09 00:35
has joined #hackathon

oom
2017-06-09 00:48
has joined #hackathon

jaaames
2017-06-09 00:55
has joined #hackathon

sleger
2017-06-09 00:59
has joined #hackathon

lunrfarsde
2017-06-09 01:09
has joined #hackathon

cotywishlow
2017-06-09 01:14
has joined #hackathon

intrepidtrip16
2017-06-09 01:18
has joined #hackathon

farmeroak
2017-06-09 01:23
@farmeroak has left the channel

sandy
2017-06-09 01:29
has joined #hackathon

mini4wd
2017-06-09 01:32
has joined #hackathon

sangyeobk
2017-06-09 01:43
has joined #hackathon

flemingo
2017-06-09 01:44
has joined #hackathon

ico-china
2017-06-09 01:55
has joined #hackathon

cryptolink
2017-06-09 02:07
has joined #hackathon

akenn06
2017-06-09 02:10
has joined #hackathon

dan64wiz
2017-06-09 02:12
has joined #hackathon

paul2017
2017-06-09 02:15
has joined #hackathon

houdenvan
2017-06-09 02:20
has joined #hackathon

michael.s.n
2017-06-09 02:21
has joined #hackathon

wujiaxuan
2017-06-09 02:32
has joined #hackathon

aatc1221
2017-06-09 02:35
has joined #hackathon

kstary
2017-06-09 02:37
has joined #hackathon

ailene109
2017-06-09 02:37
has joined #hackathon

statustition
2017-06-09 02:41
has joined #hackathon

jayin
2017-06-09 02:52
has joined #hackathon

tomnash
2017-06-09 02:55
Just wanted to say thank all you guys for putting on a great hackathon. While the API might be pretty rough around the edges and missing some things which would really beef it up, I think we've managed to create a feature-complete, fairly pretty v0.01 bot using the tools provided, and we're really happy with it :smiley: Looking forward to seeing the improvements you guys make based on the feedback provided here, love the direction of the project and how invested the whole community is in seeing it succeed It will be interesting to view everyone's submissions come next week! :status: :sgt:

samuel_fun
2017-06-09 02:56
has joined #hackathon

khurungxua
2017-06-09 02:56
has joined #hackathon

dan.knight
2017-06-09 02:59
has joined #hackathon

devilrayzl
2017-06-09 03:01
has joined #hackathon

heisenbergeth
2017-06-09 03:01
has joined #hackathon

reyyan
2017-06-09 03:02
has joined #hackathon

abigale_wang
2017-06-09 03:05
has joined #hackathon

ampj
2017-06-09 03:06
has joined #hackathon

past
2017-06-09 03:06
has joined #hackathon

eastant
2017-06-09 03:09
has joined #hackathon

chiptx
2017-06-09 03:09
has joined #hackathon

xiaoyuaaa
2017-06-09 03:12
has joined #hackathon

hoshino
2017-06-09 03:12
has joined #hackathon

talentzj
2017-06-09 03:15
has joined #hackathon

andrewrd
2017-06-09 03:30
@tomnash I also wanted to do the same, It's been enjoyable reading through the documentation putting things together for my dApp. Hopefully I'll have it all together by the submission date on the Sunday and can't wait to see what others have made.

luckymee
2017-06-09 03:41
has joined #hackathon

crypto_gatsby
2017-06-09 03:45
has joined #hackathon

redman
2017-06-09 03:46
has joined #hackathon

charlie1987
2017-06-09 03:48
has joined #hackathon

the_1
2017-06-09 03:50
has joined #hackathon

the_1
2017-06-09 03:52
In it to win it

the_1
2017-06-09 03:52
Good luck to everyone

tomnash
2017-06-09 03:53
Fighting talk @the_1

the_1
2017-06-09 03:55
:money_mouth_face:

hafox
2017-06-09 03:56
has joined #hackathon

crypto-investor
2017-06-09 03:58
has joined #hackathon

evanvanness
2017-06-09 04:00
has joined #hackathon

oasis
2017-06-09 04:02
has joined #hackathon

zaxytkzw72
2017-06-09 04:02
has joined #hackathon

richamore
2017-06-09 04:02
has joined #hackathon

entrapm3nt
2017-06-09 04:16
has joined #hackathon

yan
2017-06-09 04:22
has joined #hackathon

noman
2017-06-09 04:23
@noman pinned a message to this channel.

topiinyo
2017-06-09 04:34
has joined #hackathon

rajankc
2017-06-09 04:34
has joined #hackathon

hail
2017-06-09 04:34
@hail has left the channel

dixonsoo
2017-06-09 04:36
has joined #hackathon

fadacai
2017-06-09 04:39
has joined #hackathon

landr
2017-06-09 04:41
has joined #hackathon

santiago
2017-06-09 04:43
has joined #hackathon

piedutch
2017-06-09 04:44
has joined #hackathon

liuting156a
2017-06-09 04:50
has joined #hackathon

stevefan
2017-06-09 04:54
has joined #hackathon

riverriots
2017-06-09 04:55
has joined #hackathon

robertb
2017-06-09 04:58
has joined #hackathon

pariah
2017-06-09 05:07
has joined #hackathon

hawaterbot
2017-06-09 05:13
has joined #hackathon

cclavio
2017-06-09 05:26
has joined #hackathon

zooooooody
2017-06-09 05:30
has joined #hackathon

quavmo
2017-06-09 05:33
has joined #hackathon

chongke
2017-06-09 05:35
has joined #hackathon

thyme
2017-06-09 05:44
has joined #hackathon

cam9191
2017-06-09 05:54
has joined #hackathon

cryptowanderer
2017-06-09 06:01
tomnash: I frikkin dig this guy a lot ^^ what a champ :status:

workoutcrate
2017-06-09 06:08
has joined #hackathon

alon
2017-06-09 06:12
Hey can someone help me with deploying to Ropsten?

daan
2017-06-09 06:13
has joined #hackathon

laptopsarcastic
2017-06-09 06:14
has joined #hackathon

taku-jack
2017-06-09 06:20
has joined #hackathon

udisaw
2017-06-09 06:22
has joined #hackathon

hallo
2017-06-09 06:27
has joined #hackathon

hohyunjung
2017-06-09 06:31
has joined #hackathon

uxinlei
2017-06-09 06:38
has joined #hackathon

wang3587
2017-06-09 06:49
has joined #hackathon

wjc3813
2017-06-09 06:52
has joined #hackathon

jmalone34
2017-06-09 06:58
has joined #hackathon

joaquin
2017-06-09 06:58
Question: how I can put the suggestionswindows on hold while I am entering params in sequentialparams: true mode.

joaquin
2017-06-09 06:58
?

andrey
2017-06-09 06:59
hi @joaquin atm suggestions work only for the first param in sequentialparams: true mode.

joaquin
2017-06-09 06:59
ok thanks

joaquin
2017-06-09 07:00
and final question: how to use suggestions on the addListener('init').

joaquin
2017-06-09 07:00
?

nethyb
2017-06-09 07:01
has joined #hackathon

andrey
2017-06-09 07:02
@joaquin return {markup: } doesn't work?

andrey
2017-06-09 07:03
try `status.showSuggestions` then

wjc3813
2017-06-09 07:04
we are all looking forword to 6.17 ico , Chinese people like this project , and I find many of my friend to join it ?and help to let more people know it ?more people use our

joaquin
2017-06-09 07:05
ok I will try, thanks. I think I miss that command when reading the doc

andrey
2017-06-09 07:06
it works in latest release

andrey
2017-06-09 07:06
android

wjc3813
2017-06-09 07:06
we are all looking forword to 6.17 ico , Chinese people like this project , and I find many of my friend to join it ?and help to let more people know it ?more people use our status ?it will be better and better ?

andrey
2017-06-09 07:06
and i think we haven't added it in docs yet

pixel
2017-06-09 07:09
@tomnash Looking forward to your bot! :slightly_smiling_face:

wenwen
2017-06-09 07:09
has joined #hackathon

law.yim
2017-06-09 07:09
there seems to be quite alot of excitement with this one

law.yim
2017-06-09 07:09
with regards to the prouct

law.yim
2017-06-09 07:09
who has used http://status.im yet?

law.yim
2017-06-09 07:09
and what can be said of it?

law.yim
2017-06-09 07:10
as a potential investor besides supply & demand of the coin, we always want to know the principal in what drives the business

andrey
2017-06-09 07:10
@wjc3813 @law.yim it better to use #status channel for these questions

andrey
2017-06-09 07:10
here is technical questions about hackaton

law.yim
2017-06-09 07:10
cheers for that

joaquin
2017-06-09 07:13
i have my function func() { .... returns {markup: status.component(...)} }

statusdev
2017-06-09 07:13
has joined #hackathon

joaquin
2017-06-09 07:13
when i do showSuggestions(func) it doesn't work

joaquin
2017-06-09 07:13
is the right syntax?

joaquin
2017-06-09 07:13
status.showSuggestions(func)

joaquin
2017-06-09 07:15
?

nomaduz
2017-06-09 07:15
has joined #hackathon


andrey
2017-06-09 07:17
@joaquin ^

joaquin
2017-06-09 07:18
ok it is not the function but the returned object .markup

joaquin
2017-06-09 07:18
perfect

joaquin
2017-06-09 07:18
thanks

traden
2017-06-09 07:18
has joined #hackathon

benmorrow
2017-06-09 07:21
Anybody have any experience deploying on Ropsten that can help @alon?

andrey
2017-06-09 07:22
@alon what do you mean deploying to Ropsten?

alon
2017-06-09 07:25
@andrey I am trying to run Ropsten locally and then deploy my smart contract to it with Truffle Migrate

parakoopa
2017-06-09 07:26
has joined #hackathon

wuzhaoli
2017-06-09 07:26
has joined #hackathon

rezazadeh53
2017-06-09 07:27
has joined #hackathon

markdavinci
2017-06-09 07:29
has joined #hackathon

haegaeh
2017-06-09 07:33
has joined #hackathon

tone
2017-06-09 07:37
has joined #hackathon

gianthoax
2017-06-09 07:38
has joined #hackathon

jdwwq5
2017-06-09 07:39
has joined #hackathon

andrey
2017-06-09 07:43
maybe @cryptowanderer can help with this

haru
2017-06-09 07:47
has joined #hackathon

karalabe
2017-06-09 07:49
I can't help with Truffle, but if you have your solidity code, you might try building it via http://remix.ethereum.org and then you can open up myetherwallet, switch to ropsten and deploy it via them. It's a bit of a DIY, but it should "just work".

jarradhope
2017-06-09 07:49
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-09 07:50
@benmorrow @roman One more idea I had that would make your lives a lot easier during judging

karalabe
2017-06-09 07:50
Currently you can only add a "real" contact via the plus sign on the contact list

karalabe
2017-06-09 07:51
If you'd add another field there (i.e. "Add by URL"), where the URL would point to the json we need to feed via the status dev cli

karalabe
2017-06-09 07:51
Then reviewers could simply try out bots without needing to do the whole debug-mode-forward-ports-inject-cli-json thing

wastyn13
2017-06-09 07:57
has joined #hackathon

joaquin
2017-06-09 07:58
How I use fullscreen: true in a status.showSuggestions()?

kungfury
2017-06-09 07:58
has joined #hackathon

jarradhope
2017-06-09 07:59
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-09 07:59
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-09 07:59
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

andrey
2017-06-09 08:02
@joaquin you can't use fullscreen atm

ohhai
2017-06-09 08:02
has joined #hackathon

joaquin
2017-06-09 08:03
ok. last question. when i send a command e.g. /command it executes the command then the bot send me as message the line "/command"

joaquin
2017-06-09 08:03
how i can hide that?

joaquin
2017-06-09 08:03
it makes the conversation flow ugly to see what i enter as user

caizhen.liu
2017-06-09 08:03
has joined #hackathon

armaan56
2017-06-09 08:04
has joined #hackathon

nzs666888
2017-06-09 08:05
has joined #hackathon

musashi634
2017-06-09 08:05
has joined #hackathon

karalabe
2017-06-09 08:05
@benmorrow Question about submission. The rules state that we need to open a PR. Could you elaborate on that? If I make a bot, what exactly should that PR contain? I'm assuming we need to open against the hackathon repo? Should we just open with all our code available?

andrey
2017-06-09 08:07
that's weird "bot send me as message the line "/command"" could you show screenshot?

franzfries
2017-06-09 08:07
has joined #hackathon

isasftw
2017-06-09 08:09
@karalabe I was confused about this too, but i think i got it. On the hackathon repo, there is a "submissions" folder, where you should make a folder for your project, and put in your code.

isasftw
2017-06-09 08:09
I might be wrong though

karalabe
2017-06-09 08:09
@isasftw ah, brilliant, thank you! :slightly_smiling_face:

isasftw
2017-06-09 08:09
Just seemed like that's what it might be :stuck_out_tongue:

isasftw
2017-06-09 08:09
Np :slightly_smiling_face:

joaquin
2017-06-09 08:11
@andrey

andrey
2017-06-09 08:12
looks fine except `{}`

joaquin
2017-06-09 08:13
it is because it doesn't take parameters

joaquin
2017-06-09 08:13
i always get in response the command with the params

guanggeng
2017-06-09 08:13
has joined #hackathon

joaquin
2017-06-09 08:14
sometimes i would like to hide completely what i enter as a command

andrey
2017-06-09 08:15
@joaquin you can return empty view in command preview. but i'm not sure you can hide message at all

raychords_76
2017-06-09 08:16
has joined #hackathon

jack1988
2017-06-09 08:16
has joined #hackathon

joaquin
2017-06-09 08:16
ok i will try

amolpednekar
2017-06-09 08:16
Guys, how to demo the app? Is a presentation + video required?

andrey
2017-06-09 08:17
video presentation :slightly_smiling_face:

amolpednekar
2017-06-09 08:17
Okay, and whats the time limit?

amolpednekar
2017-06-09 08:17
+ where to send it to (sorry for questions overload, I didnt notice anything on the hackathon page)

andrey
2017-06-09 08:18
@benmorrow ^

xiaoliu11001
2017-06-09 08:26
has joined #hackathon

cryptowanderer
2017-06-09 08:34
@amolpednekar roughly 2-3 minutes would be great, thanks

amolpednekar
2017-06-09 08:34
Cool, and where to upload it?

opdinc
2017-06-09 08:36
has joined #hackathon

joaquin
2017-06-09 08:46
how to add a background to my chatbot?

thijsp
2017-06-09 08:48
has joined #hackathon

rvdbos
2017-06-09 08:48
has joined #hackathon

andrey
2017-06-09 08:48
we don't have such a feature atm

631380542
2017-06-09 08:49
has joined #hackathon

joaquin
2017-06-09 08:50
ok thanks

karalabe
2017-06-09 08:50
@amolpednekar Possibly youtube is the simplest :slightly_smiling_face:

amolpednekar
2017-06-09 08:52
@karalabe Cool, thanks. And post the corresponding link in the hacakthon team submissions issue?

karalabe
2017-06-09 08:55
I'd probably post it into both the issue as well as the PR description :slightly_smiling_face:

karalabe
2017-06-09 08:56
The way I'm trying to do it is to have a repo with all my stuff, make a nice readme with all the infos + embedded video

karalabe
2017-06-09 08:56
Then copy-paste the readme into the hackathon issue

karalabe
2017-06-09 08:56
(maybe leave a few extras there)

karalabe
2017-06-09 08:56
and then open a PR with all my code dumped into a folder on the hackathon repo

karalabe
2017-06-09 08:56
and add the readme into the PR description again

karalabe
2017-06-09 08:56
that way they can't miss it :smile:

wimple
2017-06-09 08:58
has joined #hackathon

isasftw
2017-06-09 08:58
Wait, so i have to make a video aswell?

karalabe
2017-06-09 09:00
Afaik you don't **have** to. But given all the rough edges we've seen here and there, it's generally a better idea to have something that can showcase your stuff even if shit hits the fan (e.g. someone spams ropsten, txs get slow, your code turns out not to work on whatever device a reviewer has, etc).

isasftw
2017-06-09 09:01
Oh, ok, good point

isasftw
2017-06-09 09:01
Well, i guess i'll make one then

hagenbastien
2017-06-09 09:01
has joined #hackathon

isasftw
2017-06-09 09:01
Gotta get my search working first. Unfortunately i know nothing about solidity and I'm using it for the first time :stuck_out_tongue:

karalabe
2017-06-09 09:01
heh :smile:

karalabe
2017-06-09 09:02
it can be annoying for the first time while you get the hang of it

karalabe
2017-06-09 09:02
after you know the limits and tricks it's pretty straightforward :slightly_smiling_face:

karalabe
2017-06-09 09:02
although I'm really looking forward to someone dreaming up a new language for the EVM XD (don't tell anyone I said that) :slightly_smiling_face:

karalabe
2017-06-09 09:03
I'm more in favor of strict and simple languages like Go that the relaxed and candy-coated ones like js :slightly_smiling_face:

zhongyuan
2017-06-09 09:05
has joined #hackathon

cryptowanderer
2017-06-09 09:10
babbage ftw. Also eWASM.

cryptojo3
2017-06-09 09:11
has joined #hackathon

karalabe
2017-06-09 09:12
ewasm is an awesome idea. I'm horrified of what spectacular ways it will blow up though :smile:

jamescarter
2017-06-09 09:12
has joined #hackathon

random_one
2017-06-09 09:15
has joined #hackathon

zhuwenbo
2017-06-09 09:19
has joined #hackathon

rleshner
2017-06-09 09:19
has joined #hackathon

mz10
2017-06-09 09:22
has joined #hackathon

apple
2017-06-09 09:28
has joined #hackathon

mosthigh
2017-06-09 09:34
has joined #hackathon

sertuk
2017-06-09 09:37
has joined #hackathon

kadjam
2017-06-09 09:43
has joined #hackathon

ziyouzhe
2017-06-09 09:44
has joined #hackathon

karalabe
2017-06-09 09:46
Btw, where is the `title` or `description` of a command used?

karalabe
2017-06-09 09:47
Ah, so the description is listed when pressing the command menu

karalabe
2017-06-09 09:47
and if there's no title, the command doesn't get listed there at all

karalabe
2017-06-09 09:48
Still wondering about the reason for the `title`

warren
2017-06-09 09:49
has joined #hackathon

yredan
2017-06-09 09:51
has joined #hackathon

kellas
2017-06-09 09:55

jarradhope
2017-06-09 09:55
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

wufilippo
2017-06-09 09:58
has joined #hackathon

steven
2017-06-09 10:01
OK

joaquin
2017-06-09 10:04
How to change the description of my app? I see the name in the top of the Status window but under the name it says "Unknown"

liaoishere
2017-06-09 10:06
has joined #hackathon

isasftw
2017-06-09 10:06
@kellas Wow, a Dapp game? Why didn't it think of that!? :stuck_out_tongue:

andrey
2017-06-09 10:06
@joaquin you can't change this atm

haha
2017-06-09 10:07
has joined #hackathon

jannik
2017-06-09 10:10
has joined #hackathon

joaquin
2017-06-09 10:10
ok thanks

maceo
2017-06-09 10:16
has joined #hackathon

nambitcoinpro
2017-06-09 10:30
has joined #hackathon

eddyfr
2017-06-09 10:33
has joined #hackathon

karalabe
2017-06-09 10:37
Is there a way to use the same formatting modifiers in a command's preview that we can use with sendMessage?

karalabe
2017-06-09 10:38
The latter is really useful because it allows us to make nice looking text with a bit of format characters, but not needing to mess around with react components


lilei
2017-06-09 10:42
has joined #hackathon

wufei1983
2017-06-09 10:42
has joined #hackathon

karalabe
2017-06-09 10:43
bummer, thanks

sajjalas
2017-06-09 10:45
has joined #hackathon

jasoons
2017-06-09 10:59
Does you whole chat-bot need to be in one file? I'm unable to use `var ownModule = require('./ownModule.js');` Any ideas?

karalabe
2017-06-09 11:01
I'm assuming the whole script runs in a strict jail to prevent outside attacks

karalabe
2017-06-09 11:01
I'd expect the single file to be enforced

eng.sabuhassira
2017-06-09 11:02
has joined #hackathon

cryptowanderer
2017-06-09 11:02
I'm fairly sure it is enforced as Peter has indicated @jasoons. Did you check stuff like this for ideas: https://github.com/morelazers/SaveWithStatus/blob/master/build/bot/bot.js?

cryptowanderer
2017-06-09 11:03
I know it makes less readable etc., but it's just something you'll need to deal with for now I guess :wink:


jasoons
2017-06-09 11:12
@cryptowanderer Also have no idea how to debug, the chat... Ideas? But thanks.

cryptowanderer
2017-06-09 11:16
Have you checked our new and separate `debugging` and `FAQ` section of the docs @jasoons? :wink:

khunlua
2017-06-09 11:16
has joined #hackathon

jasoons
2017-06-09 11:17
cryptowanderer: nooo, I will lookkk!!

cryptowanderer
2017-06-09 11:20
debugging can be a bitch though still, unless you're used to React Native Bridge or the like. You're using an emulator right? Cause that is prob easiest and can generally be accessed through chrome's remote debugging tools:

clinza1987
2017-06-09 11:24
has joined #hackathon

jezzaccc
2017-06-09 11:25
has joined #hackathon

drjames
2017-06-09 11:26
has joined #hackathon

msolomon
2017-06-09 11:31
has joined #hackathon

icobazaar
2017-06-09 11:32
has joined #hackathon


jarradhope
2017-06-09 11:39
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noxon
2017-06-09 11:39
?????? ?????? ????? ??? ?????? ????????? ?????

tj
2017-06-09 11:39
has joined #hackathon

jasoons
2017-06-09 11:40
This is in my remote debugging console. Anyone have any ideas? This same code works perfectly in chrome with metamask when 'accept' the transaction.

jasoons
2017-06-09 11:40
Ok, the chrome remote debugging is working, so I know the error is a out of gas error for my transaction. :confused: I have posted an image.

2017-06-09 11:41
@jasoons commented on @jasoons?s file https://status-im.slack.com/files/U5G1F9KV2/F5S400BRC/image.png: This is on testrpc by the way.

cryptowanderer
2017-06-09 11:43
which GH repo is yours @jasoons, if we can access your code we can prob help more (@andrey have you been struggling with this in your example?)

andrey
2017-06-09 11:45
????? ??????? , ???? ????? PR ???????

jasoons
2017-06-09 11:46

jarradhope
2017-06-09 11:46
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

cryptowanderer
2017-06-09 11:46
Haha :joy: baby steps big guy! I will get someone to look over your code when we have some time, not sure when that'll be though. I have not seen the out of gas error, and it's tough to debug because it can be due to so many different things...

janslonecki
2017-06-09 11:48
has joined #hackathon

jasoons
2017-06-09 11:48
All the config is the same as the original 'truffle-box-status' repo you provided. I just added the command `npm run startweb` to run it at a website dapp for metamask.

jasoons
2017-06-09 11:50
The problem comes when you click the 'CREATE GROUPS' button. You can also check if you created the group correctly by going to 'My Groups' in the sidebar menu.

jasoons
2017-06-09 11:51
Thanks :hugging_face:

cryptowanderer
2017-06-09 11:55
Like I say, I am busy all day. However, a cursory glance seems to suggest to me that this line https://github.com/JasoonS/Status-Hackathon/blob/master/src/actions/index.js#L65 is where your issue may be (or at least where I would start). Generally (and this is the big thing about devving on `testrpc`) you also need to provide - at least - a gas variable along with who you are sending the tx to (which `testrpc` clearly does not enforce. So try changing that to `{from: userAddress, gas:3000000}` and I think you should be good

ziyouzhe
2017-06-09 11:58
:grinning:

ziyouzhe
2017-06-09 11:58
:kissing_closed_eyes:

duldo
2017-06-09 12:02
has joined #hackathon

ziyouzhe
2017-06-09 12:02
fenxiaF

qb2
2017-06-09 12:05
has joined #hackathon

kevlar22
2017-06-09 12:08
has joined #hackathon

ks29
2017-06-09 12:09
has joined #hackathon

jasoons
2017-06-09 12:14
Thanks, that works for me :grimacing: Those other examples are also really great!

hans
2017-06-09 12:15
has joined #hackathon

saiga
2017-06-09 12:15
has joined #hackathon

cryptowanderer
2017-06-09 12:19
awesome, stoked that it was straight-forward (this time :wink: ) and yeah, people blow my mind dude

mintsaux
2017-06-09 12:22
has joined #hackathon

rothbart
2017-06-09 12:23
has joined #hackathon

nya
2017-06-09 12:29
has joined #hackathon

mctux
2017-06-09 12:40
has joined #hackathon

asano
2017-06-09 12:42
has joined #hackathon

raskal
2017-06-09 12:43
has joined #hackathon

jh8585
2017-06-09 12:44
has joined #hackathon

wonderful
2017-06-09 12:46
has joined #hackathon

renter
2017-06-09 12:50
has joined #hackathon

clark8kent
2017-06-09 12:51
has joined #hackathon

qq598976844
2017-06-09 12:51
has joined #hackathon

ethjesus
2017-06-09 12:55
has joined #hackathon

linkbush
2017-06-09 13:00
has joined #hackathon

malykubo
2017-06-09 13:01
has joined #hackathon

swedespade
2017-06-09 13:05
has joined #hackathon

1222
2017-06-09 13:06
has joined #hackathon

theblockaccountant
2017-06-09 13:09
has joined #hackathon

jenbenj
2017-06-09 13:09
has joined #hackathon

yitian
2017-06-09 13:10
has joined #hackathon

manmeet
2017-06-09 13:11
has joined #hackathon

tomfrnk5
2017-06-09 13:11
has joined #hackathon

speters
2017-06-09 13:13
has joined #hackathon

kelly
2017-06-09 13:18
has joined #hackathon

startork
2017-06-09 13:22
has joined #hackathon

yaukampiu
2017-06-09 13:26
has joined #hackathon

pixel
2017-06-09 13:28
Created a really simple background which will show when recording the video. In case anyone wants it as well. :slightly_smiling_face:

tarun
2017-06-09 13:31
has joined #hackathon

yitian
2017-06-09 13:32
I want to join ICO, please give me some love, thank you

themav
2017-06-09 13:33
you are going to have to grovel harder than that yitian :slightly_smiling_face:

tomfrnk5
2017-06-09 13:38
Status is making me so freekin happy. I've been trying to describe this to my friends for months, and last night I finally got through to them with the recent video released. Now we're having an ICO party on the 17th! Woot Woot!

kkx
2017-06-09 13:39
has joined #hackathon

the_1
2017-06-09 13:43
I used parity. Truffle worked on everything up to deploying on the main network.

the_1
2017-06-09 13:43
So now I just use parity for everything

ltyu
2017-06-09 13:43
has joined #hackathon

laptopsarcastic
2017-06-09 13:49
Hi guys. I'm really looking foward to Status, the team inspires a lot of confidence here. I don't want to miss out on the crowdsale, and I've read there is a max gas price, so I've come up with this plan: Send 1 ETH each to 1000 different addresses (0.462 ETH spent on transaction fees) Then 2 minutes before the sale starts, start sending 1 ETH transactions with the max gas price (2.75 ETH spent on transaction fees) After the sale, consolidate all the ETH and SNT back into a single address (1+ ETH spent on transaction fees) The theory is, if I can increase the % of the mempool that is made up of my transactions, then I will have a higher chance of getting more ETH confirmed Is this a good strategy here? I've also heard I can put in some work to earn some SGT in order to get a whitelisted address for some % of the crowdsale. Will the limit for an SGT whitelisted address be high enough for someone who wants to contribute ~500 ETH ?

andrey
2017-06-09 13:51
hi @laptopsarcastic it's better to ask in #status channel , here is hackaton channel

han
2017-06-09 13:52
dear all?i come from China?i am so interested in Status. So i pray that some one can give me "the heart ".so that I can get the SGT. I hope Status will get great success.Thank everyone.

chuz928
2017-06-09 13:55
has joined #hackathon

terzai
2017-06-09 13:56
has joined #hackathon

ryo
2017-06-09 14:09
has joined #hackathon

kevinenax
2017-06-09 14:09
has joined #hackathon

sczmm
2017-06-09 14:12
has joined #hackathon

j3rmg
2017-06-09 14:14
has joined #hackathon

sdm3989
2017-06-09 14:14
has joined #hackathon

ozzu
2017-06-09 14:15
has joined #hackathon

ota
2017-06-09 14:19
has joined #hackathon

poiresel
2017-06-09 14:20
Is it possible to use `requires` in the bot.js. file?


moxxie
2017-06-09 14:33
has joined #hackathon

bokkypoobah
2017-06-09 14:34
has joined #hackathon

seanavery
2017-06-09 14:35
Ok, so it seems as if `require` statements are not supported. @cryptowanderer Is there a recommended way of using the status API to make http requests to a backend. webView can make http requests but only has one parameter for the URL... Any guidance would be much appreciated. :grinning:

cryptowanderer
2017-06-09 14:36
not really, what 'backend' do you dare speak of in these waters? :wink:

imhuangling
2017-06-09 14:40
has joined #hackathon

cryptowanderer
2017-06-09 14:40
but seriously, you can take a look at `sequentialParams` as that might help your cause. What are you trying to achieve @seanavery?

ekaterina_golybeva
2017-06-09 14:41
has joined #hackathon

imhuangling
2017-06-09 14:41
hello everyone, I am very happy to join status slack channel, really want to participate status ICO, and tried my best to understand this amazing wechat like ethereum mobile app/platform, and discussing with my friends and colleagues about status future. Can you guys give me 5 hearts? I really want to be part of status community and be part of status ICO! thanks

ryo
2017-06-09 14:42
Nice to meet you. I am a software engineer working in Japan. I am poor in English but can I join hackthon?

dawidrams
2017-06-09 14:43
has joined #hackathon

andrey
2017-06-09 14:43
hi @ryo

andrey
2017-06-09 14:43
you can but Pencils Down-Sunday June 11th 7:45am PDT

wdr
2017-06-09 14:48
has joined #hackathon

greencurry
2017-06-09 14:50
has joined #hackathon

seanavery
2017-06-09 14:51
@cryptowanderer I am basically trying to make a fetch request to a remote api in the return statement of a command. Since I can't require a fetch module, I was seeing if I could hack the http requests used to pull up webViews --> to hit an api instead

kuanye
2017-06-09 14:54
has joined #hackathon

cryptowanderer
2017-06-09 14:54
@roman any ideas? ^ seems like webView might be your best bet and that we might need to add to our list of requested features if you can't get it right and can find it within yourself to submit an issue...

fyy
2017-06-09 14:58
has joined #hackathon

stausa
2017-06-09 15:01
has joined #hackathon

wjh12007
2017-06-09 15:01
has joined #hackathon

jarradhope
2017-06-09 15:01
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

jarradhope
2017-06-09 15:01
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

seanavery
2017-06-09 15:02
thanks @cryptowanderer, will tinker around and see if I can get it to work through webView. Yes, that would be a nice feature as there is only so much I can do with web3 calls alone. Could this be achieved by simply adding a fetch library to the Status app along with web3? I see the web3 require statement in `/src/status_im/protocol/web3/utils.cljs` ^ could a fetch library be added here as well?

cryptowanderer
2017-06-09 15:07
Cool cool cool. I think there may be an issue for this kind of thing already, but can't find it right now. If not, we will definitely add it to the list :+1:

jokeman
2017-06-09 15:09
has joined #hackathon

pero
2017-06-09 15:12
has joined #hackathon

rndrz
2017-06-09 15:14
has joined #hackathon

modad0322
2017-06-09 15:15
has joined #hackathon

atex
2017-06-09 15:15
has joined #hackathon

co0001
2017-06-09 15:18
has joined #hackathon

kevins
2017-06-09 15:18
has joined #hackathon

cloud
2017-06-09 15:22
has joined #hackathon

status_hodler
2017-06-09 15:25
has joined #hackathon

keipom
2017-06-09 15:26
has joined #hackathon

hssjstone
2017-06-09 15:32
has joined #hackathon

wscjwsnqd
2017-06-09 15:34
has joined #hackathon

jabulon
2017-06-09 15:35
has joined #hackathon

yuanlolo66
2017-06-09 15:35
has joined #hackathon

ekaterina_golybeva
2017-06-09 15:37
.

binghuyiyue
2017-06-09 15:38
has joined #hackathon

elysian
2017-06-09 15:44
has joined #hackathon

cooltigerjp
2017-06-09 15:44
has joined #hackathon

vikas
2017-06-09 15:45
Hi Guys. So I've a dapp to submit. The dapp shall work in the status browser. does it qualify for the hack? I created the dapp for this Hack only. If not, what needs to be done to get it qualified for it.

rdevision
2017-06-09 15:47
has joined #hackathon

mikab
2017-06-09 15:49
has joined #hackathon

hcn18
2017-06-09 15:50
has joined #hackathon

roman
2017-06-09 15:50
seanavery: there is no way to make http request from bot?s env atm

hogan
2017-06-09 15:51
has joined #hackathon

georgi
2017-06-09 15:57
has joined #hackathon

liubeibei
2017-06-09 15:59
has joined #hackathon

cryptowanderer
2017-06-09 16:00
that sounds like its within the rules @vikas - have you created an issue on github? If so, just close it with a PR that links to where your DApp is running so that the judges can test it.

meek
2017-06-09 16:02
has joined #hackathon

jan_detlefsen
2017-06-09 16:07
Do you have any general police towards adult content dapps? i don't plan anything like that just curious what the policy is.

crizr
2017-06-09 16:09
has joined #hackathon

ethdealer
2017-06-09 16:09
has joined #hackathon

afanti
2017-06-09 16:11
has joined #hackathon

alibaba
2017-06-09 16:13
has joined #hackathon

hoganhua
2017-06-09 16:19
has joined #hackathon

abab
2017-06-09 16:21
has joined #hackathon

rhys.lindmark
2017-06-09 16:24
has joined #hackathon

ndual
2017-06-09 16:27
has joined #hackathon

solarcom_ch
2017-06-09 16:34
has joined #hackathon

gowens9
2017-06-09 16:35
has joined #hackathon

faen
2017-06-09 16:35
has joined #hackathon

ashmon
2017-06-09 16:36
Does anyone here know if there has been an update to the avaibility of Status' Messaging? Last I tested (Yesterday) it was still not functional.

andrey
2017-06-09 16:37
@ashmon check latest release

cryptowanderer
2017-06-09 16:37
yeah, the android fix has gone out, I'm fairly sure. Not 100% on whether it has passed apple review

gudo1star
2017-06-09 16:38
has joined #hackathon

karalabe
2017-06-09 16:39
@cryptowanderer There was also a follow up patch from @roman yesterday that fixed the command parameter suggestions to make `context` available to them. Would it be possible to have that also available for reviewers?

cryptowanderer
2017-06-09 16:40
do you mean iOS reviewers @karalabe?

jh8585
2017-06-09 16:41
hello

cryptowanderer
2017-06-09 16:42
or are you talking about this branch he pushed? https://github.com/rasom/status-react/tree/jail-improvements

kuethduany
2017-06-09 16:42
has joined #hackathon

nielshoven
2017-06-09 16:42
has joined #hackathon

benmorrow
2017-06-09 16:42
@cryptowanderer judges

karalabe
2017-06-09 16:43
^ that, judges

karalabe
2017-06-09 16:43
and talking about the fix that adds `http://context.to` and `context.from` for suggestions

jarradhope
2017-06-09 16:43
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

movecrypto
2017-06-09 16:43
I'm looking at how to test Status on Ubuntu

cryptowanderer
2017-06-09 16:44
haha, oh, my bad. Will ask him to get back to you on that @karalabe

cryptowanderer
2017-06-09 16:44

movecrypto
2017-06-09 16:44
not sure if I can run it standalone, or if I will have to use an android emulator like genymotion

pixel
2017-06-09 16:52
little question

pixel
2017-06-09 16:52
```var amounts = ["5", "10", "20"]; var amountsMap = amounts.map(function(amount) { return status.components.view({}, [ status.components.text( { style: { textAlign: 'center', color: 'rgba(255,255,255, 0.8)', fontSize: 15 }}, amount ) ]); });```

pixel
2017-06-09 16:52
```status.components.view({}, [ amountsMap ]```

pixel
2017-06-09 16:52
problem is, I only see the last number

zmzm576
2017-06-09 16:53
has joined #hackathon

pixel
2017-06-09 16:53
I'm pretty sure I'm doing something stupid here

karalabe
2017-06-09 16:53
cryptowanderer: He did send me an APK, which works perfectly. Just would be nice to have it available for judges too, otherwise my app fill fail for everybody but me :stuck_out_tongue:

mkarter
2017-06-09 16:54
has joined #hackathon

rahul
2017-06-09 16:55
hi, i still can't see my device using `status-dev-cli scan`

rahul
2017-06-09 16:55
debug mode is on

rahul
2017-06-09 16:55
i see the ip

andrey
2017-06-09 16:55
are you using real device or genymotion?

rahul
2017-06-09 16:56
im trying to get real device working now

rahul
2017-06-09 16:56
iphone

cncman
2017-06-09 16:56
has joined #hackathon

rahul
2017-06-09 16:57
`scan` has never worked for me

rahul
2017-06-09 16:57
plugged in to USB or not it doesnt matter

andrey
2017-06-09 16:57
your phone and pc should be in the same network, without using USB

noc07
2017-06-09 16:57
has joined #hackathon

rahul
2017-06-09 16:58
that is the case right now

rahul
2017-06-09 16:58
@andrey anything else i can try?

rahul
2017-06-09 16:59
i made sure `status-dev-cli` is updated

andrey
2017-06-09 16:59
are you using latest releases of application and cli ?

andrey
2017-06-09 16:59
i see the ip - where do you see it?

andrey
2017-06-09 17:00
in latest version there is no ip in the console

joaquin
2017-06-09 17:04
So, we have the video, we have the bot. How we submit everything? there is a doc/questionnaire to fill?

rahul
2017-06-09 17:04
i have testflight in iOS

roy.batty
2017-06-09 17:05
has joined #hackathon

cannonball
2017-06-09 17:06
has joined #hackathon

maat
2017-06-09 17:07
has joined #hackathon

rahul
2017-06-09 17:07
@andrey anything else you suggest trying? or someone else i can PM

andrey
2017-06-09 17:09
you're using not the latest version, you need to update it

andrey
2017-06-09 17:09
but i don't really know how TestFlight works

andrey
2017-06-09 17:09
can you update the app?

andrey
2017-06-09 17:09
because we don't have invites anymore

rahul
2017-06-09 17:10
ok, i checked through TestFlight and it let me update through there

gpalayer
2017-06-09 17:10
has joined #hackathon

bltsandwichesaregood
2017-06-09 17:10
has joined #hackathon

lsy
2017-06-09 17:10
has joined #hackathon

rahul
2017-06-09 17:11
got it, that worked @andrey i can see my device now!

jh8585
2017-06-09 17:11
@jh8585 has left the channel

cmurr777
2017-06-09 17:13
has joined #hackathon

joaquin
2017-06-09 17:19
@andrey, once we finish the bot, where we put the code and the video? there is some other information to give to the status team?

xiha
2017-06-09 17:20
has joined #hackathon

benmorrow
2017-06-09 17:21
joaquin: I'm working on a video tutorial now. I'll mention you when I release it. Would love to have your feedback then :slightly_smiling_face:

cryptowanderer
2017-06-09 17:21
@joaquin we will put a video out soon. Essentially, you need to close your issue with a pull request that references the issue number, and provides a url to the video (optional) and the JSON info we need to add your dapp/bot using `status-dev-cli`. In order to host your bot somewhere on the web that is accessible, please use github pages (which you can find under settings, if you scroll down)

karalabe
2017-06-09 17:22
@cryptowanderer Do you have a sample code on how to add an image to a reactive component?

karalabe
2017-06-09 17:22
I'd like to add some image to my suggestions

karalabe
2017-06-09 17:22
but no idea how to make it work

wechat
2017-06-09 17:23
has joined #hackathon

cryptowanderer
2017-06-09 17:24
not on me, no :wink: sorry @karalabe. I know you can provide an avatar for your bot, but have not tried to add images to suggestions.

spookygian
2017-06-09 17:24
has joined #hackathon

roman
2017-06-09 17:25
https://status-im.slack.com/archives/C5F2W6PNV/p1497026395244876 i can make it available for reviewers, but only on Android

karalabe
2017-06-09 17:26
`status.components.image({style: {width: 50, height: 50}, source: {uri: 'https://facebook.github.io/react/img/logo_og.png'}}),`

jarradhope
2017-06-09 17:26
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

susu
2017-06-09 17:28
has joined #hackathon

ebco
2017-06-09 17:28
has joined #hackathon

cryptowanderer
2017-06-09 17:29
karalabe: does this not work?

karalabe
2017-06-09 17:30
it does, was responding to my own question :slightly_smiling_face:

antony1997
2017-06-09 17:32
has joined #hackathon

daniel_yeom
2017-06-09 17:33
has joined #hackathon

statusan
2017-06-09 17:35
has joined #hackathon

johnverco
2017-06-09 17:37
has joined #hackathon

ankitmalik
2017-06-09 17:39
has joined #hackathon

cryptowanderer
2017-06-09 17:41
thank you Peter!

jjellybean
2017-06-09 17:42
has joined #hackathon

joggerjoel
2017-06-09 17:42
has joined #hackathon

cakies
2017-06-09 17:50
has joined #hackathon

fembot__
2017-06-09 17:56
has joined #hackathon

benmorrow
2017-06-09 17:57
jan_detlefsen: No adult content in the hackathon because we want to be an inclusive event for everyone. Adult content in Status for the future is not yet decided.

cryptonite
2017-06-09 17:57
has joined #hackathon

illmatik
2017-06-09 18:07
has joined #hackathon

bile666
2017-06-09 18:09
has joined #hackathon

karalabe
2017-06-09 18:13
Is it possible to force the keyboard to be hidden during a suggestion?

ethanrabb
2017-06-09 18:15
has joined #hackathon

greatgama
2017-06-09 18:16
has joined #hackathon

chipper
2017-06-09 18:19
has joined #hackathon

kwood
2017-06-09 18:29
has joined #hackathon

patricklr
2017-06-09 18:31
has joined #hackathon

rahul
2017-06-09 18:32
my app is still opening on "localhost" when i try to deploy it to status, im using an iPhone and i changed `truffle.js` to have the host as MACHINE_IP

remm
2017-06-09 18:33
has joined #hackathon

sylentwolf8
2017-06-09 18:42
has joined #hackathon

jayxyz
2017-06-09 19:02
has joined #hackathon

bigle
2017-06-09 19:03
has joined #hackathon

adeniyitmc
2017-06-09 19:04
has joined #hackathon

generalzod
2017-06-09 19:07
has joined #hackathon

caud
2017-06-09 19:15
has joined #hackathon

peter.fu
2017-06-09 19:20
has joined #hackathon

giygas
2017-06-09 19:21
has joined #hackathon

takeoff
2017-06-09 19:27
has joined #hackathon

gotmia
2017-06-09 19:29
has joined #hackathon

blanki
2017-06-09 19:34
has joined #hackathon

jack_miller
2017-06-09 19:35
has joined #hackathon

vikas
2017-06-09 19:35
hi. I opened the dapp in status browser, My txn is not going through. isn't the web3 object gets injected like metamask in status? is it something different ?

benmorrow
2017-06-09 19:42
roma: Do you mean that you don't think we can get it through TestFlight approval in time for the judges to use at *Pencils Down*?

peterli
2017-06-09 19:43
has joined #hackathon


jarradhope
2017-06-09 19:45
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jeluard
2017-06-09 19:46
vikas: injection is done in a similar way.

jasoons
2017-06-09 19:48
vikas: It is injected but the accounts are unlocked if you are using testrpc, you just need to set the gas limit eg `{from: <from_address>, gas:3000000}`

isasftw
2017-06-09 19:48
Hi! I'm new to solidity, so i have a question: I'm trying to store a string and an integer (id). Would this work?

jasoons
2017-06-09 19:48
And the `from` value if appropriate.

vikas
2017-06-09 19:50
so. I was using ropsten test network directly when I was using it in my chrome web browser using metamask. So, now you are suggesting me that I should include "from". But that's the web3 injection, isn't it ? & why should I, kind of, do that ? am I missing anything here ?

morgz
2017-06-09 19:51
has joined #hackathon

roman
2017-06-09 19:52
We need to release new version of app to make this possible and we definitely will not do this

vikas
2017-06-09 19:53
@jeluard @jasoons

jasoons
2017-06-09 19:59
I think `from` is important if you are modifying data in the blockchain and need to sign the transaction. And I am talking about truffle, could be different in your framework. I do think you need to unlock the accounts you are using on ropsten though. I know you can unlock accounts in `truffle console` using:```web3.personal.unlockAccount('0x...adress...', 'password', 15000)```

jasoons
2017-06-09 19:59
But I'm also really just a noob with solidity stuff, so good luck

chejazi
2017-06-09 19:59
has joined #hackathon

vikas
2017-06-09 20:01
ok. Appreciate the help @jasoons

adriamb
2017-06-09 20:03
has joined #hackathon

berrybarry
2017-06-09 20:03
has joined #hackathon

vikas
2017-06-09 20:10
Can someone help in understanding the injection part of the web3 object in the browser of status ? I'm getting a screen but not hitting the contract on the ropsten. What am I missing here ?

andrey
2017-06-09 20:13
hi

andrey
2017-06-09 20:13
@vikas it works the same, should work

gdiaz
2017-06-09 20:14
has joined #hackathon

vikas
2017-06-09 20:19
andrey: I believe you. But it just ain't moving forward. and working perfectly in metamask. I'm using online solidity compiler +metamask + ropsten test network

isasftw
2017-06-09 20:25
I feel like i might not finish my search function in time :confused:

tomnguyen
2017-06-09 20:30
@andrey can you share the codes that are working pls?

andrey
2017-06-09 20:31
codes?

tomnguyen
2017-06-09 20:31
web3

tomnguyen
2017-06-09 20:31
not sure why codes are working on Metamask but not Status?

tomnguyen
2017-06-09 20:31
im able to get the Account but cannot make Tx

tomnguyen
2017-06-09 20:35
@andrey have you tried it?

juergen
2017-06-09 20:36
has joined #hackathon

zelenmat0
2017-06-09 20:37
has joined #hackathon

arielrae
2017-06-09 20:38
has joined #hackathon

makoto
2017-06-09 20:39
@tomnguyen @andrey my dapp has the same issue, I can see it from Metamask but not from http://status.im. The strange thing is that I only see issue once I deployed the code somewhere. It was working fine on my local machine with my device connected via USB cable and all the port forwarding sets

tomnguyen
2017-06-09 20:40
yea mine is live on server. hmm.

luisdiesel
2017-06-09 20:42
has joined #hackathon

sovereign
2017-06-09 20:42
has joined #hackathon

andrey
2017-06-09 20:43
that's weird we should investigate this, because we have bunch of working DApps

tomnguyen
2017-06-09 20:44
perhaps you could share the web3 js and we can debug

jeluard
2017-06-09 20:47
tomnguyen: can you see what is failing?


alon
2017-06-09 20:48
All the code is Open Source

alon
2017-06-09 20:49
Good luck understanding Clojure though :sweat_smile:

andrey
2017-06-09 20:50
@tomnguyen btw is your server uses https?

tomnguyen
2017-06-09 20:51
no

tomnguyen
2017-06-09 20:51
is that the issue?

andrey
2017-06-09 20:52
no

jcd
2017-06-09 21:00
has joined #hackathon

nuclearvodka
2017-06-09 21:06
has joined #hackathon

peterle228
2017-06-09 21:06
has joined #hackathon

klaou
2017-06-09 21:07
has joined #hackathon

raffael.johnny
2017-06-09 21:09
has joined #hackathon

eyloni
2017-06-09 21:11
has joined #hackathon

futurecrypto
2017-06-09 21:16
has joined #hackathon

whateverhow
2017-06-09 21:19
has joined #hackathon

longmo
2017-06-09 21:29
has joined #hackathon

cart
2017-06-09 21:29
has joined #hackathon

dunningkruger
2017-06-09 21:35
has joined #hackathon

ethdealer
2017-06-09 21:38
Hi guys, I'm currently testing the alpha app and already send a few bugs. Is there any one that knows an existing group chat i could join? Thanks for your time :smile:

sasha
2017-06-09 21:49
has joined #hackathon

jack.gu
2017-06-09 21:49
has joined #hackathon

benmorrow
2017-06-09 22:00
We all chat here :slightly_smiling_face:

foba
2017-06-09 22:00
Are these tags supposed to be blue?

maxbronstein
2017-06-09 22:01
has joined #hackathon

benmorrow
2017-06-09 22:02
@ethdealer Oh, did you mean existing team? Check out all the teams on: https://github.com/status-im/hackathon/issues Then you could message the teammates if you see one you're interested in helping

ethdealer
2017-06-09 22:05
benmorrow: no i really meant a group chat in the app, like people testing the group chat over there. Like I thought #status or #ethereum would exist over there, but it seems nobody is in those group chats. I could be wrong though

benmorrow
2017-06-09 22:05
Ah, I see. @anna Any advice?

legolas
2017-06-09 22:06
has joined #hackathon

sevindi
2017-06-09 22:09
has joined #hackathon

skrinnikov
2017-06-09 22:10
has joined #hackathon

pharty
2017-06-09 22:12
has joined #hackathon

cdomenici333
2017-06-09 22:20
has joined #hackathon

thibautmt
2017-06-09 22:26
has joined #hackathon

cshea1987
2017-06-09 22:26
has joined #hackathon

tybird36
2017-06-09 22:34
has joined #hackathon

trojanno
2017-06-09 22:37
has joined #hackathon

philk
2017-06-09 22:45
has joined #hackathon

archimede
2017-06-09 22:46
has joined #hackathon

karalabe
2017-06-09 22:48
Found another bug with bot deploys

karalabe
2017-06-09 22:48
It can't deploy from https, it must be on http

karalabe
2017-06-09 22:49
I tried to serve my bot from a github repo straight and it just silently fails

karalabe
2017-06-09 22:49
if I moved it to an http only gh page, it works

karalabe
2017-06-09 22:52
It also seems to not be able to deploy if the file is not called `.js`

karalabe
2017-06-09 22:52
Tried to place it into a domain root so that it looks nicer but it blew up :))

urosk19
2017-06-09 22:56
has joined #hackathon

jiangwei
2017-06-09 22:58
has joined #hackathon

wells
2017-06-09 23:00
has joined #hackathon

jeluard
2017-06-09 23:02
@karalabe Thanks for the info! We'll make sure to fix that shortly.

mur
2017-06-09 23:03
has joined #hackathon

twix
2017-06-09 23:03
has joined #hackathon

backupp
2017-06-09 23:10
has joined #hackathon

waaater
2017-06-09 23:11
has joined #hackathon

movecrypto
2017-06-09 23:14
I got it running on genymotion. - how did it "sync" in less than 5 minutes? Is there somehow I can check the block height to verify that it is indeed synced? - is there some way I can verify that it is running on Ropsten testnet, and not the mainnet?

jeluard
2017-06-09 23:17
You can send the message `web3.eth.blockNumber` in the console

halilakin
2017-06-09 23:19
has joined #hackathon

jeluard
2017-06-09 23:19
If you click on the icon left to `chats` you will see the current network. For now it's Ropsten only.

jeffzoo
2017-06-09 23:19
has joined #hackathon

qiuyue
2017-06-09 23:20
has joined #hackathon

movecrypto
2017-06-09 23:21
1088879

abullbyanyname
2017-06-09 23:21
has joined #hackathon

karalabe
2017-06-09 23:22

jarradhope
2017-06-09 23:22
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

njgrisafi
2017-06-09 23:22
has joined #hackathon

karalabe
2017-06-09 23:22
btw, Status uses the light client, hence why it can catch up fast

ethtrademoon
2017-06-09 23:23
has joined #hackathon

jarradhope
2017-06-09 23:23
:warning: The previous message has been automatically deleted. Posting addresses is this Slack is not permitted. Please do not send ETH or BTC to any address found in this Slack.

movecrypto
2017-06-09 23:23
awesome, thank you. I see the bot blocked my testnet ETH address

movecrypto
2017-06-09 23:23
looking for faucet

jellyjiggla
2017-06-09 23:31
has joined #hackathon

karalabe
2017-06-09 23:39
@movecrypto As far as I saw it's behavior, it permits a single concurrent request per IP

karalabe
2017-06-09 23:39
so you can do many requests, but you need to wait for the previous one to finish

movecrypto
2017-06-09 23:39
got 1 ETH using this: `curl -X POST -H "Content-Type: application/json" -d '{"toWhom":"0xaddressgoeshere"}' https://ropsten.faucet.b9lab.com/tap`

jarradhope
2017-06-09 23:39
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

karalabe
2017-06-09 23:41
status has a built in faucet

michalc
2017-06-09 23:47
has joined #hackathon

philip
2017-06-09 23:48
has joined #hackathon

zechix
2017-06-09 23:49
has joined #hackathon

jibuji
2017-06-09 23:57
has joined #hackathon

hh3755
2017-06-10 00:02
has joined #hackathon

navepoker
2017-06-10 00:05
has joined #hackathon

davis
2017-06-10 00:13
has joined #hackathon

nseers
2017-06-10 00:14
has joined #hackathon

aoneg
2017-06-10 00:20
has joined #hackathon

zhang5925zzq
2017-06-10 00:21
has joined #hackathon

formylove
2017-06-10 00:24
has joined #hackathon

gar
2017-06-10 00:29
has joined #hackathon

icouniverse
2017-06-10 00:35
has joined #hackathon

zpetryk
2017-06-10 00:37
has joined #hackathon

heson
2017-06-10 00:40
has joined #hackathon

tom-v
2017-06-10 00:55
has joined #hackathon

wotanzheng
2017-06-10 01:10
has joined #hackathon

gunny86
2017-06-10 01:13
has joined #hackathon

zechi
2017-06-10 01:15
has joined #hackathon

bmumbler
2017-06-10 01:16
has joined #hackathon

liudezheng-2
2017-06-10 01:17
has joined #hackathon

berrywyse
2017-06-10 01:22
has joined #hackathon

oldhomelh
2017-06-10 01:25
how to use node with status? i want to invoke third party service i have install edthe sdk by node and imort the module but it seems that status not find it

sidman1999
2017-06-10 01:35
has joined #hackathon

csantarelli
2017-06-10 01:43
has joined #hackathon

csantarelli
2017-06-10 01:44
Is anyone developing on AWS?

csantarelli
2017-06-10 01:47
if so what AMI are u using?

qiulei
2017-06-10 01:53
status has a built in faucet

lida
2017-06-10 01:53
has joined #hackathon

philtable
2017-06-10 01:59
has joined #hackathon

yaniv11
2017-06-10 02:02
has joined #hackathon

koyrc
2017-06-10 02:02
has joined #hackathon

yusuke
2017-06-10 02:02
has joined #hackathon

jklss
2017-06-10 02:04
has joined #hackathon

csantarelli
2017-06-10 02:09
@qiulei what instance are u using?

liudezheng
2017-06-10 02:16
has joined #hackathon

chenxi
2017-06-10 02:28
has joined #hackathon

thewildyak
2017-06-10 02:28
has joined #hackathon

dershope
2017-06-10 02:30
has joined #hackathon

origheart
2017-06-10 02:31
has joined #hackathon

noman
2017-06-10 02:31
can "pencils down" be decided automatically just by finding the commit in the repo right before the cutoff time?

noman
2017-06-10 02:32
i wish i was using mango for my git repo, then you could hook a smart contract up to do some logic around this idea

meggie
2017-06-10 02:36
has joined #hackathon

namni1011
2017-06-10 02:41
has joined #hackathon

astat1ne
2017-06-10 02:42
has joined #hackathon

wongshiying
2017-06-10 02:43
has joined #hackathon

andrew070
2017-06-10 02:43
has joined #hackathon

rmatute90
2017-06-10 02:53
has joined #hackathon

valiantthor
2017-06-10 02:58
has joined #hackathon

spresti17
2017-06-10 02:59
has joined #hackathon

esoteric
2017-06-10 03:03
has joined #hackathon

0dayzh
2017-06-10 03:09
has joined #hackathon

dychen
2017-06-10 03:23
has joined #hackathon

bill212
2017-06-10 03:27
has joined #hackathon

curtis
2017-06-10 03:32
has joined #hackathon

yokosostatus
2017-06-10 03:32
has joined #hackathon

sz6811
2017-06-10 03:41
has joined #hackathon

nickjee
2017-06-10 03:41
has joined #hackathon

truonghn
2017-06-10 03:43
has joined #hackathon

hydrogenesis
2017-06-10 03:44
has joined #hackathon

rkgd512
2017-06-10 03:46
has joined #hackathon

tronwilson
2017-06-10 03:47
has joined #hackathon

choejeongho
2017-06-10 03:53
has joined #hackathon

kamvreto
2017-06-10 03:55
has joined #hackathon

kjang0517
2017-06-10 04:00
has joined #hackathon

inara
2017-06-10 04:15
has joined #hackathon

huiguorou
2017-06-10 04:18
has joined #hackathon

freshbreathin
2017-06-10 04:23
has joined #hackathon

wangdou
2017-06-10 04:28
has joined #hackathon

yoblink
2017-06-10 04:36
has joined #hackathon

fionachen999
2017-06-10 04:38
has joined #hackathon

stephine111
2017-06-10 04:46
has joined #hackathon

ak7
2017-06-10 04:46
has joined #hackathon

youngzer
2017-06-10 04:52
has joined #hackathon

mixiaomi
2017-06-10 05:01
has joined #hackathon

getfitdoc
2017-06-10 05:02
has joined #hackathon

benmorrow
2017-06-10 05:07
34 hours remaining. Finish strong! :muscle: I've prepared a video tutorial that shows step-by-step how to submit your project: https://youtu.be/jKf1g_l0MKI *Note:* 1. If you have a smart contract, you need to deploy it to Ropsten 2. Make your DApps and chatbots accessible on the internet with URLs 3. Add the `contact.json` and `README` files to your project 4. Finally, don't forget to update your GitHub Issue RSVP description (include any challenges you faced) and team members All this will help the judges be able to try out your project easily. When you've done all that, submit your pull request feel the sweet satisfaction of success :rocket: /cc @joaquin @alon @noman

benmorrow
2017-06-10 05:07
@benmorrow pinned a message to this channel.

jack_tdt
2017-06-10 05:08
has joined #hackathon

benmorrow
2017-06-10 05:08
@benmorrow set the channel topic: http://docs.status.im/ Submission tutorial: https://youtu.be/jKf1g_l0MKI

directedbit
2017-06-10 05:12
has joined #hackathon

apocys
2017-06-10 05:13
has joined #hackathon

sebastian
2017-06-10 05:15
has joined #hackathon

jjjjjjj
2017-06-10 05:21
has joined #hackathon

njgrisafi
2017-06-10 05:48
I'm trying to use the following cmd to view the `console.log()` calls: `status-dev-cli log <DAPP-IDENTITY> --ip <DEVICE-IP>` but no logs seem to show. Any help would be great!

fancy1984
2017-06-10 05:49
has joined #hackathon

wesdewayne
2017-06-10 05:56
has joined #hackathon

noman
2017-06-10 06:02
Is anyone else having trouble getting their dapp to load on github's gh-pages?

noman
2017-06-10 06:02
it loads fine everywhere else, including both locally and remotely on other URLs

noman
2017-06-10 06:03
i should mention it's only inside status that the gh-pages version doesn't seem to connect

noman
2017-06-10 06:03
when i open it on my desktop with metamask it's fine

isepick
2017-06-10 06:05
has joined #hackathon

kwan
2017-06-10 06:08
has joined #hackathon


benmorrow
2017-06-10 06:14
Hopefully we'll find a solution. Anybody else run into this before?

demmon
2017-06-10 06:23
has joined #hackathon

isasftw
2017-06-10 06:23
Hey! Can anyone tell me if this would work to just store some data in a smart contract?

qnrqwer
2017-06-10 06:25
has joined #hackathon

wenli
2017-06-10 06:26
has joined #hackathon

bengems
2017-06-10 06:28
has joined #hackathon

sxdone
2017-06-10 06:33
has joined #hackathon

ripam
2017-06-10 06:36
has joined #hackathon

a20756079
2017-06-10 06:40
has joined #hackathon

avihs
2017-06-10 06:43
has joined #hackathon

cburgdorfer
2017-06-10 06:52
has joined #hackathon

csantarelli
2017-06-10 06:52
In a normal chat can you send an image to another user?

manno_evrard
2017-06-10 07:03
has joined #hackathon

anthonypec
2017-06-10 07:17
has joined #hackathon

rogerc
2017-06-10 07:18
has joined #hackathon

isasftw
2017-06-10 07:21
@csantarelli Not at the moment

dprutz21
2017-06-10 07:27
has joined #hackathon

csantarelli
2017-06-10 07:38
isasftw: is there future plans to add that functionality?

asifr
2017-06-10 07:39
has joined #hackathon

isasftw
2017-06-10 07:43
@csantarelli Yes, of course! This will most likely be done by encrypting the image, and uploading it to swarm.

kathy
2017-06-10 07:45
has joined #hackathon

18986810010
2017-06-10 07:46
has joined #hackathon

mystic
2017-06-10 08:12
has joined #hackathon

pawn
2017-06-10 08:18
has joined #hackathon

trumppump
2017-06-10 08:21
has joined #hackathon

uzi
2017-06-10 08:26
has joined #hackathon

pixel
2017-06-10 08:27
Alright. I think we've finished our first version of our bot. :slightly_smiling_face: Thanks a lot for all your help everyone! The Status API still feels pretty alpha-y (as was to be expected, heh) but the potential is huge. We've run into a bunch of issues but nothing which couldn't be solved with some answers from the Status team or someone else from the hackathon community. Keep up the current pace Status team and you will have the best ecosystem around Dapps! :status: Good luck everyone in the upcoming hours. :muscle:

lam
2017-06-10 08:32
has joined #hackathon

stormpang
2017-06-10 08:41
has joined #hackathon

nori106
2017-06-10 08:49
has joined #hackathon


salis
2017-06-10 09:01
Is there any way for a bot to set their status? By default it is `Unknown`... :persevere:

salis
2017-06-10 09:03
Would also love to override the default suggestions `@browse` and `/location`... any ideas?

jml
2017-06-10 09:11
has joined #hackathon

czs5678
2017-06-10 09:14
has joined #hackathon

pixel
2017-06-10 09:19
I think it's not possible to override the default suggestions yet, @salis , but maybe @andrey can confirm

suneschoettler
2017-06-10 09:20
has joined #hackathon

jaejae4494
2017-06-10 09:20
has joined #hackathon

salis
2017-06-10 09:20
pixel: yea that wouldn't surprise me at this stage

salis
2017-06-10 09:21
I am really surprised if a bot can't set their own status tho... :thinking_face:

jbrew
2017-06-10 09:26
has joined #hackathon

karalabe
2017-06-10 09:29
They cannot :stuck_out_tongue: Asked this a few days ago too :slightly_smiling_face:

salis
2017-06-10 09:31
Thanks @karalabe - oh well... there doesn't seem to be any way to make something appear in the 'Discover' tab then...

5fiftyseven7
2017-06-10 09:32
has joined #hackathon

pixel
2017-06-10 09:33
@benmorrow on 1:46 of the submit movie you edit the contact.json. Is it correct if we only add a bot-url and not a dapp-url? Can we also add the "photo-path" to this? Is there some way we can test if this submission is actually succesfull ourselves?

adrianproos
2017-06-10 09:42
has joined #hackathon

vanloi999
2017-06-10 09:43
has joined #hackathon

gania
2017-06-10 09:51
has joined #hackathon

gareth
2017-06-10 09:53
has joined #hackathon

johnpwns
2017-06-10 09:55
has joined #hackathon

typoerrpr
2017-06-10 10:11
has joined #hackathon

plamen
2017-06-10 10:17
has joined #hackathon

ftadej
2017-06-10 10:18
has joined #hackathon

jeluard
2017-06-10 10:25
@pixel yes to both questions. `status-dev-cli add` will be used to add your submission so as long as parameters you provide work with this command it will be fine.

ajinkyaownz
2017-06-10 10:34
has joined #hackathon

schufa
2017-06-10 10:46
has joined #hackathon

silv3rx
2017-06-10 10:47
has joined #hackathon

timdost
2017-06-10 10:51
has joined #hackathon

nammi
2017-06-10 10:52
has joined #hackathon

meggie32
2017-06-10 11:07
has joined #hackathon

alon
2017-06-10 11:08
Hey, Anyone else run into a problem with web3 instance not being injected in `componentDidMount`?

profchronos
2017-06-10 11:08
has joined #hackathon

aaronag
2017-06-10 11:09
has joined #hackathon

augustgjede
2017-06-10 11:22
has joined #hackathon

yoshikazzz
2017-06-10 11:25
2.5 hours to go :open_mouth: Everybody?s on track!? I will be done debugging Dapp part (contract + truffle code) soon? Hope I have no problem integrating into Status :stuck_out_tongue:

techbytes
2017-06-10 11:26
has joined #hackathon

trungship
2017-06-10 11:29
has joined #hackathon

jasoons
2017-06-10 11:33
@njgrisafi I also gave up on that. (I'm listening for responses too)

karalabe
2017-06-10 11:33
@yoshikazzz one more day

karalabe
2017-06-10 11:34
> Pencils Down > Sunday June 11th 7:45am PDT > 10:45am New York, 3:45pm London, 5:45pm St. Petersburg, 10:45pm Shanghai > The final due date to submit your project as a pull request on GitHub.

superman
2017-06-10 11:37
has joined #hackathon

tschweg
2017-06-10 11:37
has joined #hackathon

voittoe
2017-06-10 11:40
has joined #hackathon

mobgod
2017-06-10 11:44
has joined #hackathon

yoshikazzz
2017-06-10 11:50
@karalabe Oh, wow. That?s good misunderstanding for me :slightly_smiling_face: I have 24 hours more :smile:

time_traveller
2017-06-10 11:53
has joined #hackathon

janther
2017-06-10 11:54
wait what? it's not due 3hrs?

farazdagi
2017-06-10 12:03
While `console.log()` is implemented (https://github.com/status-im/status-go/issues/179) it hasn't yet be released (so, logs are dumped into stdout on Golang side, but not returned to application - so, are not available)

qiulei
2017-06-10 12:13
wait what? it's not due 3hrs?

masahiro
2017-06-10 12:15
has joined #hackathon

yoshikazzz
2017-06-10 12:18

jarradhope
2017-06-10 12:18
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

yoshikazzz
2017-06-10 12:18
FYI, June 11 10:45 in New York -> each time zone above :slightly_smiling_face:

jshy3
2017-06-10 12:19
keep racing!

yoshikazzz
2017-06-10 12:19

mitindoker
2017-06-10 12:20
has joined #hackathon

gyl123456
2017-06-10 12:21
has joined #hackathon

faix87
2017-06-10 12:24
has joined #hackathon

mr.blue
2017-06-10 12:28
has joined #hackathon

rduffy5
2017-06-10 12:29
has joined #hackathon

regenfbourg
2017-06-10 12:29
has joined #hackathon

cptbbq
2017-06-10 12:37
has joined #hackathon

asurame4
2017-06-10 12:39
has joined #hackathon

malywodz
2017-06-10 12:48
has joined #hackathon

sophiii
2017-06-10 12:51
has joined #hackathon


jarradhope
2017-06-10 12:52
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

andrey
2017-06-10 13:01
@andrey pinned a message to this channel.

mcb2001
2017-06-10 13:04
has joined #hackathon

ldarboyo
2017-06-10 13:10
has joined #hackathon

thedonmajor
2017-06-10 13:13
has joined #hackathon

oldhomelh
2017-06-10 13:24
can use nodejs to run my bot?

nguyenthich9x
2017-06-10 13:24
has joined #hackathon

titankm
2017-06-10 13:28
has joined #hackathon

ericlinde
2017-06-10 13:31
has joined #hackathon

091028
2017-06-10 13:32
has joined #hackathon

liqun
2017-06-10 13:32
has joined #hackathon

doodoo
2017-06-10 13:34
has joined #hackathon

sollnis
2017-06-10 13:41
has joined #hackathon

jamie_b
2017-06-10 13:49
has joined #hackathon

hector.sanchez
2017-06-10 13:51
has joined #hackathon

isasftw
2017-06-10 14:00
Crap i freaked out when i saw someone write 2.5h to go :stuck_out_tongue:

isasftw
2017-06-10 14:00
Then i realized the deadline is tomorrow

karalabe
2017-06-10 14:01
yup, me too for a moment

karalabe
2017-06-10 14:01
:stuck_out_tongue:

isasftw
2017-06-10 14:02
I nearly had a heart attack :confused: :joy:

kellas
2017-06-10 14:03
'Project number' for pull request it is IssueID, rigth?

hoainam87
2017-06-10 14:05
has joined #hackathon

andrey
2017-06-10 14:09
@kellas yes

isasftw
2017-06-10 14:10
`image.js:44 Uncaught TypeError: Cannot read property 'value' of null` It won't go away :rage:

status2008
2017-06-10 14:11
has joined #hackathon

aris
2017-06-10 14:11
has joined #hackathon

bukechi17
2017-06-10 14:11
has joined #hackathon

tcq2015
2017-06-10 14:21
has joined #hackathon

candyshoppers
2017-06-10 14:22
has joined #hackathon

anna
2017-06-10 14:26
yes, we?ve tested the public chat with @ethdealer and @fireitup today


shakespeare1
2017-06-10 14:28
has joined #hackathon

hby988130
2017-06-10 14:28
has joined #hackathon

it
2017-06-10 14:29
has joined #hackathon

rrrronny
2017-06-10 14:36
has joined #hackathon

lee1992
2017-06-10 14:38
has joined #hackathon

jmart
2017-06-10 14:38
has joined #hackathon

nickel
2017-06-10 14:42
has joined #hackathon

nomopcs
2017-06-10 14:44
has joined #hackathon

jack-li
2017-06-10 14:47
has joined #hackathon

lucashuang
2017-06-10 14:55
has joined #hackathon

vikas
2017-06-10 14:55
Hi. I was trying the status doc and trying to run the ex as it is. I'm getting below warning: ================================================= *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node> *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister> Cannot connect to Status.

jarradhope
2017-06-10 14:55
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

vikas
2017-06-10 14:57
even though my terminal is well connected to the status app on my android (real) phone.

motngaycoem367
2017-06-10 14:57
has joined #hackathon

adelmac
2017-06-10 14:58
has joined #hackathon

jeluard
2017-06-10 14:58
@vikas Warnings are expected. Make sure you provide your device ip with `--ip DEVICE_IP`

yoshikazzz
2017-06-10 14:59
geny

mward
2017-06-10 14:59
has joined #hackathon

warre
2017-06-10 15:00
has joined #hackathon

noamistan
2017-06-10 15:03
has joined #hackathon

vikas
2017-06-10 15:06
jeluard: I was fighting unnecessarily with the warning. Worked with the flag in the doc and as mentioned by you. Thanks.

theartistwrites
2017-06-10 15:07
has joined #hackathon

free520jiao
2017-06-10 15:10
has joined #hackathon

cryptoben
2017-06-10 15:10
has joined #hackathon

justicew
2017-06-10 15:11
has joined #hackathon

eezeobele
2017-06-10 15:11
has joined #hackathon

sally
2017-06-10 15:12
has joined #hackathon

myall
2017-06-10 15:12
has joined #hackathon

manutter51
2017-06-10 15:16
has joined #hackathon

hebebrown
2017-06-10 15:16
has joined #hackathon

ekkk
2017-06-10 15:16
has joined #hackathon

sd141631
2017-06-10 15:17
has joined #hackathon

lb2006
2017-06-10 15:18
has joined #hackathon

manone
2017-06-10 15:24
has joined #hackathon

oldhomelh
2017-06-10 15:25
benmorrow:

jefftaco
2017-06-10 15:25
has joined #hackathon

unnamed
2017-06-10 15:25
has joined #hackathon

benmorrow
2017-06-10 15:28
oldhomelh: We only need the javascript file, `.js`, as a publicly accessible URL for the hackathon

moxi
2017-06-10 15:30
has joined #hackathon

isasftw
2017-06-10 15:33
@andrey Hey! Do you know how i can retrieve a single public integer from a smart contract with web3?

statusfans
2017-06-10 15:40
has joined #hackathon

brandonnmitch
2017-06-10 15:40
has joined #hackathon

vikas
2017-06-10 15:45
So I'm able to run the sample app inside status. but the value of the smart contract is coming as 0 instead of 5.

vikas
2017-06-10 15:46
Kindly check once. and help me to understand why the value is coming as 0 inside status instead of 5

vikas
2017-06-10 15:47
@jeluard @andrey anything that you guys can suggest here

andrey
2017-06-10 15:48
did you switch node on status?

benmorrow
2017-06-10 15:48
23 hours remaining. Finish strong! :muscle: I've prepared a video tutorial that shows step-by-step how to submit your project: https://youtu.be/FIywCowsGpg *Note:* 1. If you have a smart contract, you need to deploy it to Ropsten 2. Make your DApps and chatbots accessible on the internet with URLs 3. Add the `contact.json` and `README` files to your project, like this: https://github.com/flexsurfer/status 4. Don't forget to update your GitHub Issue RSVP description (include any challenges you faced) and team members 5. Optionally, record a max 5-minute demo video and include the URL in your GitHub Issue (NOT pull request) All this will help the judges be able to try out your project easily. When you've done all that, submit your pull request feel the sweet satisfaction of success :rocket:

andrey
2017-06-10 15:48
are you using testrpc?

benmorrow
2017-06-10 15:48
@benmorrow pinned a message to this channel.

vikas
2017-06-10 15:50
andrey: yup.

vikas
2017-06-10 15:50
andrey: yup

andrey
2017-06-10 15:51
you need to switch node each time you run status

vikas
2017-06-10 15:53
andrey: ok. Let me try that too. But shouldn't it be a one time activity in debug mode.

andrey
2017-06-10 15:55
from docs `Next time you login the network will be switched back.`

lazydaisy2013
2017-06-10 15:57
has joined #hackathon

vikas
2017-06-10 16:02
Hi. So removed the dapp first. I switched the node. I deployed the sample app again. The result is same. What am I missing here

fireitup
2017-06-10 16:03
Yes it seems that it works, just not loads of people chatting in there

jj626k
2017-06-10 16:05
has joined #hackathon

binlionaire
2017-06-10 16:06
has joined #hackathon

pyabo
2017-06-10 16:07
has joined #hackathon

vikas
2017-06-10 16:11
@andrey I'm unable to see value 5. still. anything that you can think of. Meanwhile i'm doing the whole process again just to be sure.

andrey
2017-06-10 16:13
adb reverse tcp:8546 tcp:8546 adb reverse tcp:3000 tcp:3000

sixophrenia
2017-06-10 16:16
has joined #hackathon

nuttaz
2017-06-10 16:22
has joined #hackathon

a.paz
2017-06-10 16:23
has joined #hackathon

stardom2233
2017-06-10 16:24
has joined #hackathon

andrey
2017-06-10 16:24

statuslife
2017-06-10 16:26
has joined #hackathon

abbersmash
2017-06-10 16:26
has joined #hackathon

krauss
2017-06-10 16:27
has joined #hackathon

cd2181
2017-06-10 16:29
has joined #hackathon

ehurtault
2017-06-10 16:31
has joined #hackathon

tadalox
2017-06-10 16:40
has joined #hackathon

psest328
2017-06-10 16:40
has joined #hackathon

umeal321
2017-06-10 16:41
has joined #hackathon

freek
2017-06-10 16:44
Question: is it possible to stop the bot from opening the browse window? (probably been asked before but couldn't find it in search)

andrey
2017-06-10 16:46
do you have dapp-url in your contact?

chillside
2017-06-10 16:49
has joined #hackathon

turtle247
2017-06-10 16:50
has joined #hackathon

freek
2017-06-10 16:51
Hmmm no, is that by adding a new contact you mean?

maxwelll
2017-06-10 16:51
has joined #hackathon

andrey
2017-06-10 16:54
what do you mean "stop the bot from opening the browse window?"?

andrey
2017-06-10 16:55
when you open 1-1 chat with your contact (bot) browser opens?

freek
2017-06-10 16:55
yes that one :thumbsup:

andrey
2017-06-10 16:56
this means you have dapp-url in your json

freek
2017-06-10 16:56
i'm working off the truffle-box-status, I assume it's because it also contains the dapp

andrey
2017-06-10 16:56
yeah

freek
2017-06-10 16:57
right so from the start.js script I would remove the dapp-url in the addToStatus function? ```function addToStatus(dappUrl) { var deviceIP = process.env.IP || 'localhost'; child.exec( "./node_modules/.bin/status-dev-cli add --dappUrl " + dappUrl + " --botUrl " + (dappUrl + BOT_SITE_PATH) + " --ip " + deviceIP, {stdio: "inherit"}, function(error, stdout, stderr) { devCliMessages.stdout = stdout; devCliMessages.stderr = stderr; } ); }```

andrey
2017-06-10 17:04
right

kt
2017-06-10 17:05
has joined #hackathon

cb
2017-06-10 17:06
has joined #hackathon

freek
2017-06-10 17:06
thank you andrey :thumbsup:

moody
2017-06-10 17:12
has joined #hackathon

vrlc92
2017-06-10 17:21
has joined #hackathon

yyutaka
2017-06-10 17:21
has joined #hackathon

ferrit18
2017-06-10 17:22
has joined #hackathon

arsenal
2017-06-10 17:26
has joined #hackathon

dm1tp1k
2017-06-10 17:27
has joined #hackathon

oldhomelh
2017-06-10 17:29
status bot.js only support es5?

jeluard
2017-06-10 17:29
oldhomelh: yes

oldhomelh
2017-06-10 17:29
how import external module

oldhomelh
2017-06-10 17:31
if i want to request my server api for data how to do it ,i do not find api about network

hench
2017-06-10 17:31
has joined #hackathon

aerones
2017-06-10 17:33
has joined #hackathon

niks
2017-06-10 17:37
has joined #hackathon

mehdibca
2017-06-10 17:39
has joined #hackathon

mh1t
2017-06-10 17:40
has joined #hackathon

karalabe
2017-06-10 17:43
@andrey Regarding submissions. My chatbot relies on a global command, meaning the bot can't be named submission-1234-my-project-name because that would require everyone using it to actually type that thing in for every interaction

karalabe
2017-06-10 17:43
I hope that it's not a problem if I leave my bot with a short and sweet name

jeluard
2017-06-10 17:44
Unfortunately XMLHttpRequest is not supported so there is no option to do that yet.

cricket
2017-06-10 17:50
has joined #hackathon

tsa
2017-06-10 17:53
has joined #hackathon

jack1
2017-06-10 17:53
has joined #hackathon

andrei91simon
2017-06-10 17:58
has joined #hackathon

chimaera
2017-06-10 18:02
has joined #hackathon

isasftw
2017-06-10 18:04
Crap, i had to completely remove my search functionality to make everything work:/

benmorrow
2017-06-10 18:07
isasftw: What was the problem?

isasftw
2017-06-10 18:08
A combination of multiple bugs, really.

isasftw
2017-06-10 18:08
I replaced search with a little box on the index page that shows the most recent image

freek
2017-06-10 18:09
Is it possible to respond to a command that the user presses? Since on-message-send only works for messages?

benmorrow
2017-06-10 18:09
karalabe: Can you make it, "140-favor"?

isasftw
2017-06-10 18:09
I didn't have time to make commands either

isasftw
2017-06-10 18:09
But everything else works, including tipping

flappyflap
2017-06-10 18:13
has joined #hackathon

lsenta
2017-06-10 18:14
has joined #hackathon

sleiks
2017-06-10 18:21
has joined #hackathon

djtesttime
2017-06-10 18:25
has joined #hackathon

kimbin
2017-06-10 18:25
has joined #hackathon

vincentx
2017-06-10 18:32
has joined #hackathon

williardx
2017-06-10 18:41
has joined #hackathon

lsenta
2017-06-10 18:44
Hi #hackathon I've been redirected here by status' twitter account. I'm curious about your stack: clojurescript + reframe + react native looks great, how do you feel about it on day to day development on a production-ready app?


k_ljty
2017-06-10 18:47
has joined #hackathon

iceking2017
2017-06-10 18:49
has joined #hackathon

karalabe
2017-06-10 18:51
sure

jstclair
2017-06-10 18:51
has joined #hackathon

karalabe
2017-06-10 18:51
Though will @roman 's suggestion bugfix be available on the judge devices? Because without that my bot won't work :stuck_out_tongue:

maximvasilenko
2017-06-10 18:52
has joined #hackathon

lsenta
2017-06-10 18:53
I know the Whys and Why Nots. I'm curious about your practical experience, how do you feel about it, what do you waste time on, where do you get the most gains?

roman
2017-06-10 18:54
it will be available @karalabe

benmorrow
2017-06-10 18:59
@benmorrow set the channel topic: http://docs.status.im/ Submission tutorial: https://youtu.be/FIywCowsGpg

cryptowanderer
2017-06-10 18:59
best to ask roma or alwx when they are back online then :wink:

lsenta
2017-06-10 19:01
I'll stick around, thanks for the note!

tottos
2017-06-10 19:02
has joined #hackathon

sghter
2017-06-10 19:04
has joined #hackathon

vikas
2017-06-10 19:06
thanks @andrey :slightly_smiling_face:

isasftw
2017-06-10 19:12
Just submitted my dapp.

isasftw
2017-06-10 19:12
Looking at the demos of the ones that are already up, mine is probably the worst one :joy:

yellow
2017-06-10 19:18
has joined #hackathon

isasftw
2017-06-10 19:19

jarradhope
2017-06-10 19:19
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jayaka369
2017-06-10 19:20
has joined #hackathon

alon
2017-06-10 19:23
Is there a demo dapp that I can try sending a payment to?

alon
2017-06-10 19:23
To see how it looks like in Status?

rodenbrudon
2017-06-10 19:31
has joined #hackathon

isasftw
2017-06-10 19:32
@alon Don't know

graham
2017-06-10 19:32
has joined #hackathon

isasftw
2017-06-10 19:33
But what you can try is putting this somewhere in your app: `web3.eth.sendTransaction({from: web3.eth.accounts[0], to: ADDRESS HERE, value: 0});`

alon
2017-06-10 19:33
I haven't been able to get it running locally :sweat_smile:

isasftw
2017-06-10 19:34
Huh.. In status?

isasftw
2017-06-10 19:34
I noticed that you can't use some ES6 features like arrow notation

isasftw
2017-06-10 19:35
But if you just create a new html file and put that code into script tags, it should work fine

isasftw
2017-06-10 19:36
I also have a video of my dapp which shows what the send transaction screen looks like. Can send that to you if you want

lazstyle
2017-06-10 19:43
has joined #hackathon

sam722
2017-06-10 19:44
has joined #hackathon

avgust06
2017-06-10 19:45
has joined #hackathon

bijansh
2017-06-10 19:45
has joined #hackathon

nitty101
2017-06-10 19:45
has joined #hackathon

bitrich
2017-06-10 19:45
has joined #hackathon

jtorres
2017-06-10 19:46
has joined #hackathon

derezzer
2017-06-10 19:46
has joined #hackathon

123456789zwd
2017-06-10 19:46
has joined #hackathon

hurricanesammy
2017-06-10 19:47
has joined #hackathon

vonkempelen
2017-06-10 19:47
has joined #hackathon

megas1k
2017-06-10 19:47
has joined #hackathon

jsteele777
2017-06-10 19:49
has joined #hackathon

jozefm
2017-06-10 19:50
has joined #hackathon

jandj
2017-06-10 19:51
has joined #hackathon

ben300sx
2017-06-10 19:51
has joined #hackathon

celticgladiator
2017-06-10 19:52
has joined #hackathon

janko
2017-06-10 19:53
has joined #hackathon

dazboj
2017-06-10 19:53
has joined #hackathon

mike5
2017-06-10 19:54
has joined #hackathon

kes
2017-06-10 19:55
has joined #hackathon

redfoxman
2017-06-10 19:55
has joined #hackathon

mparker
2017-06-10 19:55
has joined #hackathon

horsecjb
2017-06-10 19:56
has joined #hackathon

pitbull79
2017-06-10 19:56
has joined #hackathon

whatsupwithjack
2017-06-10 19:57
has joined #hackathon

maximillianair
2017-06-10 19:58
has joined #hackathon

thegoodsteward
2017-06-10 19:59
has joined #hackathon

vof007
2017-06-10 19:59
has joined #hackathon

speculator574
2017-06-10 20:00
has joined #hackathon

knightz
2017-06-10 20:00
has joined #hackathon

oscar
2017-06-10 20:00
has joined #hackathon

athole
2017-06-10 20:01
has joined #hackathon

panicmode
2017-06-10 20:01
has joined #hackathon

fiicus
2017-06-10 20:01
has joined #hackathon

findgrif
2017-06-10 20:01
has joined #hackathon

pachu90
2017-06-10 20:02
has joined #hackathon

cryptocubensis
2017-06-10 20:03
has joined #hackathon

jp_newhorizoncrypto
2017-06-10 20:03
has joined #hackathon

adi123
2017-06-10 20:03
has joined #hackathon

stefanhoog
2017-06-10 20:03
has joined #hackathon

invest
2017-06-10 20:03
has joined #hackathon

jonsax6
2017-06-10 20:03
has joined #hackathon

dshah1302
2017-06-10 20:03
has joined #hackathon

rudy
2017-06-10 20:04
has joined #hackathon

jondeniega
2017-06-10 20:04
has joined #hackathon

kerrjgan
2017-06-10 20:04
has joined #hackathon

kkevin777
2017-06-10 20:04
has joined #hackathon

baablo
2017-06-10 20:05
has joined #hackathon

rabbitears
2017-06-10 20:05
has joined #hackathon

pavrav
2017-06-10 20:06
has joined #hackathon

floates
2017-06-10 20:07
has joined #hackathon

ahmadii82
2017-06-10 20:07
has joined #hackathon

invest
2017-06-10 20:07
?????? ?????????? ! ??? ?????????)) R #ituber

reverseflash
2017-06-10 20:07
has joined #hackathon

pitrus1991
2017-06-10 20:09
has joined #hackathon

hertoola
2017-06-10 20:09
has joined #hackathon

willstone
2017-06-10 20:10
has joined #hackathon

hivesql
2017-06-10 20:10
has joined #hackathon

cryptomoneda
2017-06-10 20:11
has joined #hackathon

m_im
2017-06-10 20:11
has joined #hackathon

coolfarmer
2017-06-10 20:12
has joined #hackathon

tekker
2017-06-10 20:12
has joined #hackathon

zimas
2017-06-10 20:13
has joined #hackathon

dirtjoc
2017-06-10 20:14
has joined #hackathon

vibehigh17
2017-06-10 20:14
has joined #hackathon

copyman
2017-06-10 20:14
has joined #hackathon

mrderber
2017-06-10 20:16
has joined #hackathon

garyusa
2017-06-10 20:17
has joined #hackathon

scorillo
2017-06-10 20:17
has joined #hackathon

raphalice
2017-06-10 20:17
has joined #hackathon

ncmatamorosa
2017-06-10 20:18
has joined #hackathon

shrjung
2017-06-10 20:18
has joined #hackathon

troytrojan01
2017-06-10 20:18
has joined #hackathon

gmsniperx
2017-06-10 20:19
has joined #hackathon

mari
2017-06-10 20:19
has joined #hackathon

andrey
2017-06-10 20:19
invest: ?? ???? ???!

mvw83
2017-06-10 20:19
has joined #hackathon

alireza
2017-06-10 20:20
has joined #hackathon

artemyh
2017-06-10 20:20
has joined #hackathon

nklaiber23
2017-06-10 20:21
has joined #hackathon

cryptohustler
2017-06-10 20:22
has joined #hackathon

yussaf
2017-06-10 20:22
has joined #hackathon

bram
2017-06-10 20:23
has joined #hackathon

smaug
2017-06-10 20:23
has joined #hackathon

denis222
2017-06-10 20:23
has joined #hackathon

iaaron
2017-06-10 20:23
has joined #hackathon

amrmousa
2017-06-10 20:24
has joined #hackathon

acourand
2017-06-10 20:24
has joined #hackathon

skullcrusher
2017-06-10 20:24
has joined #hackathon

par1
2017-06-10 20:24
has joined #hackathon

coon
2017-06-10 20:24
has joined #hackathon

vincentberben
2017-06-10 20:25
has joined #hackathon

ryoaiza4
2017-06-10 20:25
has joined #hackathon

dmank
2017-06-10 20:25
has joined #hackathon

christiaannap
2017-06-10 20:26
has joined #hackathon

mmax
2017-06-10 20:26
has joined #hackathon

ghos101
2017-06-10 20:26
has joined #hackathon

tamagalactica
2017-06-10 20:27
has joined #hackathon

theoldprospector
2017-06-10 20:27
has joined #hackathon

yarddog
2017-06-10 20:27
has joined #hackathon

vorwaller
2017-06-10 20:27
has joined #hackathon

drsharpe
2017-06-10 20:27
has joined #hackathon

loungebet
2017-06-10 20:28
has joined #hackathon

us4tech
2017-06-10 20:28
has joined #hackathon

loungebet
2017-06-10 20:29
Hi guys

jlep
2017-06-10 20:30
has joined #hackathon

llmadrid
2017-06-10 20:30
has joined #hackathon

andreweast505
2017-06-10 20:30
has joined #hackathon

fhufkie
2017-06-10 20:33
has joined #hackathon

jgillard
2017-06-10 20:33
has joined #hackathon

pieterotte
2017-06-10 20:34
has joined #hackathon

daniellejorge
2017-06-10 20:35
has joined #hackathon

jesper211232
2017-06-10 20:36
has joined #hackathon

debuxer
2017-06-10 20:36
has joined #hackathon

smialy05
2017-06-10 20:36
has joined #hackathon

austin9126
2017-06-10 20:37
has joined #hackathon

dcagatay
2017-06-10 20:37
has joined #hackathon

kytrades
2017-06-10 20:38
has joined #hackathon

vikas
2017-06-10 20:38
Ok. So I was trying the DIY section for the simple html and JS part. I'm not able to get even my address on the UI.

jc23
2017-06-10 20:38
has joined #hackathon

tminus11
2017-06-10 20:38
has joined #hackathon

vikas
2017-06-10 20:38
can someone highlight anything?

alejandro
2017-06-10 20:38
has joined #hackathon

vikas
2017-06-10 20:38
I'm following the kick-off video btw

junior200891
2017-06-10 20:39
has joined #hackathon

ziyad14
2017-06-10 20:39
has joined #hackathon

ruain
2017-06-10 20:39
has joined #hackathon

jakubmg
2017-06-10 20:41
has joined #hackathon

laouni
2017-06-10 20:41
has joined #hackathon

seven7ten
2017-06-10 20:41
has joined #hackathon

kanga
2017-06-10 20:41
has joined #hackathon

neosystem
2017-06-10 20:41
has joined #hackathon

slowpoke
2017-06-10 20:42
has joined #hackathon

mycomar
2017-06-10 20:42
has joined #hackathon

fonoo
2017-06-10 20:43
has joined #hackathon

dense_body
2017-06-10 20:43
has joined #hackathon

jonesza
2017-06-10 20:43
has joined #hackathon

thickpiecemcfatnuts
2017-06-10 20:44
has joined #hackathon

mjoshi
2017-06-10 20:44
has joined #hackathon

axolotlfarmer
2017-06-10 20:45
has joined #hackathon

haimgame
2017-06-10 20:45
has joined #hackathon

lsmithy
2017-06-10 20:45
has joined #hackathon

rob
2017-06-10 20:46
has joined #hackathon

medask
2017-06-10 20:46
has joined #hackathon

digicoininfo
2017-06-10 20:46
has joined #hackathon

jjellybean
2017-06-10 20:47
@jjellybean has left the channel

sibihh
2017-06-10 20:47
has joined #hackathon

biggrannx
2017-06-10 20:48
has joined #hackathon

fotopolis
2017-06-10 20:48
has joined #hackathon

intbrk
2017-06-10 20:48
has joined #hackathon

anarchist69
2017-06-10 20:49
has joined #hackathon

jus
2017-06-10 20:50
has joined #hackathon

skolpack12
2017-06-10 20:50
has joined #hackathon

zball
2017-06-10 20:51
has joined #hackathon

leech
2017-06-10 20:51
has joined #hackathon

matunokaramatu
2017-06-10 20:51
has joined #hackathon

lair
2017-06-10 20:51
has joined #hackathon

sillocan
2017-06-10 20:52
has joined #hackathon

ruffikus
2017-06-10 20:53
has joined #hackathon

bmoney
2017-06-10 20:53
has joined #hackathon

twindaddy
2017-06-10 20:53
has joined #hackathon

muci1907
2017-06-10 20:54
has joined #hackathon

wiwaratuso
2017-06-10 20:54
has joined #hackathon

silex
2017-06-10 20:55
has joined #hackathon

jinin
2017-06-10 20:55
has joined #hackathon

pankaj84
2017-06-10 20:56
has joined #hackathon

andrebo
2017-06-10 20:57
has joined #hackathon

jted80
2017-06-10 20:58
has joined #hackathon

mokujin
2017-06-10 20:58
has joined #hackathon

jcroach
2017-06-10 20:58
has joined #hackathon

chronik
2017-06-10 20:58
has joined #hackathon

larillo
2017-06-10 20:59
has joined #hackathon

alexsplanet
2017-06-10 20:59
has joined #hackathon

arthurzee
2017-06-10 20:59
has joined #hackathon

game88
2017-06-10 20:59
has joined #hackathon

ilidzips
2017-06-10 20:59
has joined #hackathon

epcalh01
2017-06-10 21:00
has joined #hackathon

qompton
2017-06-10 21:00
has joined #hackathon

orangebl00d
2017-06-10 21:00
has joined #hackathon

arkadiusz.lytka
2017-06-10 21:00
has joined #hackathon

lvl12
2017-06-10 21:00
has joined #hackathon

vikas
2017-06-10 21:01
it's kinda peculiar. I re-installed status also, just to be sure. I'm not able to get the my address injected in this simple dapp then how will I be able to access my dapp on the internet ? Can someone help here.

tomasz
2017-06-10 21:02
has joined #hackathon

chakibtsouli
2017-06-10 21:02
has joined #hackathon

tfenvik
2017-06-10 21:03
has joined #hackathon

cars3
2017-06-10 21:03
has joined #hackathon

furkanatg
2017-06-10 21:04
has joined #hackathon

javood
2017-06-10 21:04
has joined #hackathon

igorstep
2017-06-10 21:04
has joined #hackathon

bellaby
2017-06-10 21:04
has joined #hackathon

vikas
2017-06-10 21:04
@andrey can you help ? I asked the question on the hackathon channel. if you can.

ns
2017-06-10 21:04
has joined #hackathon

tfenvik
2017-06-10 21:04
How do i request a test fight for iOS

mbi44
2017-06-10 21:04
has joined #hackathon

alexmc
2017-06-10 21:04
has joined #hackathon

brandone97
2017-06-10 21:04
has joined #hackathon

dalmarin
2017-06-10 21:05
has joined #hackathon

isasftw
2017-06-10 21:05
@vikas What's the problem?

cryptowanderer
2017-06-10 21:05
tfenvik: TestFlight invites are limited to 2000 and are currently full. Sign up on http://status.im and we'll send you as soon as we can.

isasftw
2017-06-10 21:05
The web3 object gets injected automatically when you use Status

isasftw
2017-06-10 21:06
It's possible that your js can't find the address span on the page

isasftw
2017-06-10 21:06
that's what happened to me a bunch of times

logansrun
2017-06-10 21:06
has joined #hackathon

vikas
2017-06-10 21:06
following this : http://docs.status.im/?js#networking the DIY thing.

isasftw
2017-06-10 21:06
Yeah

vikas
2017-06-10 21:06
copy pasted the code as it is

isasftw
2017-06-10 21:06
Yeah, it's still possible

isasftw
2017-06-10 21:07
You should try this:

isasftw
2017-06-10 21:07
Are you on an emulator or on a real device?

vikas
2017-06-10 21:07
real

hoilisa
2017-06-10 21:07
has joined #hackathon

atelierduvin
2017-06-10 21:07
has joined #hackathon

isasftw
2017-06-10 21:07
Ok. Do you have usb debugging on?

isasftw
2017-06-10 21:07
and connected to your pc via usb

vikas
2017-06-10 21:07
no. I've not on the debugging on the device as of now

vikas
2017-06-10 21:08
I'm using the home wifi

isasftw
2017-06-10 21:08
ok

vikas
2017-06-10 21:08
to connect to it

isasftw
2017-06-10 21:08
go to your settings -> developer options -> enable usb debugging

vikas
2017-06-10 21:09
ok

isasftw
2017-06-10 21:09
If you don't have developer settings, go to about phone, and tap the build number a lot of times

vikas
2017-06-10 21:09
yeah. I get that. let me do it

vikas
2017-06-10 21:09
superfast

bos_texanus
2017-06-10 21:09
has joined #hackathon

mpark20
2017-06-10 21:09
has joined #hackathon

vikas
2017-06-10 21:09
debuggin on

pdresvyannikov
2017-06-10 21:09
has joined #hackathon

isasftw
2017-06-10 21:09
Now get a usb cable, and plug it into your computer

ridifree
2017-06-10 21:10
has joined #hackathon

vikas
2017-06-10 21:10
done

isasftw
2017-06-10 21:10
then open terminal/cmd

isasftw
2017-06-10 21:10
and type in adb devices

isasftw
2017-06-10 21:10
does it work?

isasftw
2017-06-10 21:11
great

isasftw
2017-06-10 21:11
on your phone you should get a box that asks you to give access

luis1k
2017-06-10 21:11
has joined #hackathon

dglee3096
2017-06-10 21:11
has joined #hackathon

isasftw
2017-06-10 21:11
allow it

isasftw
2017-06-10 21:12
then run adb devices again

salvo
2017-06-10 21:12
has joined #hackathon

vikas
2017-06-10 21:13
I think I've allowed it already. Not getting anything that says explictly to allow anything

isasftw
2017-06-10 21:13
oh

jacobcover
2017-06-10 21:13
has joined #hackathon

isasftw
2017-06-10 21:13
if you run adb devices, does it still say no permissions

isasftw
2017-06-10 21:13
Yeah...

socrat
2017-06-10 21:13
has joined #hackathon

sevenbomb
2017-06-10 21:13
has joined #hackathon

vikas
2017-06-10 21:13
does that means I've not allowed it yet ?

isasftw
2017-06-10 21:14
Oh nvm

vikas
2017-06-10 21:14
ok

isasftw
2017-06-10 21:14
Do you have chrome installed?

vikas
2017-06-10 21:14
yeah

isasftw
2017-06-10 21:14
Ok

isasftw
2017-06-10 21:14
Open it, and go to developer options

coineless_wallet
2017-06-10 21:14
has joined #hackathon

thulium
2017-06-10 21:14
has joined #hackathon

idimi
2017-06-10 21:14
has joined #hackathon

vikas
2017-06-10 21:14
yeah. I''m in it

dmnemonic
2017-06-10 21:14
has joined #hackathon

isasftw
2017-06-10 21:15
Then click on the three dots in the top right corner -> more tools -> remote devices

vikas
2017-06-10 21:15
yeah

vikas
2017-06-10 21:15
done

isasftw
2017-06-10 21:15
and you should see your phone

sthandroyen
2017-06-10 21:16
has joined #hackathon

erichu
2017-06-10 21:16
has joined #hackathon

crujones
2017-06-10 21:16
has joined #hackathon

proky
2017-06-10 21:16
has joined #hackathon

isasftw
2017-06-10 21:16
Then click on it

vikas
2017-06-10 21:17
yeah . I see it

leo1804
2017-06-10 21:18
has joined #hackathon

andreasl
2017-06-10 21:18
has joined #hackathon

ogiordano
2017-06-10 21:18
has joined #hackathon

daronadidas
2017-06-10 21:18
has joined #hackathon

isasftw
2017-06-10 21:18
ok. Make sure that on your phone you have status open with the dapp open

isasftw
2017-06-10 21:19
And you should see status in the chrome remote devices box. Then click inspect

vikas
2017-06-10 21:19
ok let me do it.

carlosmcbrito
2017-06-10 21:20
has joined #hackathon

godsonnony1
2017-06-10 21:20
has joined #hackathon

jphume
2017-06-10 21:20
has joined #hackathon

vnine
2017-06-10 21:21
has joined #hackathon

isasftw
2017-06-10 21:21
@vikas It should open a new window which gives you the console of your dapp

vikas
2017-06-10 21:21
now, I've to do all those switchnode things, right ?

vikas
2017-06-10 21:22
then only it shall open the dapp

isasftw
2017-06-10 21:22
not necessarily

vikas
2017-06-10 21:22
oh ! no need of doing the switch node ?

isasftw
2017-06-10 21:23
You said you're working on the diy? Then you don't necessarily have to

isasftw
2017-06-10 21:23
I did the diy and i didn't do switchnode once

vikas
2017-06-10 21:23
ok. So I open the stautus and opened the dapp inside status

vikas
2017-06-10 21:23
what next

isasftw
2017-06-10 21:23
Then in chrome you click the inspect button under your phone

jackcandem
2017-06-10 21:24
has joined #hackathon

slucker
2017-06-10 21:24
has joined #hackathon

arock
2017-06-10 21:24
has joined #hackathon

vikas
2017-06-10 21:24
isasftw: no. I can't see this.

tking
2017-06-10 21:25
has joined #hackathon

jchme
2017-06-10 21:25
has joined #hackathon

isasftw
2017-06-10 21:26
hmm

isasftw
2017-06-10 21:26
Ah yes

isasftw
2017-06-10 21:27
You have to have to open the dapp.

trockeneis
2017-06-10 21:27
has joined #hackathon

neosgnature
2017-06-10 21:27
has joined #hackathon

mcchillen
2017-06-10 21:27
has joined #hackathon

vikas
2017-06-10 21:27
dapp is opened on my phone

isasftw
2017-06-10 21:27
Huh.. Then i don't know

rovkov
2017-06-10 21:27
has joined #hackathon

eopopp
2017-06-10 21:27
has joined #hackathon

isasftw
2017-06-10 21:27
It works for me

mertlichs
2017-06-10 21:27
has joined #hackathon

rglink
2017-06-10 21:27
has joined #hackathon

skwp
2017-06-10 21:28
has joined #hackathon

vikas
2017-06-10 21:28
:slightly_smiling_face: ok.

jeluard
2017-06-10 21:28
@isasftw @vikas You need the latest apk from roma to do this.

bart94
2017-06-10 21:28
has joined #hackathon

coinboy
2017-06-10 21:28
has joined #hackathon

isasftw
2017-06-10 21:28
Ah yes

isasftw
2017-06-10 21:28
I was using the nightly

fsilva04
2017-06-10 21:28
has joined #hackathon

jeluard
2017-06-10 21:28
Now it's only useful to remote debug a running DApp. Not sure it would help here.

marketmaster
2017-06-10 21:29
has joined #hackathon

jeluard
2017-06-10 21:29
@vikas Your issue is certainly related to your device not being able to connect to the testnet.

isasftw
2017-06-10 21:29
@jeluard I used the remote debugging like all the time

vikas
2017-06-10 21:29
@roman can you please provide the latest apk plz

isasftw
2017-06-10 21:29
@jeluard Hmm... I had this problem but it was connecting fine. Problem was with JS not finding the correct DOM element

jeluard
2017-06-10 21:30
isasftw: yes it's super useful! But for the tutorial it's probably overkill

vikas
2017-06-10 21:30
@jeluard why doest it need to connect to testned to just to give me the address by finding the spanID on html... status app just synced with eth network

vikas
2017-06-10 21:31
so I'm not so sure whether it's the testnet right now...

joeyvk
2017-06-10 21:31
has joined #hackathon

duskrelix
2017-06-10 21:32
has joined #hackathon

vikas
2017-06-10 21:32
Thanks @isasftw for letting me move till here. I shall check the some code thing. may be I can see the add on my dapp

guerraste
2017-06-10 21:32
has joined #hackathon

theartoflogic
2017-06-10 21:32
has joined #hackathon

isasftw
2017-06-10 21:32
Yeah, it is.

jeluard
2017-06-10 21:32
@vikas Why do you use `switch-node` then? In our tutorial it's only use is to access the testnet.

vikas
2017-06-10 21:33
@jeluard I may be totally wrong too. may be you're correct

vikas
2017-06-10 21:33
I didn't do in DIY

vikas
2017-06-10 21:33
but, yeah let me try again. may be I missed something. Thanks @jeluard

fujiwarashinnosuke
2017-06-10 21:34
has joined #hackathon

kapstadt98
2017-06-10 21:34
has joined #hackathon

skillz
2017-06-10 21:34
has joined #hackathon

parag
2017-06-10 21:34
has joined #hackathon

vikas
2017-06-10 21:34
have you checked the DIY tutorial. In that he didn't do the switched node thing btw.

ali3ali33net
2017-06-10 21:34
has joined #hackathon

shimarayn
2017-06-10 21:34
has joined #hackathon

jeluard
2017-06-10 21:35
Try to restart status and do not use `switch-node`.

rl90
2017-06-10 21:35
has joined #hackathon

vikas
2017-06-10 21:36
jeluard: I did that bud already . not helping

houston
2017-06-10 21:36
has joined #hackathon

obsayo
2017-06-10 21:36
has joined #hackathon

fidosk
2017-06-10 21:36
has joined #hackathon

freek
2017-06-10 21:37
I'm trying to make the status commands dynamic, as in based on the user input I want to show different commands. Would that be possible?

mb
2017-06-10 21:37
has joined #hackathon

jocra
2017-06-10 21:38
has joined #hackathon

pistolpiete
2017-06-10 21:38
has joined #hackathon

geroni
2017-06-10 21:39
has joined #hackathon

jeluard
2017-06-10 21:39
Can you paste the full `status-dev-cli add` command you use?

mrz
2017-06-10 21:39
has joined #hackathon

rod_h
2017-06-10 21:40
has joined #hackathon

jamagloshaban
2017-06-10 21:40
has joined #hackathon

titus4m
2017-06-10 21:40
has joined #hackathon

tr3ndsttr
2017-06-10 21:40
has joined #hackathon

vikas
2017-06-10 21:41
@isasftw ^^

qaaq
2017-06-10 21:41
has joined #hackathon

isaacdiaz_
2017-06-10 21:41
has joined #hackathon

barikad7
2017-06-10 21:42
has joined #hackathon

isasftw
2017-06-10 21:42
@vikas Yes and no. It should open like that, but instead of chrome it should say Status WebView.

vikas
2017-06-10 21:43
ah! that means it must detect status as a browser. isn't it ?

vladp
2017-06-10 21:43
has joined #hackathon

hackinwale
2017-06-10 21:43
has joined #hackathon

beancity1987
2017-06-10 21:44
has joined #hackathon

isasftw
2017-06-10 21:44
@vikas Yes. But it only comes up if you actually have the dapp with the browser window open

mrbee
2017-06-10 21:44
has joined #hackathon

vikas
2017-06-10 21:44
let me use the console and open a dapp link in the browser and observe

wiwaratuso
2017-06-10 21:45
Who speaks polish ??

jbrew
2017-06-10 21:45
trying to build Status master branch on iOS 10.3.2 with xcode 8.3.3 on macOS 10.12.5 and hitting an error on launch. simulator says "The LLDB RPC server has crashed" (and after maybe 30 seconds it finally requests the pacakge from the RN bundler but still frozen on splash screen), running on the device I get "EXC_BAD_ACCESS (code=1, address=0x0)" in 'go-stack/stack.findSigpanic.func1' anyone able to shed any light please?

cryptowanderer
2017-06-10 21:45
jbrew: try `develop` instead :+1:

scurvypirate
2017-06-10 21:45
has joined #hackathon

jbrew
2017-06-10 21:46
tried that earlier. build script 2/5 was trying to use master branch and unable to find it - best way to solve that one?

katsuwo1
2017-06-10 21:46
has joined #hackathon

hugo9191
2017-06-10 21:46
has joined #hackathon

jbrew
2017-06-10 21:46
also thanks for the insanely fast reply! :+1:

jeluard
2017-06-10 21:47
freek: You can rely on suggestions to hint at relevant commands

mero911
2017-06-10 21:47
has joined #hackathon

vikas
2017-06-10 21:47
@isasftw : not working . I opened a dapp link in the console using @browser. but it ain't detecting the status as a browser. may be @jeluard is correct in getting the latest apk from roma and then doing it

mike13711
2017-06-10 21:50
has joined #hackathon

deltagolf
2017-06-10 21:51
has joined #hackathon

sendr0ck
2017-06-10 21:55
has joined #hackathon

cryptomeles
2017-06-10 21:55
has joined #hackathon

mannys1fan
2017-06-10 21:55
has joined #hackathon

bryandunlap
2017-06-10 21:55
has joined #hackathon

bhaal
2017-06-10 21:56
@bhaal has left the channel

hroar
2017-06-10 21:57
has joined #hackathon

fondino
2017-06-10 21:57
has joined #hackathon

darioielardi
2017-06-10 21:58
has joined #hackathon

kleeporten
2017-06-10 21:59
has joined #hackathon

jackdanny
2017-06-10 22:00
has joined #hackathon

jgerlach
2017-06-10 22:00
has joined #hackathon

sunfeld
2017-06-10 22:02
I'm unable to submit our hackathon product...


jarradhope
2017-06-10 22:02
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

mcmarko77
2017-06-10 22:03
has joined #hackathon

mrzell
2017-06-10 22:03
has joined #hackathon

mudiaskills
2017-06-10 22:04
has joined #hackathon

newnils
2017-06-10 22:04
has joined #hackathon

omarbeltran
2017-06-10 22:06
has joined #hackathon

cryptowanderer
2017-06-10 22:06
@sunfeld what is the problem?

jeluard
2017-06-10 22:06
sunfeld: What do you mean?

sunfeld
2017-06-10 22:08
Can't seem to commit to the hackathon repo

isasftw
2017-06-10 22:08
You shouldn't be able to commit directly to status-im/hackathon, if that's what you mean

cryptowanderer
2017-06-10 22:09
you don't need to commit to the repo? Just a PR with a link to your code and a contact,json file. Have you seen @benmorrow's video?

joesman13
2017-06-10 22:09
has joined #hackathon

sunfeld
2017-06-10 22:09
haha oops

benmorrow
2017-06-10 22:10
Fork, commit, pull request

vikas
2017-06-10 22:10
Hi @andrey I did adb reverse thing too. but it just ain't working

m.d.
2017-06-10 22:10
has joined #hackathon

vikas
2017-06-10 22:10
does this have some connection with my status not being able to connect to the ropsten or something.

toma
2017-06-10 22:11
has joined #hackathon

vikas
2017-06-10 22:11
No. It worked !

ejupo
2017-06-10 22:11
has joined #hackathon

vikas
2017-06-10 22:11
it just took some time.. it worked! thanks @andrey

warr1979
2017-06-10 22:12
has joined #hackathon

jbrew
2017-06-10 22:12
built develop. same issues :disappointed:

johnwoo
2017-06-10 22:12
has joined #hackathon

vikas
2017-06-10 22:14
@isasftw @jeluard

jshy3
2017-06-10 22:14
is there a way to debug the webview on android? i don't see Status webviews show up in chrome remote debugger

statusking
2017-06-10 22:14
has joined #hackathon

chiggaz
2017-06-10 22:15
has joined #hackathon

2017-06-10 22:15
@jeluard commented on @vikas?s file https://status-im.slack.com/files/U4AMQFKNU/F5RTC6BPE/screenshot_20170611-034234.png: Nice! So did you have to do something special?

cryptowanderer
2017-06-10 22:15
@jbrew so, if you're willing to use iTerm2 (a terminal replacement) or adapt this script, it generally does the trick for me. https://gist.github.com/andytudhope/a06e1c9916e23909321f6ac427aaf348 You'll need to run `instruments -s devices` to get the UUID of the simulator you want to use and replace my one too. Also, I'm on 8.3.2 for XCode and have not yet had the balls to upgrade, so can't be sure that that is not what the issue is :wink:

jbrew
2017-06-10 22:16
can't add to thread above - screenshot of error. honestly too low level for me to have any idea where to start looking :disappointed:

jeluard
2017-06-10 22:16
@jshy3 There is. You need latest manually built apk. roma should be able to provide it when he will be back.

dhimport
2017-06-10 22:17
has joined #hackathon

2017-06-10 22:17
@vikas commented on @vikas?s file https://status-im.slack.com/files/U4AMQFKNU/F5RTC6BPE/screenshot_20170611-034234.png: I just did the adb reverse thing suggested by @andrey . but iw also took some 30 seconds to reflect that... I thought that this is not gonna happen! but it worked! :slightly_smiling_face: :slightly_smiling_face:

coldsno
2017-06-10 22:17
has joined #hackathon

jbrew
2017-06-10 22:17
thanks @cryptowanderer - using iTerm2 already, will give it a bash :wink:

2017-06-10 22:18
@vikas commented on @vikas?s file https://status-im.slack.com/files/U4AMQFKNU/F5RTC6BPE/screenshot_20170611-034234.png: and it was in the video too. but it wasn't for the DIY. it was for other app. I thought of giving it a shot, and it just worked like a charm! but gotta see now, how will it work on the ropsten!

2017-06-10 22:18
@vikas commented on @vikas?s file https://status-im.slack.com/files/U4AMQFKNU/F5RTC6BPE/screenshot_20170611-034234.png: thanks @jeluard tc :slightly_smiling_face:

jshy3
2017-06-10 22:18
@jeluard thank you :pray:

aissen
2017-06-10 22:19
has joined #hackathon

nkopsiaftis
2017-06-10 22:19
has joined #hackathon

pawlo1161
2017-06-10 22:20
has joined #hackathon

peter496
2017-06-10 22:20
has joined #hackathon

stepanov
2017-06-10 22:22
has joined #hackathon

chrism
2017-06-10 22:24
has joined #hackathon

abtsierra
2017-06-10 22:24
has joined #hackathon

jamesja
2017-06-10 22:24
has joined #hackathon

honkbert
2017-06-10 22:24
has joined #hackathon

xecdysiast
2017-06-10 22:24
has joined #hackathon

timvks
2017-06-10 22:25
has joined #hackathon

bm3596
2017-06-10 22:25
has joined #hackathon

thebendance
2017-06-10 22:27
has joined #hackathon

beeridiculous
2017-06-10 22:27
has joined #hackathon

balrog
2017-06-10 22:27
has joined #hackathon

masoum
2017-06-10 22:27
has joined #hackathon

rmark
2017-06-10 22:27
has joined #hackathon

edgeonline
2017-06-10 22:30
has joined #hackathon

surgeonbyday
2017-06-10 22:30
has joined #hackathon

mams21
2017-06-10 22:31
has joined #hackathon

spammed.alot
2017-06-10 22:32
has joined #hackathon

jackripple
2017-06-10 22:35
has joined #hackathon

humeey
2017-06-10 22:36
has joined #hackathon

nell
2017-06-10 22:36
has joined #hackathon

moelester
2017-06-10 22:37
has joined #hackathon

deathshore
2017-06-10 22:38
has joined #hackathon

puma_hh
2017-06-10 22:39
has joined #hackathon

swingtrader24
2017-06-10 22:41
has joined #hackathon

scott
2017-06-10 22:41
has joined #hackathon

krispy86
2017-06-10 22:41
has joined #hackathon

randomfist
2017-06-10 22:42
has joined #hackathon

peterc
2017-06-10 22:42
has joined #hackathon

mathieu
2017-06-10 22:42
has joined #hackathon

paulus
2017-06-10 22:43
has joined #hackathon

ken2017
2017-06-10 22:47
has joined #hackathon

jdhoney
2017-06-10 22:47
has joined #hackathon

ccrcaballo03
2017-06-10 22:49
has joined #hackathon

alchemist2014
2017-06-10 22:49
has joined #hackathon

acht
2017-06-10 22:50
has joined #hackathon

cryptomillionaire
2017-06-10 22:50
has joined #hackathon

sa64
2017-06-10 22:50
has joined #hackathon

skrussell
2017-06-10 22:52
has joined #hackathon

jtotheb77
2017-06-10 22:52
has joined #hackathon

mgsubie
2017-06-10 22:53
has joined #hackathon

kirktx
2017-06-10 22:54
has joined #hackathon

beemo
2017-06-10 22:56
has joined #hackathon

jr2017
2017-06-10 22:57
has joined #hackathon

ujo
2017-06-10 22:59
has joined #hackathon

titan
2017-06-10 23:02
has joined #hackathon

jjanders
2017-06-10 23:03
has joined #hackathon

cuts
2017-06-10 23:03
has joined #hackathon

robbaxi
2017-06-10 23:04
has joined #hackathon

poiresel
2017-06-10 23:04
is there a place to find the changes made to the apk between May29 to June9 build? I've been having some issues finding my android simulator device via `status-dev-cli`.

absait
2017-06-10 23:05
has joined #hackathon

jay4749
2017-06-10 23:06
has joined #hackathon

phanxi
2017-06-10 23:07
has joined #hackathon

mariuszmerza.pl
2017-06-10 23:08
has joined #hackathon

chris
2017-06-10 23:08
has joined #hackathon

karalabe
2017-06-10 23:10
Done. Hope the submission's ok :slightly_smiling_face:

dinh
2017-06-10 23:10
has joined #hackathon

sbrooks1995
2017-06-10 23:10
has joined #hackathon

calchopra
2017-06-10 23:11
has joined #hackathon

c.m.t
2017-06-10 23:12
has joined #hackathon

ske2605
2017-06-10 23:14
has joined #hackathon

bitbotic
2017-06-10 23:15
has joined #hackathon

camcam8484
2017-06-10 23:15
has joined #hackathon

beester
2017-06-10 23:17
has joined #hackathon

alton907
2017-06-10 23:17
has joined #hackathon

benmorrow
2017-06-10 23:19
That is one spectacular video! Excellent work :heart_eyes:

karalabe
2017-06-10 23:21
Took me way more than writing the Solidity contract XD

ar4s
2017-06-10 23:21
has joined #hackathon

tonytruong4321
2017-06-10 23:24
has joined #hackathon

darnoux13
2017-06-10 23:25
has joined #hackathon

einsteinno1
2017-06-10 23:25
has joined #hackathon

frookie15
2017-06-10 23:25
has joined #hackathon

dream4
2017-06-10 23:26
has joined #hackathon

saha
2017-06-10 23:27
has joined #hackathon

forminasage
2017-06-10 23:27
has joined #hackathon

karalabe
2017-06-10 23:27
Anyway, off to bed. Have fun judging :slightly_smiling_face:

iatauri
2017-06-10 23:28
has joined #hackathon

gza
2017-06-10 23:28
has joined #hackathon

benmorrow
2017-06-10 23:28
You earned a good rest!

jeffro1314
2017-06-10 23:31
has joined #hackathon

luksor
2017-06-10 23:31
has joined #hackathon

cappuccino
2017-06-10 23:33
has joined #hackathon

ryanpmcd
2017-06-10 23:34
has joined #hackathon

yanpliner84
2017-06-10 23:34
has joined #hackathon

molerman
2017-06-10 23:34
has joined #hackathon

gwise
2017-06-10 23:34
has joined #hackathon

maixmimax
2017-06-10 23:36
has joined #hackathon

jm1706
2017-06-10 23:37
has joined #hackathon

dcaliri
2017-06-10 23:38
has joined #hackathon

phoenixperson
2017-06-10 23:38
has joined #hackathon

eddizaga
2017-06-10 23:38
has joined #hackathon

longrunner
2017-06-10 23:38
has joined #hackathon

tlight
2017-06-10 23:38
has joined #hackathon

tamir
2017-06-10 23:39
has joined #hackathon

peekaboo
2017-06-10 23:41
has joined #hackathon

domenicthomas
2017-06-10 23:41
has joined #hackathon

tobbenga
2017-06-10 23:45
has joined #hackathon

niranjangawli
2017-06-10 23:46
has joined #hackathon

zelephed
2017-06-10 23:47
has joined #hackathon

ramakunga
2017-06-10 23:47
has joined #hackathon

arbguy10
2017-06-10 23:49
has joined #hackathon

evsasi123
2017-06-10 23:50
has joined #hackathon

zelzaan
2017-06-10 23:51
has joined #hackathon

kkhung
2017-06-10 23:51
has joined #hackathon

kenchy
2017-06-10 23:52
has joined #hackathon

jinglemydingle
2017-06-10 23:52
has joined #hackathon

drwolfe
2017-06-10 23:53
has joined #hackathon

gursikh133
2017-06-10 23:53
has joined #hackathon

phw
2017-06-10 23:53
has joined #hackathon

bitbond
2017-06-10 23:53
has joined #hackathon

man-r
2017-06-10 23:55
has joined #hackathon

vandaze
2017-06-10 23:57
has joined #hackathon

detectordeals
2017-06-10 23:57
has joined #hackathon

ado
2017-06-10 23:58
has joined #hackathon

darkm
2017-06-11 00:00
has joined #hackathon

jwick
2017-06-11 00:00
has joined #hackathon

pimping
2017-06-11 00:01
has joined #hackathon

adam_
2017-06-11 00:02
has joined #hackathon

douggt
2017-06-11 00:05
has joined #hackathon

ocelottamer06
2017-06-11 00:06
has joined #hackathon

shnkr10
2017-06-11 00:09
has joined #hackathon

bismail
2017-06-11 00:09
has joined #hackathon

meiguoheiren
2017-06-11 00:10
has joined #hackathon

alberich
2017-06-11 00:12
has joined #hackathon

ami
2017-06-11 00:12
has joined #hackathon

baamonos
2017-06-11 00:12
has joined #hackathon

jdail84
2017-06-11 00:19
has joined #hackathon

joshh
2017-06-11 00:20
has joined #hackathon

pietrodiwalsi
2017-06-11 00:24
has joined #hackathon

dialar
2017-06-11 00:27
has joined #hackathon

userna7604
2017-06-11 00:28
has joined #hackathon

dipiks
2017-06-11 00:30
has joined #hackathon

nigglessquiggles
2017-06-11 00:31
has joined #hackathon

derrend
2017-06-11 00:31
has joined #hackathon

chop
2017-06-11 00:33
has joined #hackathon

liuahu
2017-06-11 00:34
has joined #hackathon

hungpham
2017-06-11 00:37
has joined #hackathon

sardouno
2017-06-11 00:40
has joined #hackathon

iby_li
2017-06-11 00:48
has joined #hackathon

caimi2688
2017-06-11 00:49
has joined #hackathon

cecil3571
2017-06-11 00:50
has joined #hackathon

gliu
2017-06-11 00:53
has joined #hackathon

pejato
2017-06-11 00:54
has joined #hackathon

dpc8778
2017-06-11 00:54
has joined #hackathon

kristheish
2017-06-11 00:56
has joined #hackathon

kolder
2017-06-11 00:56
has joined #hackathon

yajuhzp
2017-06-11 00:59
has joined #hackathon

gabriel
2017-06-11 01:01
has joined #hackathon

ailjohn01
2017-06-11 01:01
has joined #hackathon

asaptintin
2017-06-11 01:02
has joined #hackathon

vteph.droid
2017-06-11 01:02
has joined #hackathon

avigneblanc
2017-06-11 01:03
has joined #hackathon

proscale
2017-06-11 01:05
has joined #hackathon

awcrawfo
2017-06-11 01:07
has joined #hackathon

braden
2017-06-11 01:09
has joined #hackathon

rl
2017-06-11 01:10
has joined #hackathon

liang31899
2017-06-11 01:10
has joined #hackathon

roscoe
2017-06-11 01:11
has joined #hackathon

moussier
2017-06-11 01:11
has joined #hackathon

sshep24
2017-06-11 01:13
has joined #hackathon

snowshadow86
2017-06-11 01:13
has joined #hackathon

jonishehu
2017-06-11 01:16
has joined #hackathon

paryas
2017-06-11 01:19
has joined #hackathon

mhezz
2017-06-11 01:20
has joined #hackathon

johnwick
2017-06-11 01:22
has joined #hackathon

catugay
2017-06-11 01:25
has joined #hackathon

ericmartinez2186
2017-06-11 01:27
has joined #hackathon

vinod
2017-06-11 01:28
has joined #hackathon

fanacci
2017-06-11 01:29
has joined #hackathon

geoh
2017-06-11 01:30
has joined #hackathon

sparks
2017-06-11 01:31
has joined #hackathon

cryptocapone
2017-06-11 01:31
has joined #hackathon

sandyberman
2017-06-11 01:32
has joined #hackathon

ryan.mcdonnell
2017-06-11 01:32
has joined #hackathon

azizbooss
2017-06-11 01:36
has joined #hackathon

ckiani
2017-06-11 01:36
has joined #hackathon

kaboom
2017-06-11 01:38
has joined #hackathon

calvinn
2017-06-11 01:38
has joined #hackathon

alexborgia
2017-06-11 01:39
has joined #hackathon

zigfrid
2017-06-11 01:40
has joined #hackathon

coinhoff
2017-06-11 01:44
has joined #hackathon

antoine
2017-06-11 01:46
has joined #hackathon

teamsinghome16
2017-06-11 01:47
has joined #hackathon

kodavista
2017-06-11 01:49
has joined #hackathon

lamonta28
2017-06-11 01:49
has joined #hackathon

a9stst
2017-06-11 01:49
has joined #hackathon

rhudli
2017-06-11 01:50
has joined #hackathon

cmduncan
2017-06-11 01:51
has joined #hackathon

lolnotme
2017-06-11 01:54
has joined #hackathon

kjax50
2017-06-11 01:55
has joined #hackathon

jack.boyce
2017-06-11 01:55
has joined #hackathon

justme
2017-06-11 02:00
has joined #hackathon

pierrebarnabe
2017-06-11 02:01
has joined #hackathon

lord_kryptonite
2017-06-11 02:01
has joined #hackathon

noman
2017-06-11 02:02
hey guys i watched the submission instructional video but i'm still not clear on what to put in the folder we add to the hackathon repo

noman
2017-06-11 02:02
is it our entire project?

noman
2017-06-11 02:02
along with a contact.json?

noman
2017-06-11 02:02
i have a dapp but no bot file

bwazzy
2017-06-11 02:03
has joined #hackathon

taz
2017-06-11 02:04
has joined #hackathon

benmorrow
2017-06-11 02:05
@noman Your entire project folder goes into the `submissions` folder. You need to add the `README` and `contact.json` into your project folder. If you don't have a bot, you don't have to include that object in `contact.json`

noman
2017-06-11 02:05
cool, thanks ben

noman
2017-06-11 02:06
so it's basically a clone of our git repo

noman
2017-06-11 02:06
at least it will be for me

benmorrow
2017-06-11 02:06
Yep, that's right

noman
2017-06-11 02:06
excellent, thank you

hassen
2017-06-11 02:07
has joined #hackathon

psztts
2017-06-11 02:07
has joined #hackathon

will117
2017-06-11 02:08
has joined #hackathon

bart92
2017-06-11 02:08
has joined #hackathon

alexwong77
2017-06-11 02:12
has joined #hackathon

hanatrip
2017-06-11 02:13
has joined #hackathon

nellieg
2017-06-11 02:13
has joined #hackathon

jerrydoncox
2017-06-11 02:13
has joined #hackathon

vehbi
2017-06-11 02:14
has joined #hackathon

jordanandrsn
2017-06-11 02:14
has joined #hackathon

betatype
2017-06-11 02:15
has joined #hackathon

zhang
2017-06-11 02:18
has joined #hackathon

chaman
2017-06-11 02:18
has joined #hackathon

redoxed
2017-06-11 02:21
has joined #hackathon

karashi
2017-06-11 02:23
has joined #hackathon

preshlv1
2017-06-11 02:24
has joined #hackathon

mr_black
2017-06-11 02:24
has joined #hackathon

dylandrake
2017-06-11 02:26
has joined #hackathon

lumberjack
2017-06-11 02:27
has joined #hackathon

randy.cx
2017-06-11 02:29
has joined #hackathon

danieldao
2017-06-11 02:32
has joined #hackathon

ziggystrdst
2017-06-11 02:34
has joined #hackathon

benmorrow
2017-06-11 02:37
12 hours remaining. The heat is on! :fire: I've prepared a video tutorial that shows step-by-step how to submit your project: https://youtu.be/FIywCowsGpg ? *Note:* 1. If you have a smart contract, you need to deploy it to Ropsten 2. Make your DApps and chatbots accessible on the internet with URLs 3. Add the `contact.json` and `README` files to your project, like this: https://github.com/flexsurfer/status 4. Don't forget to update your GitHub Issue RSVP description (include any challenges you faced) and team members 5. Optionally, record a max 5-minute demo video and include the URL in your GitHub Issue (NOT pull request) All this will help the judges understand your project easily. When you've done all that, submit your pull request to feel the sweet satisfaction of success :rocket:

benmorrow
2017-06-11 02:37
@benmorrow pinned a message to this channel.

obrien
2017-06-11 02:39
has joined #hackathon

langmanshuangyu
2017-06-11 02:39
has joined #hackathon

duderanch99
2017-06-11 02:40
has joined #hackathon

randy
2017-06-11 02:41
has joined #hackathon

dylandoee
2017-06-11 02:41
has joined #hackathon

wangruixi
2017-06-11 02:48
has joined #hackathon

caseym
2017-06-11 02:48
has joined #hackathon

dispelthemyth
2017-06-11 02:49
has joined #hackathon

gunshmiff
2017-06-11 02:50
has joined #hackathon

joaquimsn
2017-06-11 02:51
has joined #hackathon

jeedebee
2017-06-11 02:52
has joined #hackathon

ayahuasca
2017-06-11 02:56
has joined #hackathon

brunomorel
2017-06-11 02:57
has joined #hackathon

twaddo
2017-06-11 03:00
has joined #hackathon

yt4coin
2017-06-11 03:00
has joined #hackathon

davidlkyoung360
2017-06-11 03:01
has joined #hackathon

ramchip
2017-06-11 03:02
has joined #hackathon

moe
2017-06-11 03:03
has joined #hackathon

phil
2017-06-11 03:03
has joined #hackathon

voxel
2017-06-11 03:04
has joined #hackathon

kiyonori0926
2017-06-11 03:04
has joined #hackathon

digitaltofu
2017-06-11 03:04
has joined #hackathon

gyverchang
2017-06-11 03:05
has joined #hackathon

pmstarr
2017-06-11 03:05
has joined #hackathon

henstatus
2017-06-11 03:06
has joined #hackathon

bododo
2017-06-11 03:06
has joined #hackathon

cjr
2017-06-11 03:08
has joined #hackathon

the.blue.bull
2017-06-11 03:08
has joined #hackathon

loradove
2017-06-11 03:09
has joined #hackathon

lundberg
2017-06-11 03:10
has joined #hackathon

hertherd
2017-06-11 03:14
has joined #hackathon

fab
2017-06-11 03:14
has joined #hackathon

ckdeve12
2017-06-11 03:17
has joined #hackathon

iwatts79
2017-06-11 03:20
has joined #hackathon

erhanfree
2017-06-11 03:20
has joined #hackathon

cryptotito
2017-06-11 03:22
has joined #hackathon

hai188
2017-06-11 03:23
has joined #hackathon

yijing
2017-06-11 03:23
has joined #hackathon

giannitsatown
2017-06-11 03:26
has joined #hackathon

saammi
2017-06-11 03:27
has joined #hackathon

tomato2000
2017-06-11 03:27
has joined #hackathon

90subham
2017-06-11 03:29
has joined #hackathon

li-t13
2017-06-11 03:29
has joined #hackathon

stealthy
2017-06-11 03:31
has joined #hackathon

vj_428
2017-06-11 03:32
has joined #hackathon

haythem
2017-06-11 03:33
has joined #hackathon

saff555
2017-06-11 03:33
has joined #hackathon

pushkar.er
2017-06-11 03:34
has joined #hackathon

egd33
2017-06-11 03:34
has joined #hackathon

gwshin
2017-06-11 03:35
has joined #hackathon

miz.dzey
2017-06-11 03:37
has joined #hackathon

tinhpv
2017-06-11 03:38
has joined #hackathon

acrylix
2017-06-11 03:39
has joined #hackathon

jazminlureign02
2017-06-11 03:41
has joined #hackathon

arvindershah
2017-06-11 03:41
has joined #hackathon

bauerjv
2017-06-11 03:42
has joined #hackathon

yagerbomb
2017-06-11 03:43
has joined #hackathon

kvdv
2017-06-11 03:46
has joined #hackathon

kat
2017-06-11 03:48
has joined #hackathon

harveypelaezgo
2017-06-11 03:50
has joined #hackathon

lpingui
2017-06-11 03:53
has joined #hackathon

mcbuff
2017-06-11 03:53
has joined #hackathon

t9484
2017-06-11 03:54
has joined #hackathon

mrtrotus
2017-06-11 03:54
has joined #hackathon

shredlife
2017-06-11 03:57
has joined #hackathon

cryptoslack
2017-06-11 03:58
has joined #hackathon

leojavi2
2017-06-11 03:58
has joined #hackathon

crys191971
2017-06-11 03:58
has joined #hackathon

jelliott
2017-06-11 04:00
has joined #hackathon

k0223
2017-06-11 04:02
has joined #hackathon

yuniwon
2017-06-11 04:03
has joined #hackathon

jiong
2017-06-11 04:04
has joined #hackathon

jamford
2017-06-11 04:05
has joined #hackathon

aikim
2017-06-11 04:05
has joined #hackathon

2ktanner
2017-06-11 04:09
has joined #hackathon

brchan
2017-06-11 04:15
has joined #hackathon

anzuame
2017-06-11 04:16
has joined #hackathon

fedefrt
2017-06-11 04:17
has joined #hackathon

julbou
2017-06-11 04:17
has joined #hackathon

nestaitalia6
2017-06-11 04:17
has joined #hackathon

alexxandr
2017-06-11 04:18
has joined #hackathon

ph0enix
2017-06-11 04:19
has joined #hackathon

mashie
2017-06-11 04:20
has joined #hackathon

techaware
2017-06-11 04:20
has joined #hackathon

jbrandenburg
2017-06-11 04:20
has joined #hackathon

pabumm
2017-06-11 04:21
has joined #hackathon

crypto.girl
2017-06-11 04:22
has joined #hackathon

nanacoin
2017-06-11 04:22
has joined #hackathon

machiuming
2017-06-11 04:24
has joined #hackathon

iatcuhp
2017-06-11 04:25
has joined #hackathon

andro1105
2017-06-11 04:26
has joined #hackathon

jfeabdon
2017-06-11 04:29
has joined #hackathon

mysonichiban
2017-06-11 04:29
has joined #hackathon

usamisong
2017-06-11 04:31
has joined #hackathon

bhargavukani
2017-06-11 04:31
has joined #hackathon

shan
2017-06-11 04:32
has joined #hackathon

melroseking
2017-06-11 04:33
has joined #hackathon

donkeydick
2017-06-11 04:33
@donkeydick has left the channel

razornova
2017-06-11 04:34
has joined #hackathon

abass
2017-06-11 04:35
has joined #hackathon

vmchu
2017-06-11 04:35
has joined #hackathon

isaac2
2017-06-11 04:37
Has anyone else encountered an issue where selecting a suggestion from a list clears the command?

loganwschroeder
2017-06-11 04:37
has joined #hackathon

kivokev
2017-06-11 04:39
OMG!!!!!

tomnash
2017-06-11 04:39
@isaac2 if you're using the `SET_VALUE`, you'll have to set the new value to something which includes the command string iirc

kivokev
2017-06-11 04:40
Are we allowed to use oraclize?

darekcichy1998
2017-06-11 04:41
has joined #hackathon

kivokev
2017-06-11 04:42
I probably should have asked

tomnash
2017-06-11 04:44
Of course @kivokev

makoto
2017-06-11 04:44
benmorrow: what do you use the code under folder for? Is it just to read the source or is it actually used for something?

kivokev
2017-06-11 04:44
Awesome!

kivokev
2017-06-11 04:45
I wasn't sure about the level of centralization we needed

tomnash
2017-06-11 04:46
If it's a smart contract you can do what you like I'm sure

devils.avocado
2017-06-11 04:46
has joined #hackathon

tomnash
2017-06-11 04:46
But you only have a few hours left to get the submission in :wink:

isaac2
2017-06-11 04:48
@tomnash Something like `{onPress: status.components.dispatch([status.events.SET_VALUE, "/greet " + entry])}`?

tomnash
2017-06-11 04:49
@isaac2 Yup - that looks right

tomnash
2017-06-11 04:49
I think you can use `SET_COMMAND_ARGUMENT` but I could never figure that one out

fulcran
2017-06-11 04:50
has joined #hackathon

tomnash
2017-06-11 04:50
Actually that's a lie I got it to work `{onPress: status.components.dispatch([status.events.SET_COMMAND_ARGUMENT, [0, YOUR_ARG_HERE]])}`

khtran
2017-06-11 04:50
has joined #hackathon

tomnash
2017-06-11 04:51
where `0` is the argument index corresponding to the index of the item in the `params` array

statusquo
2017-06-11 04:51
has joined #hackathon

ultauhgar
2017-06-11 04:56
has joined #hackathon

blackswan122
2017-06-11 04:56
has joined #hackathon

simonnikon
2017-06-11 04:57
has joined #hackathon

nyxxfont
2017-06-11 04:59
has joined #hackathon

siniganngbaboy1
2017-06-11 05:04
has joined #hackathon

isaac2
2017-06-11 05:06
tomnash: That?s the one!

isaac2
2017-06-11 05:06
Thanks so much!

donimogi
2017-06-11 05:06
has joined #hackathon

popcornkirby
2017-06-11 05:12
has joined #hackathon

maks
2017-06-11 05:13
has joined #hackathon

andrewtang
2017-06-11 05:13
has joined #hackathon

staralpha
2017-06-11 05:14
has joined #hackathon

polalpilpil
2017-06-11 05:16
has joined #hackathon

leete
2017-06-11 05:16
has joined #hackathon

nur13_9_86
2017-06-11 05:17
has joined #hackathon

johnnywebber
2017-06-11 05:18
has joined #hackathon

don888
2017-06-11 05:18
has joined #hackathon

gamazama
2017-06-11 05:20
has joined #hackathon

malignatus
2017-06-11 05:21
has joined #hackathon

vmh_1011
2017-06-11 05:22
has joined #hackathon

perry
2017-06-11 05:24
has joined #hackathon

noman
2017-06-11 05:26
so is it official that our dapps won't work on https pages? it seems like it was working until today or yesterday

roman
2017-06-11 05:29
In most cases it is related to `Mixed content...` errors in dapp, Status itself support dapps over https (standard Wallet dapp is working over https)

noman
2017-06-11 05:29
hmm

noman
2017-06-11 05:29
all my content is being served from my own server

noman
2017-06-11 05:30
someone mentioned it was because of connecting to the localhost server running on the phone

noman
2017-06-11 05:30
which is http

roman
2017-06-11 05:30
if you are using testrpc - that can be the case

noman
2017-06-11 05:30
i don't get the same problem on localhost. about to check on just a raw public ip

noman
2017-06-11 05:30
i'm not, i'm just inside status

jackybd
2017-06-11 05:31
has joined #hackathon

roman
2017-06-11 05:31
standard web3 provider that is injected in webviews in Status doesn?t make rpc calls over http from webview, so this is not related to ?because of connecting to the localhost server?

noman
2017-06-11 05:32
hmmmmm

roman
2017-06-11 05:32
could you please provide url to your dapp in DM so i could debug it in chrome inspector to figure what is wrong there

noman
2017-06-11 05:32
sure

noman
2017-06-11 05:32
thank you

abe1
2017-06-11 05:32
has joined #hackathon

rtjalsma
2017-06-11 05:32
has joined #hackathon

maple
2017-06-11 05:35
has joined #hackathon

bsams123
2017-06-11 05:40
has joined #hackathon

xx
2017-06-11 05:42
has joined #hackathon

pmojo
2017-06-11 05:42
has joined #hackathon

guzzlbru
2017-06-11 05:47
has joined #hackathon

neo
2017-06-11 05:47
has joined #hackathon

808tech
2017-06-11 05:48
has joined #hackathon

syt1203
2017-06-11 05:49
has joined #hackathon

deadrah
2017-06-11 05:52
has joined #hackathon

mwenn01
2017-06-11 05:54
has joined #hackathon

tom.p
2017-06-11 05:54
has joined #hackathon

swedishchef
2017-06-11 05:57
has joined #hackathon

loris3413
2017-06-11 05:58
has joined #hackathon

alonso141
2017-06-11 05:58
has joined #hackathon

anhmv
2017-06-11 05:59
has joined #hackathon

gagaga
2017-06-11 05:59
has joined #hackathon

kiwon0905
2017-06-11 06:01
has joined #hackathon

nnautiya
2017-06-11 06:01
has joined #hackathon

gery01
2017-06-11 06:02
has joined #hackathon

ramin
2017-06-11 06:02
has joined #hackathon

noman
2017-06-11 06:04
An interesting bug I came across while testing my dapp with @roman was that I had a `console.log()` firing every time I saw some contract event in my dapp. @roman was browsing the app while his blockchain was still syncing. So first it completely wasn't working because the place he was in the blockchain didn't have that contract deployed yet. Then he was getting hundreds of logs in his console as the chain was syncing and playing back all the events from the past A note to dapp developers. Think about scenarios where your users are using your dapp while not being completely in sync with the blockchain. Strange things can happen!

aakashshiv
2017-06-11 06:04
has joined #hackathon

bankecy
2017-06-11 06:04
has joined #hackathon

cryptojootje
2017-06-11 06:05
has joined #hackathon

hello12345b1
2017-06-11 06:05
has joined #hackathon

foba
2017-06-11 06:11
Hey does anyone know if we can implement smart contracts within the Status app at this time?

danson
2017-06-11 06:14
has joined #hackathon

kool
2017-06-11 06:14
has joined #hackathon

spinlock
2017-06-11 06:14
has joined #hackathon

ryoochan
2017-06-11 06:14
has joined #hackathon

denleco
2017-06-11 06:16
has joined #hackathon

slava
2017-06-11 06:16
has joined #hackathon

janedoe
2017-06-11 06:16
has joined #hackathon

goldenb
2017-06-11 06:19
has joined #hackathon

acax456
2017-06-11 06:22
has joined #hackathon

scartuz
2017-06-11 06:23
has joined #hackathon

takeshisan1992
2017-06-11 06:24
has joined #hackathon

nettijoe96
2017-06-11 06:24
has joined #hackathon

rothj
2017-06-11 06:24
has joined #hackathon

degg
2017-06-11 06:24
has joined #hackathon

maximiliaan0
2017-06-11 06:25
has joined #hackathon

trys10k
2017-06-11 06:26
has joined #hackathon

kivokev
2017-06-11 06:26
Yes. use web3

rodrig0_mv
2017-06-11 06:28
has joined #hackathon

ajeet
2017-06-11 06:32
has joined #hackathon

bob
2017-06-11 06:35
has joined #hackathon

jl79
2017-06-11 06:36
has joined #hackathon

octomatic
2017-06-11 06:36
has joined #hackathon

dynamo
2017-06-11 06:42
has joined #hackathon

mombev
2017-06-11 06:44
has joined #hackathon

clementchu12
2017-06-11 06:47
has joined #hackathon

uta
2017-06-11 06:49
has joined #hackathon

fasetto
2017-06-11 06:50
has joined #hackathon

sntmalaysia
2017-06-11 06:51
has joined #hackathon

cryptochain
2017-06-11 06:51
has joined #hackathon

townstar
2017-06-11 06:52
has joined #hackathon

benmorrow
2017-06-11 06:53
To have an easy snapshot of the source so we can read it if necessary

amolpednekar
2017-06-11 06:55
Submitted entry! Hoping for the best and good luck to all! :smile:

docd
2017-06-11 06:56
has joined #hackathon

james-jlv
2017-06-11 06:57
has joined #hackathon

mandaragat
2017-06-11 06:58
has joined #hackathon

yopo
2017-06-11 07:00
has joined #hackathon

realkaser
2017-06-11 07:00
has joined #hackathon

mazdak
2017-06-11 07:01
has joined #hackathon

diddymand
2017-06-11 07:01
has joined #hackathon

dimworm
2017-06-11 07:02
has joined #hackathon

legogris
2017-06-11 07:02
Has anyone actually been able to show webviews in a command preview?

flippi2id3
2017-06-11 07:03
has joined #hackathon

fittsjk
2017-06-11 07:05
has joined #hackathon

shaan01
2017-06-11 07:06
has joined #hackathon

legogris
2017-06-11 07:07
We get the webview come up, but it's all white. Our server receives the HTTP request but nothing seems to render

goahead
2017-06-11 07:07
has joined #hackathon

the_1
2017-06-11 07:08
Anyone else have problems installing status club on Linux?

the_1
2017-06-11 07:08
Status cli

ericvrp
2017-06-11 07:10
has joined #hackathon

tradewithjown
2017-06-11 07:10
has joined #hackathon

amolpednekar
2017-06-11 07:12
the_1: Yeah, plenty

cryptosg
2017-06-11 07:12
has joined #hackathon

amolpednekar
2017-06-11 07:13
Switched to node v6.10.0 and npm 4.1.2 And install sudo apt-get install libavahi-compat-libdnssd-dev

maqu
2017-06-11 07:14
has joined #hackathon

taimei
2017-06-11 07:14
has joined #hackathon

jeffreth
2017-06-11 07:16
has joined #hackathon

fisheryu9527
2017-06-11 07:18
has joined #hackathon

usg
2017-06-11 07:19
has joined #hackathon

paradontix
2017-06-11 07:19
has joined #hackathon

akki
2017-06-11 07:21
has joined #hackathon

day888
2017-06-11 07:23
has joined #hackathon

aljerome30
2017-06-11 07:24
has joined #hackathon

kcpham
2017-06-11 07:24
has joined #hackathon

shuby
2017-06-11 07:24
has joined #hackathon

djtesttime
2017-06-11 07:25
?????? ?

nani100
2017-06-11 07:26
has joined #hackathon

cakirmehmete
2017-06-11 07:27
has joined #hackathon

neo
2017-06-11 07:27
question: what exchange will offer STN?

nottsmike
2017-06-11 07:28
has joined #hackathon

anusheel
2017-06-11 07:28
has joined #hackathon

apagan13
2017-06-11 07:28
has joined #hackathon

floflo1936
2017-06-11 07:28
has joined #hackathon

billjaber
2017-06-11 07:28
has joined #hackathon

mazdak
2017-06-11 07:29
@mazdak has left the channel

floflo1936
2017-06-11 07:30
hello !!!!!! how I can buy snt ??? wiche platform ?? can u help me please ??

benmorrow
2017-06-11 07:30
neo: Please ask these kinds of questions in #status. This channel is only for the hackathon and development. The answer is that you can participate in the Contribution Period on http://contribute.status.im. No need for exchanges. There very well be exchanges in the future that offer SNT, but we're not focused on them right now

lakmatoi
2017-06-11 07:30
has joined #hackathon

sher10
2017-06-11 07:30
has joined #hackathon

benmorrow
2017-06-11 07:30
floflo1936: Please ask these kinds of questions in #status. This channel is only for the hackathon and development. The answer is that you can participate in the Contribution Period on http://contribute.status.im. No need for exchanges. There very well be exchanges in the future that offer SNT, but we're not focused on them right now

deodatus
2017-06-11 07:31
Hello @floflo1936 do read http://contribute.status.im

jarradhope
2017-06-11 07:31
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

alvinolimo
2017-06-11 07:31
has joined #hackathon

neo
2017-06-11 07:31
Good day. thank you. so that i understand, how exactly will i be able to purchase STN on the 17th? i do not understand. thanks for your help

floflo1936
2017-06-11 07:32
okay

benmorrow
2017-06-11 07:32
You use your own ETH wallet and send to an address that will be posted on the website

neo
2017-06-11 07:32
the address will be posted on the 17th?

neo
2017-06-11 07:32

benmorrow
2017-06-11 07:33
Yes

ata357
2017-06-11 07:33
has joined #hackathon

elpatron
2017-06-11 07:33
has joined #hackathon

neo
2017-06-11 07:33
ok good. until then i spend more time to understand more about this . at least i am ready to move forward when the time comes. thank you and good luck to us all

jasoons
2017-06-11 07:33
Hey curious how you guys have gotten around the inability to view your contacts from within a dapp when creating a smartcontract? I'm creating an additional smartcontract the logs all the users on the service, but this of course is very hacky... Best bet would be if the judges could use testrpc, since I've already made it so you can switch between the 10 test accounts that are available there.

littletudou
2017-06-11 07:35
has joined #hackathon

jimyap
2017-06-11 07:35
has joined #hackathon

yanfeng
2017-06-11 07:36
has joined #hackathon

gathuru
2017-06-11 07:37
has joined #hackathon

sslack
2017-06-11 07:39
has joined #hackathon

rayman1104
2017-06-11 07:39
has joined #hackathon

aberegovoy
2017-06-11 07:41
has joined #hackathon

chicobitcoinjoe
2017-06-11 07:42
Do i need to do a pull request to enter my submission?

lawliet_fang
2017-06-11 07:42
has joined #hackathon

alon
2017-06-11 07:42
@chicobitcoinjoe Yes

chicobitcoinjoe
2017-06-11 07:42
No where in the FAQs does it mention it but I thought I read somewhere you need to

alon
2017-06-11 07:42
Have you see the Youtube video?

chicobitcoinjoe
2017-06-11 07:43
Ah Its in the schedule section under pencils down

literal
2017-06-11 07:43
has joined #hackathon

dizzent
2017-06-11 07:45
has joined #hackathon

chuchu
2017-06-11 07:45
has joined #hackathon

isasftw
2017-06-11 07:46
Holy shit, people really made some awesome dapps in a week :open_mouth:

bagindatirtadji
2017-06-11 07:47
has joined #hackathon

manuuu
2017-06-11 07:49
has joined #hackathon

isasftw
2017-06-11 07:50
It seems a lot of people went the status command route

isasftw
2017-06-11 07:50
I had no commands :confused: Just didn't seem like they could be used for anything, since i had to scrap search


tycit
2017-06-11 07:52
has joined #hackathon

drssjhawar
2017-06-11 07:52
has joined #hackathon

stiquep
2017-06-11 07:53
has joined #hackathon

deniscoman
2017-06-11 07:53
has joined #hackathon

lovo
2017-06-11 07:54
has joined #hackathon

pw-
2017-06-11 07:55
has joined #hackathon

chicobitcoinjoe
2017-06-11 07:57
@benmorrow why am i adding the contatct.json and readme files to my project?

ck___13
2017-06-11 07:57
has joined #hackathon

maddy1061981
2017-06-11 07:57
has joined #hackathon

isasftw
2017-06-11 07:57
@chicobitcoinjoe They're used to install the dapps to the judges phones

chicobitcoinjoe
2017-06-11 07:57
I dont use the bots at all since my project is a DApp

benmorrow
2017-06-11 07:57
Watch the video, I explain all the reasoning. But @isasftw is correct. It is for installing on judges phones and for our reference

isasftw
2017-06-11 07:58
I just removed bot-url

benmorrow
2017-06-11 07:58
Then you don't need that object in `contact.json`

noman
2017-06-11 07:58
does anyone have problems with status seemingly not injecting a web3 object sometimes?

zxc104
2017-06-11 07:59
has joined #hackathon

mvdm
2017-06-11 08:00
has joined #hackathon

tomnash
2017-06-11 08:00
are you making sure to wait for page load @noman ?

noman
2017-06-11 08:00
probably not, what's the ideal way to do that?

isasftw
2017-06-11 08:01
Just use something like `$(document).ready(function() {});` in jquery

noman
2017-06-11 08:02
that's the only way i know but i'm not using jquery haha

isasftw
2017-06-11 08:02
Ah

noman
2017-06-11 08:02
i will find the original js way

tomnash
2017-06-11 08:02
Metamask repo had a way

isasftw
2017-06-11 08:02
probably something like `document.onload = function() {}`

tomnash
2017-06-11 08:02
But looks to be gone - it's `window.addEventListener('load', function() {})` iirc

izak270
2017-06-11 08:03
has joined #hackathon

noman
2017-06-11 08:03
i'm seeing this too `document.addEventListener('DOMContentLoaded', function() {`

longen
2017-06-11 08:04
has joined #hackathon

svenk
2017-06-11 08:04
has joined #hackathon


jarradhope
2017-06-11 08:04
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-11 08:04
gonna try it

adrihomemade
2017-06-11 08:04
has joined #hackathon

tg87
2017-06-11 08:04
has joined #hackathon

nicoletian
2017-06-11 08:06
has joined #hackathon

emnbdx
2017-06-11 08:06
has joined #hackathon

lukus2222
2017-06-11 08:07
has joined #hackathon

davidqw
2017-06-11 08:07
has joined #hackathon

trevstar
2017-06-11 08:08
has joined #hackathon

linquan
2017-06-11 08:08
has joined #hackathon

tobyolusanya
2017-06-11 08:09
has joined #hackathon

alvax010
2017-06-11 08:10
has joined #hackathon

shaneo1995
2017-06-11 08:12
has joined #hackathon

lfegerber
2017-06-11 08:14
has joined #hackathon

floar
2017-06-11 08:14
Nice... Last day of hacking and phone broke down. Anyone has a good hint how to test efficiently on windows 10?

chicobitcoinjoe
2017-06-11 08:15
ALright submitted my project

chicobitcoinjoe
2017-06-11 08:15
gl to everyone else who submitted or will submit!

tomnash
2017-06-11 08:15
@floar genymotion or the Android Studio emulator should work for you

isasftw
2017-06-11 08:16
I used genymotion

kivokev
2017-06-11 08:16
Do you guys have a timer mixer?

kivokev
2017-06-11 08:17
I'm trying to do a set timeout and I can't

tomnash
2017-06-11 08:17
@kivokev it's not possible atm

kivokev
2017-06-11 08:18
We'll that sucks

harshjv
2017-06-11 08:18
It's 11 June here

harshjv
2017-06-11 08:18
Lol

kivokev
2017-06-11 08:18
My app is a series of messages. I wont be judged harshly because they show before my command right?

cryptowanderer
2017-06-11 08:18
`setTimeout` has not been implemented yet due to constrictions with the Otto jail :cry:

woobster
2017-06-11 08:19
has joined #hackathon

xnight
2017-06-11 08:19
has joined #hackathon

benmorrow
2017-06-11 08:19
harshjv: But not in Hawaii :wink:

cryptowanderer
2017-06-11 08:19
yeah, if it's due to a bug in Status, I am sure the judges will take that into account :+1:

cryptoballer2020
2017-06-11 08:20
has joined #hackathon

yuaa
2017-06-11 08:20
has joined #hackathon

benmorrow
2017-06-11 08:20
@kivokev Make sure you explain your challenges in your GitHub Issue RSVP description

kivokev
2017-06-11 08:20
Okay

kivokev
2017-06-11 08:21
I also plan to add things I'd like afterwars

cryptowanderer
2017-06-11 08:21
brilliant :wink: we're all about a community building cool shit together!!

tung7
2017-06-11 08:27
has joined #hackathon

alon
2017-06-11 08:27
Guys I don't want this week to end :sadpanda:

alon
2017-06-11 08:27
Been so fun

kiko
2017-06-11 08:30
has joined #hackathon

toan
2017-06-11 08:32
has joined #hackathon

tsmr
2017-06-11 08:33
has joined #hackathon

aek
2017-06-11 08:33
has joined #hackathon

stephane
2017-06-11 08:33
has joined #hackathon

benmorrow
2017-06-11 08:33
The good news is, since Slack is open and the code is open, perhaps we can carry the camaraderie along with us into the next chapter

beeftendon
2017-06-11 08:34
has joined #hackathon

viggyjiggy
2017-06-11 08:35
has joined #hackathon

noman
2017-06-11 08:37
my app just refuses to work on my remote location

noman
2017-06-11 08:37
my html is loading

noman
2017-06-11 08:37
i don't understand why it woudl be different

jago_x
2017-06-11 08:38
has joined #hackathon

everythingisnothing
2017-06-11 08:38
has joined #hackathon

noman
2017-06-11 08:38
my app works everywhere except inside status on a remote URL

noman
2017-06-11 08:38
same remote url works fine on the browser

superma
2017-06-11 08:39
has joined #hackathon

ganggang
2017-06-11 08:40
has joined #hackathon

tukya07
2017-06-11 08:40
has joined #hackathon

ojee
2017-06-11 08:40
has joined #hackathon

alison
2017-06-11 08:41
has joined #hackathon

anarchyte
2017-06-11 08:41
has joined #hackathon

noman
2017-06-11 08:42
it's so weird

noman
2017-06-11 08:42
when i connect chrome dev tools to it and reload

noman
2017-06-11 08:42
it just works

noman
2017-06-11 08:42
�\_(?)_/�

nathzv
2017-06-11 08:43
has joined #hackathon

duclepuy
2017-06-11 08:45
has joined #hackathon

biobill
2017-06-11 08:46
has joined #hackathon

yoshikazzz
2017-06-11 08:47
I setup the github pages followed by the Youtube instruction. What I can see on the page is? just a README.md rendered? Is it correct?

benmorrow
2017-06-11 08:47
Post the URL to your repository and the URL for the gh-page

lee278
2017-06-11 08:50
has joined #hackathon

happyjob
2017-06-11 08:51
has joined #hackathon

nnanaga
2017-06-11 08:53
has joined #hackathon

mmamasashiyamada
2017-06-11 08:53
has joined #hackathon

europetrade
2017-06-11 08:54
has joined #hackathon

skamoen
2017-06-11 08:56
has joined #hackathon

tomfallowfield
2017-06-11 08:56
has joined #hackathon

akibabu
2017-06-11 09:01
has joined #hackathon

akibabu
2017-06-11 09:01
@akibabu has left the channel

dreema
2017-06-11 09:02
has joined #hackathon

jovicboki
2017-06-11 09:03
has joined #hackathon

s.ansinger
2017-06-11 09:05
has joined #hackathon

vikas
2017-06-11 09:07
Can some one tell me, where can I look for my faucet Ethers . I requested using console from status faucet. where it shall show that I recieved the Ethers from faucet

stalyn
2017-06-11 09:07
has joined #hackathon

ikm
2017-06-11 09:08
has joined #hackathon

pietro0902
2017-06-11 09:08
has joined #hackathon

yahmandu
2017-06-11 09:08
has joined #hackathon

isasftw
2017-06-11 09:08
@vikas in your wallet!

ebexventures
2017-06-11 09:09
has joined #hackathon

isasftw
2017-06-11 09:09
They will get there eventually :slightly_smiling_face:

lsant
2017-06-11 09:09
has joined #hackathon

sela
2017-06-11 09:09
has joined #hackathon

lege
2017-06-11 09:10
has joined #hackathon

vikas
2017-06-11 09:11
isasftw: I saw your submission. gifhive :slightly_smiling_face: cool ! So for tipping you must have requested some from the status faucet, right ?

richbob25
2017-06-11 09:13
has joined #hackathon

pugilist
2017-06-11 09:15
has joined #hackathon

nathanwadhwani
2017-06-11 09:15
has joined #hackathon

lucaslimasp
2017-06-11 09:15
has joined #hackathon

emiyare
2017-06-11 09:16
has joined #hackathon

isasftw
2017-06-11 09:16
Yes, for testing i got a few ethers :slightly_smiling_face:

isasftw
2017-06-11 09:16
But tipping is in szabos, so you don't need alot to try it out.

lolwut
2017-06-11 09:17
has joined #hackathon

vikas
2017-06-11 09:17
So I got 2 Eth from faucet. I opened my dapp in the browser. I tried to make a txn. The way the pop-up is coming in your screen, I can't see in mine. But when I do the same thing in chrome using metamask, I can see a pop-up asking for signing the tx. can you help me out in this ? anything that I need to change at my html/js side ?

king4xtrader
2017-06-11 09:20
has joined #hackathon

tomnash
2017-06-11 09:20
@vikas you may have to remember to pass `{from: web3.eth.accounts[0]}` to the transaction function

vikas
2017-06-11 09:22
ok. let me quickly check it and come back.

kta15
2017-06-11 09:22
has joined #hackathon

devious246
2017-06-11 09:23
has joined #hackathon

b0liony
2017-06-11 09:23
has joined #hackathon

vikas
2017-06-11 09:24
ok. so this is how it goes" myconract.METHODNAME(PARAMS, { `{from: web3.eth.accounts[0]}`}, fallback method({}))

vikas
2017-06-11 09:24
m i correct ?

vikas
2017-06-11 09:25
@tomnash ^

mattgenious
2017-06-11 09:25
has joined #hackathon

tomnash
2017-06-11 09:26
``` myconract.METHODNAME(PARAMS, {from: web3.eth.accounts[0]}, callback() { // some action here }) ```

vikas
2017-06-11 09:27
yeah. Got it!. Thanks!

warsoverjohn
2017-06-11 09:28
has joined #hackathon

monoroc
2017-06-11 09:34
has joined #hackathon

rnmt3948
2017-06-11 09:36
has joined #hackathon

free001
2017-06-11 09:37
has joined #hackathon

0vv4ik
2017-06-11 09:38
has joined #hackathon

vikas
2017-06-11 09:38
wohoo! Thanks a ton! @tomnash @isasftw Got the pop-up. Signed it and mined on the ropsten! :heart:

tomnash
2017-06-11 09:38
yay :smile:

100
2017-06-11 09:39
has joined #hackathon

shillawarrior
2017-06-11 09:39
has joined #hackathon

100
2017-06-11 09:39
I can't hack

100
2017-06-11 09:40
Idk why I'm here

wanybx520
2017-06-11 09:40
has joined #hackathon

ssong
2017-06-11 09:40
has joined #hackathon

danip
2017-06-11 09:43
I'm still struggling on creating a touchable component that calls a new command. Help? :neutral_face:

vikas
2017-06-11 09:44
so the dapps we all are submitting to status, judges are gonna deploy these dapps to their status app and then run it ? isn't it ? they got some good amount of work to do, imho

isasftw
2017-06-11 09:45
@vikas That's why you have to make the special readme.md and contact.json

isasftw
2017-06-11 09:45
They probably have a special script for deploying in bulk

sweatybread
2017-06-11 09:46
has joined #hackathon

antoni76
2017-06-11 09:47
has joined #hackathon

jonday
2017-06-11 09:47
has joined #hackathon

noman
2017-06-11 09:47
finally submitted!

vikas
2017-06-11 09:47
yeah. I understand. But what a product they have. Status. Totally cool! now when you get a tx done on using status, you realize it's potential truely. I would love to create the bots and commands too. phenomenal product!

noman
2017-06-11 09:47
good luck everyone

akhilk952
2017-06-11 09:48
has joined #hackathon

frombehind
2017-06-11 09:48
has joined #hackathon

mmtekib12
2017-06-11 09:48
has joined #hackathon

00cuecao00
2017-06-11 09:48
has joined #hackathon

noman
2017-06-11 09:49
do we want to put the majority of our writeup in the github issue or in the readme of the project?

noman
2017-06-11 09:49
my project readme is an extended version of my issue description

vikas
2017-06-11 09:49
Hey we submitted too :slightly_smiling_face: but just a dapp. But I totally love Status! when I can see, how much clutter have been removed from a user's perspective. They truely are adding value to the decentralized community ! great going status! :heart:

alon
2017-06-11 09:50
@noman Only what you write up in the github issue will be looked at

noman
2017-06-11 09:50
ok thank you

newforolly
2017-06-11 09:52
has joined #hackathon

fox967
2017-06-11 09:53
has joined #hackathon

simoza
2017-06-11 09:54
has joined #hackathon

mixadesign
2017-06-11 09:54
has joined #hackathon

drjzocker
2017-06-11 09:56
has joined #hackathon

trade
2017-06-11 09:58
has joined #hackathon

stenco
2017-06-11 10:02
has joined #hackathon

talgar.bayan
2017-06-11 10:08
has joined #hackathon

tamars
2017-06-11 10:12
has joined #hackathon

divyangshah
2017-06-11 10:12
has joined #hackathon

fedotix
2017-06-11 10:15
has joined #hackathon

freeleon007
2017-06-11 10:17
has joined #hackathon

rkapurbh
2017-06-11 10:17
has joined #hackathon

panthermodus
2017-06-11 10:18
has joined #hackathon

jebasa85
2017-06-11 10:19
has joined #hackathon

alon
2017-06-11 10:20
Anyone know what this means? `callback contain no result Gas required exceeds limit: 300000`

clevergenius
2017-06-11 10:20
has joined #hackathon

victorm
2017-06-11 10:23
has joined #hackathon

noman
2017-06-11 10:25
i stayed up all night working on my submission and now i can't go to sleep

vyachgudzenko
2017-06-11 10:26
has joined #hackathon

kesslerr
2017-06-11 10:26
has joined #hackathon

donsilas
2017-06-11 10:28
has joined #hackathon

nadavhollander
2017-06-11 10:38
Hey Y'all -- trying to interact with Status on my iOS device w/ status-dev-cli

nadavhollander
2017-06-11 10:38
unable to see an devices when doing status-dev-cli scan

nadavhollander
2017-06-11 10:38
Anyone have any luck with this?

noman
2017-06-11 10:39
i had the most luck when plugged in

nadavhollander
2017-06-11 10:40
plugged in as well

nadavhollander
2017-06-11 10:40
did you have to do anything special?

nadavhollander
2017-06-11 10:40
other than just plug in + status-dev-cli scan?

stat_mongs
2017-06-11 10:40
has joined #hackathon

nadavhollander
2017-06-11 10:40
also are you on the testflight build?

assasin
2017-06-11 10:41
has joined #hackathon

noman
2017-06-11 10:42
this may not be obvious but you also have to be in status and have the app unlocked

noman
2017-06-11 10:42
other than that i'm not sure what it would be

robindenhaag070
2017-06-11 10:42
has joined #hackathon

nadavhollander
2017-06-11 10:42
that's indeed the case

nadavhollander
2017-06-11 10:42
oh well, Android it is

nadavhollander
2017-06-11 10:42
thanks

kdrogo
2017-06-11 10:43
has joined #hackathon

cryptowanderer
2017-06-11 10:44
sorry, just running out, but please check that your phone is on the same WiFi network as your machine but IS NOT using WiFi the usb connection. Make sure you have updated to the newest testFlight version as well.

astana
2017-06-11 10:47
has joined #hackathon

polyphonic
2017-06-11 10:48
has joined #hackathon

vitasor
2017-06-11 10:53
has joined #hackathon

adik73
2017-06-11 10:54
has joined #hackathon

major48
2017-06-11 10:54
has joined #hackathon

fedotix
2017-06-11 10:55
??????? ????!??? _))

fedotix
2017-06-11 10:55
???????????????)

vitasor
2017-06-11 10:55
????

fedotix
2017-06-11 10:55
?????!

fedotix
2017-06-11 10:55
?? ???? ????????? ??????? ? ????? ??? ??? ??? ?????????!?

vitasor
2017-06-11 10:56
:))) ??? ?? ?????? ?????? ???????????

roman
2017-06-11 10:58
@fedotix @vitasor ???? ??? ?????? ?? ??????????? ????????, ?????????? ?? ??????? ?????????? ????? ? #status. ?????????? ? ??????? Status Network ????? ????? ??? http://contribute.status.im/

eold
2017-06-11 10:58
has joined #hackathon

75b28f43
2017-06-11 10:59
has joined #hackathon

alon
2017-06-11 10:59
@roman can you help me a bit with Solidity? One of my functions is going haywire

roman
2017-06-11 10:59
i?m not familiar with Solidity at all :disappointed:

major48
2017-06-11 11:00
#ituber

alon
2017-06-11 11:00
@roman Ok :sadpanda:

alon
2017-06-11 11:01
Running into roadblocks 4 hours before the final :upside_down_face:

bigbonees
2017-06-11 11:01
has joined #hackathon

virelka
2017-06-11 11:02
has joined #hackathon

vitasor
2017-06-11 11:02
@roman Vielen Dank!

yiftacht
2017-06-11 11:04
has joined #hackathon

karalabe
2017-06-11 11:09
@alon What's the problem?

leizhang258
2017-06-11 11:11
has joined #hackathon

roman
2017-06-11 11:11
vitasor: bitte

yoshikazzz
2017-06-11 11:13
@benmorrow My repo: https://github.com/yoshikazzz/status-jackpot My gh-page: https://yoshikazzz.github.io/status-jackpot/ I used truffle-box-status as a template. I tested with ?truffle compile?, ?truffle migrate?, and ?npm run start?. If I put it on gh-pages, how my React and backend web3 works?

jarradhope
2017-06-11 11:13
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

slim234
2017-06-11 11:14
has joined #hackathon

starping
2017-06-11 11:17
has joined #hackathon

alon
2017-06-11 11:18
karalabe: I am trying my Contract via Remix

alon
2017-06-11 11:18
And I am getting an error `callback contain no result Gas required exceeds limit: 300000`

karalabe
2017-06-11 11:19
Maybe Remix sets a default gas limit of 300K for a function call and yours needs more than that?

karalabe
2017-06-11 11:20
There's a `Transaction gas limit` field in remix

karalabe
2017-06-11 11:20
It's set to 3M for me, perhaps you need to bump that yourself?

fedotix
2017-06-11 11:22
#ituber ??????

kbhhome
2017-06-11 11:22
has joined #hackathon

alimiami
2017-06-11 11:24
has joined #hackathon

svensonsan
2017-06-11 11:25
has joined #hackathon

grizlius
2017-06-11 11:29
has joined #hackathon

biathlon
2017-06-11 11:31
has joined #hackathon

dsem50
2017-06-11 11:31
has joined #hackathon

rdbits
2017-06-11 11:33
has joined #hackathon

bullcchs
2017-06-11 11:34
has joined #hackathon

tark6arn
2017-06-11 11:34
has joined #hackathon

win
2017-06-11 11:36
has joined #hackathon

lamamba
2017-06-11 11:36
has joined #hackathon

jcox
2017-06-11 11:40
has joined #hackathon

xavivives
2017-06-11 11:42
Last minute issues... I'm unable to connect to the ethereum rpc client when running the dapp inside Status. It is deployed already. Working fine with Metamask or local node. Attempted 8545 and 8546 ports but no luck.

xavivives
2017-06-11 11:44
My understanding is that Status will inject the web3.js with the right provider already set. So I shouldn't have to do checks with what provider I'm using. Is that correct?

anklesprain
2017-06-11 11:44
has joined #hackathon

mhr2001
2017-06-11 11:46
has joined #hackathon

karalabe
2017-06-11 11:46
@xavivives As I understand you should just be able to call web3 methods without needing to care about ports

joe268
2017-06-11 11:47
has joined #hackathon

karalabe
2017-06-11 11:47
Status probably either connects to Geth via IPC, or runs Geth inprocess communicating directly in memory

karalabe
2017-06-11 11:47
Either way, I really doubt it's a TCP port

karalabe
2017-06-11 11:47
Correct me if I'm wrong though

xavivives
2017-06-11 11:48
Thanks @karalabe

axisbold
2017-06-11 11:50
has joined #hackathon

fourtwentizzle
2017-06-11 11:52
has joined #hackathon

anagox
2017-06-11 11:53
has joined #hackathon

mia
2017-06-11 11:53
has joined #hackathon

kazakhstan
2017-06-11 11:54
has joined #hackathon

zubastik
2017-06-11 11:54
has joined #hackathon

albuskent
2017-06-11 11:55
has joined #hackathon

devenderdinghaidan
2017-06-11 11:55
has joined #hackathon

laurus
2017-06-11 11:56
has joined #hackathon

garidian
2017-06-11 11:59
has joined #hackathon

fmg777
2017-06-11 11:59
has joined #hackathon

tekr
2017-06-11 11:59
has joined #hackathon

alon
2017-06-11 11:59
3 million?

alon
2017-06-11 11:59
Whenever I try to bump it up

alon
2017-06-11 11:59
It gives me another error let me try

gunsakimb0
2017-06-11 12:01
has joined #hackathon

alon
2017-06-11 12:01
`callback contain no result Gas required exceeds block gas limit: 3000000000000000`

ustina
2017-06-11 12:04
has joined #hackathon

k1ns
2017-06-11 12:05
has joined #hackathon

jeffjohnston
2017-06-11 12:07
has joined #hackathon

pixel
2017-06-11 12:07
is the serving your dapp or bot from HTTPS still bugging out?

pixel
2017-06-11 12:07
I think you had problems with that @karalabe ?

xobrian
2017-06-11 12:09
has joined #hackathon

richbaek
2017-06-11 12:12
has joined #hackathon

xavivives
2017-06-11 12:12
Any other thought on that?

jarog
2017-06-11 12:14
has joined #hackathon

renny
2017-06-11 12:14
has joined #hackathon

karalabe
2017-06-11 12:16
@pixel Yeah, I just switched over to plain HTTP

pixel
2017-06-11 12:16
Is there some way you can do that with Github pages as well?

karalabe
2017-06-11 12:16
A block limit is around 4M, don't put anything higher

karalabe
2017-06-11 12:17
that would go over the gas that can fit inside a block

karalabe
2017-06-11 12:17
I have a custom domain in front and github pages don't support https on custom domains XD

pixel
2017-06-11 12:18
hah

pixel
2017-06-11 12:18
alright

pitje
2017-06-11 12:18
has joined #hackathon

karalabe
2017-06-11 12:18
had cloudflare there for the https part but it went belly up so disabled it :slightly_smiling_face:

karalabe
2017-06-11 12:19
not sure where the issue was, but didn't want to risk for the hackathon submission

mliska23
2017-06-11 12:21
has joined #hackathon

pixel
2017-06-11 12:21
Alright, thanks @karalabe

dolphin
2017-06-11 12:21
has joined #hackathon

logger
2017-06-11 12:23
has joined #hackathon

ampsource
2017-06-11 12:23
has joined #hackathon

alon
2017-06-11 12:24
Well I tried to find the limit

alon
2017-06-11 12:24
Still can't get it to work

alon
2017-06-11 12:24
Maybe it is because of ropsten

skaanbarry69
2017-06-11 12:26
has joined #hackathon

zaza1
2017-06-11 12:26
has joined #hackathon

rimtu
2017-06-11 12:27
has joined #hackathon

karalabe
2017-06-11 12:29
What happens with 3M ?

tylerdurden00
2017-06-11 12:29
has joined #hackathon

raccordo
2017-06-11 12:30
has joined #hackathon

isasftw
2017-06-11 12:30
Yeah, mine didn't work either with https

isasftw
2017-06-11 12:31
Github forces you to use it if you have http://username.github.io

jarradhope
2017-06-11 12:31
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

dmitry999
2017-06-11 12:31
has joined #hackathon

isasftw
2017-06-11 12:31
So i got one of those freenom domains for it, and it seems to work fine

joshieeee
2017-06-11 12:33
has joined #hackathon

spills82
2017-06-11 12:35
has joined #hackathon

zaza1
2017-06-11 12:35
Hi huys

zaza1
2017-06-11 12:35
Good to be here:slightly_smiling_face:

abec
2017-06-11 12:35
has joined #hackathon

adamdossa
2017-06-11 12:36
Just submitted my entry: https://github.com/status-im/hackathon/pull/182 Thanks to all of the status team for their help and advice over the last week, especially @roman! Good luck everyone :wink:

jarradhope
2017-06-11 12:36
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

fantomas
2017-06-11 12:37
has joined #hackathon

rideordie
2017-06-11 12:39
has joined #hackathon

zaza1
2017-06-11 12:39
When it will start to change eth to status token?

sghter
2017-06-11 12:40
@sghter has left the channel

disuye
2017-06-11 12:42
has joined #hackathon

yvesr22
2017-06-11 12:45
has joined #hackathon

momo
2017-06-11 12:45
has joined #hackathon

madwinky
2017-06-11 12:46
has joined #hackathon

volpik
2017-06-11 12:46
has joined #hackathon

doxotic
2017-06-11 12:46
has joined #hackathon

andrey
2017-06-11 12:47
@zaza1 better to ask in #status

sterlingbaxter
2017-06-11 12:51
has joined #hackathon

attikash
2017-06-11 12:52
has joined #hackathon

kayox
2017-06-11 12:53
has joined #hackathon

profchydon
2017-06-11 12:53
has joined #hackathon

jasoons
2017-06-11 12:53
Deploying to ropsten is a nightmare :see_no_evil: I will just record my demo video using testnet so long... I really hope it works on ropsten in the end...

yoshikazzz
2017-06-11 12:55
@jasoons I agree that? I wish truffle could migrate contracts to ropsten easily.

bobbyd
2017-06-11 12:55
has joined #hackathon

redbully
2017-06-11 12:55
has joined #hackathon

fabriziof
2017-06-11 12:56
has joined #hackathon

booze
2017-06-11 12:57
has joined #hackathon

paulie121
2017-06-11 12:58
has joined #hackathon

alifar
2017-06-11 12:59
has joined #hackathon

dmarwin
2017-06-11 13:02
has joined #hackathon

jamesja
2017-06-11 13:02
@jamesja has left the channel

bell1234
2017-06-11 13:03
has joined #hackathon

cryptoad
2017-06-11 13:05
has joined #hackathon

goldoryx
2017-06-11 13:06
has joined #hackathon

aramos
2017-06-11 13:07
has joined #hackathon

alon
2017-06-11 13:08
Also agree

newtonsfigs
2017-06-11 13:09
has joined #hackathon

alon
2017-06-11 13:09
Same as with 300000

alon
2017-06-11 13:10
When I changed to local test network it works

anamorpheus
2017-06-11 13:10
has joined #hackathon

xj6man
2017-06-11 13:12
has joined #hackathon

yoshikazzz
2017-06-11 13:13
@jasoons I think I succeeded to deploy my contracts to Ropsten, using truffle :slightly_smiling_face:

drizzleturtle
2017-06-11 13:15
last minute crazyness!!!!!! looking for a lost bug?????

jshy3
2017-06-11 13:17
yeah, i wasn't able to deploy Ropsten from truffle at all

steve_
2017-06-11 13:18
has joined #hackathon

jshy3
2017-06-11 13:18
@yoshikazzz glad you got it working

delsol
2017-06-11 13:19
has joined #hackathon

freek
2017-06-11 13:22
Are there any examples of how to show an image to the user in responds to a message? As in how to use status.component.image?

freek
2017-06-11 13:22
Not sure how to specify the image url/source

alan195
2017-06-11 13:22
has joined #hackathon

dasraw
2017-06-11 13:24
has joined #hackathon

haemdoc
2017-06-11 13:26
has joined #hackathon

marrow
2017-06-11 13:26
has joined #hackathon

jbreckley
2017-06-11 13:27
has joined #hackathon

freek
2017-06-11 13:29
```return { markup: status.components.image( { source: require('./speed.png') }, ) };``` Something along these lines I think but the exact syntax?

koliso
2017-06-11 13:31
has joined #hackathon

ihuashao
2017-06-11 13:32
has joined #hackathon

chuzzy
2017-06-11 13:33
has joined #hackathon

dariya
2017-06-11 13:33
has joined #hackathon

nitin.potdar
2017-06-11 13:35
has joined #hackathon

sunkacik
2017-06-11 13:36
has joined #hackathon

frdmn
2017-06-11 13:36
has joined #hackathon

bongoz88
2017-06-11 13:43
has joined #hackathon

jan-mark
2017-06-11 13:46
has joined #hackathon

hkr
2017-06-11 13:47
has joined #hackathon

porl
2017-06-11 13:47
has joined #hackathon

beartt09
2017-06-11 13:48
has joined #hackathon

nostatusquo
2017-06-11 13:50
has joined #hackathon

solove
2017-06-11 13:50
has joined #hackathon

hoingo
2017-06-11 13:51
has joined #hackathon

sikes
2017-06-11 13:51
has joined #hackathon

anhdung
2017-06-11 13:52
has joined #hackathon

the_1
2017-06-11 13:53
Thanks

apprentice84
2017-06-11 13:53
has joined #hackathon

miou
2017-06-11 13:53
has joined #hackathon

manoj
2017-06-11 13:55
has joined #hackathon

pbruennet
2017-06-11 13:55
has joined #hackathon

lilylily
2017-06-11 13:56
has joined #hackathon

pp
2017-06-11 13:58
has joined #hackathon

the_1
2017-06-11 14:01
@the_1 pinned a message to this channel.

daniteo
2017-06-11 14:01
has joined #hackathon

hedivisuals
2017-06-11 14:03
has joined #hackathon

rota9torres
2017-06-11 14:06
has joined #hackathon

kulu2
2017-06-11 14:07
has joined #hackathon

bear
2017-06-11 14:08
has joined #hackathon

kakoloukia
2017-06-11 14:10
has joined #hackathon

sanderb
2017-06-11 14:10
has joined #hackathon

marekodpieczarek
2017-06-11 14:11
has joined #hackathon

thewholock11
2017-06-11 14:14
has joined #hackathon

2-_evolex_-2
2017-06-11 14:14
has joined #hackathon

eztrader
2017-06-11 14:15
has joined #hackathon

legogris
2017-06-11 14:15
We just submitted. After this week I have to say I am duly impressed by anyone who has an actual working prototype of anything now :wink: It's been a fun week \o/ Looking forward to see what all of you others have come up with.

kc15
2017-06-11 14:16
has joined #hackathon

kkoh
2017-06-11 14:19
has joined #hackathon

halfkiwi
2017-06-11 14:20
has joined #hackathon

alexploy
2017-06-11 14:21
has joined #hackathon

thewholock11
2017-06-11 14:21
hi what about that new coin?

thewholock11
2017-06-11 14:22
woops wrong slack sorry

pk-nutz
2017-06-11 14:23
has joined #hackathon

mlcwong
2017-06-11 14:23
has joined #hackathon

boite_nico
2017-06-11 14:24
has joined #hackathon

peternijmegen1997
2017-06-11 14:25
has joined #hackathon

zhaolu
2017-06-11 14:26
has joined #hackathon

josephp
2017-06-11 14:28
:champagne:

gevlichwork
2017-06-11 14:29
has joined #hackathon

ginsu
2017-06-11 14:29
has joined #hackathon

cryptocrocky
2017-06-11 14:30
has joined #hackathon

savagedragon
2017-06-11 14:31
has joined #hackathon

rnmt3948
2017-06-11 14:32
I am new here hoe I can i buy coin?

drizzleturtle
2017-06-11 14:32
you want testnet ether?

rnmt3948
2017-06-11 14:32
Yes

rynecheow
2017-06-11 14:33
has joined #hackathon

mrpk
2017-06-11 14:33
has joined #hackathon

unruffledst
2017-06-11 14:34
has joined #hackathon

thinkpad
2017-06-11 14:35
has joined #hackathon

yoshikazzz
2017-06-11 14:37
#141 submitted? :sleeping:

umi
2017-06-11 14:38
has joined #hackathon

benmorrow
2017-06-11 14:42
3 minutes remaining. Finish strong! :muscle: I've prepared a video tutorial that shows step-by-step how to submit your project: https://youtu.be/FIywCowsGpg?*Note:* 1. If you have a smart contract, you need to deploy it to Ropsten 2. Make your DApps and chatbots accessible on the internet with URLs 3. Add the `contact.json` and `README` files to your project, like this: https://github.com/flexsurfer/status 4. Don't forget to update your GitHub Issue RSVP description (include any challenges you faced) and team members 5. Optionally, record a max 5-minute demo video and include the URL in your GitHub Issue (NOT pull request) All this will help the judges be able to try out your project easily. When you've done all that, submit your pull request feel the sweet satisfaction of success :rocket:

andrey
2017-06-11 14:43
2

weijizg
2017-06-11 14:44
has joined #hackathon

yada
2017-06-11 14:45
has joined #hackathon

andrey
2017-06-11 14:45
1

andrey
2017-06-11 14:46
:tada::raised_hands::skin-tone-3::rocket:

brsvch
2017-06-11 14:47
has joined #hackathon

benmorrow
2017-06-11 14:47
Thanks all! *Pencils Down.* We'll get the projects to the judges now. See you on Tuesday for the Winners Announcement: https://www.youtube.com/watch?v=ZgyfLjXTHdo

alobrown1
2017-06-11 14:47
has joined #hackathon

alon
2017-06-11 14:48
Hackathon is over!

drizzleturtle
2017-06-11 14:48
@rnmt3948 @browse https://faucet.metamask.io/ for all your need in testnet :slightly_smiling_face:

jarradhope
2017-06-11 14:48
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

a.b.
2017-06-11 14:48
has joined #hackathon

the_1
2017-06-11 14:49
I just submitted

drizzleturtle
2017-06-11 14:49
Congratulations all and thanks a lot Status Team ! I am going to bed now!

the_1
2017-06-11 14:50
All I need now is to deploy on ropsten lol

mcerdogan
2017-06-11 14:50
has joined #hackathon

sitecamel
2017-06-11 14:51
has joined #hackathon

j.park
2017-06-11 14:51
has joined #hackathon

alekap
2017-06-11 14:51
has joined #hackathon

borut_k79
2017-06-11 14:53
has joined #hackathon

dunkan
2017-06-11 14:53
has joined #hackathon

benmorrow
2017-06-11 14:53
@benmorrow pinned a message to this channel.

philljohnz
2017-06-11 14:54
has joined #hackathon

ssh_soldier
2017-06-11 14:55
has joined #hackathon

jasoons
2017-06-11 14:58
Thanks all on the status team. I really want to polish off my dapp now, I'm inspired :slightly_smiling_face:

kivokev
2017-06-11 14:58
Well that sucked for me ...

denis89
2017-06-11 14:59
has joined #hackathon

kivokev
2017-06-11 14:59
Maybe it was my noobish-ness, but I couldn't get my deployed contract to work for the life of me

guoguo
2017-06-11 14:59
has joined #hackathon

kivokev
2017-06-11 14:59
Still fun though

kivokev
2017-06-11 14:59
:bananadance:

vasko
2017-06-11 15:01
has joined #hackathon

cryptowanderer
2017-06-11 15:01
@kivokev sorry man! It can be tough, especially on ropsten. However, we're hoping people will be inspired enough (like my man @jasoons) to stick around and keep learning and helping the community out :wink: This is really just the beginning!

kivokev
2017-06-11 15:01
I definitely am. I'm doing a community project and I'm thinking doing it with status would be great

kivokev
2017-06-11 15:02
Would it be too late to make a video?

deji
2017-06-11 15:04
has joined #hackathon

jasoons
2017-06-11 15:04
@kivokev my ending to this hackathon was pretty terrible too... :expressionless: I'm curios about your community project though

tomnguyen
2017-06-11 15:04
Be great to get comments on our submission. https://github.com/status-im/hackathon/issues/40

jarradhope
2017-06-11 15:04
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

tomnguyen
2017-06-11 15:05
Be cool if we all go in on the Powerball right now!

cryptowanderer
2017-06-11 15:06
"WeLottify wants to shake the world with the first-ever Powerball jackpot won using blockchain." :mindblown:

techsr06
2017-06-11 15:07
has joined #hackathon

ankharvel
2017-06-11 15:09
has joined #hackathon

ssh_soldier
2017-06-11 15:10
how i can get snt`s?

jelle
2017-06-11 15:12
has joined #hackathon

cryptowanderer
2017-06-11 15:13
@tomnguyen is that contract of yours deployed on ropsten? And, if you are having issues with a remote server rather than localhost, could you point us to where your code is so we can try and get it running locally? Also, were you able to make a video to go along with your submission?

shakaiman
2017-06-11 15:14
has joined #hackathon

tomnguyen
2017-06-11 15:14
It's on ropsten. No video as Status doesn't work. It also needs more work so I'm hesitant open it up. You can check the sol contract link there though.

maoakes2000
2017-06-11 15:15
has joined #hackathon

makoto
2017-06-11 15:17
tomnguyen: can you not make video using Metamask? I think people are interested in how UX works

benmorrow
2017-06-11 15:17
tomnguyen: Yep! The judges' comments will be posted on your project. But it would also be cool for everyone to check out the projects now

ragbiz19
2017-06-11 15:18
has joined #hackathon

tomnguyen
2017-06-11 15:18
Yea didn't have time. But will work on it more. I truly believe it's what blockchain need more of!

aliasvicturus
2017-06-11 15:19
has joined #hackathon

tfff
2017-06-11 15:19
has joined #hackathon

knarfytrebil
2017-06-11 15:22
has joined #hackathon

jlmartin211
2017-06-11 15:23
has joined #hackathon

klaici
2017-06-11 15:24
has joined #hackathon

jack1
2017-06-11 15:24
@jack1 has left the channel

mpkb1234
2017-06-11 15:25
has joined #hackathon

benmorrow
2017-06-11 15:26
Your team will receive feedback from the judges on your project. We?re interested to know how you feel about how the hackathon went. Send us your feedback here: https://goo.gl/forms/64fAa4LJwP60DTwN2 You can fill one out now and then one again after the Winners Announcement if you think of any more things you want to share with us. Your feedback will help us make the API and the community better :slightly_smiling_face:

benmorrow
2017-06-11 15:27
@benmorrow pinned a message to this channel.

kadam
2017-06-11 15:29
has joined #hackathon

emendelow
2017-06-11 15:30
has joined #hackathon

mus4509
2017-06-11 15:31
has joined #hackathon

yoshikazzz
2017-06-11 15:31
The survey submitted :+1:

andrey
2017-06-11 15:32
@karalabe @adamdossa @pixel @isasftw @tomnash @makoto ^

aevan
2017-06-11 15:32
has joined #hackathon

jefflau
2017-06-11 15:33
@cryptowanderer our submission with @legogris, we couldn't get the remote version working. Could we add instructions post-hackathon to get it working locally?

cyrildcosta
2017-06-11 15:35
has joined #hackathon

snaldd
2017-06-11 15:35
has joined #hackathon

thedude182
2017-06-11 15:35
has joined #hackathon

kierkelsd
2017-06-11 15:36
has joined #hackathon

maciejkowalski
2017-06-11 15:37
has joined #hackathon

fcg
2017-06-11 15:37
has joined #hackathon

tom_ainscough
2017-06-11 15:39
has joined #hackathon

anonimobill
2017-06-11 15:41
has joined #hackathon

johntkemp
2017-06-11 15:42
has joined #hackathon

leeroyjenkins
2017-06-11 15:43
has joined #hackathon

the_1
2017-06-11 15:46
@kivo360 ropsten is pretty bad

victoratila
2017-06-11 15:47
has joined #hackathon

copper55
2017-06-11 15:48
has joined #hackathon

scorlt
2017-06-11 15:48
has joined #hackathon

the_1
2017-06-11 15:49
Still trying to deploy a contract

josephp
2017-06-11 15:49
:champagne: :beer: :beers: :bananadance:

joaquin
2017-06-11 15:51
Ok

dadahack
2017-06-11 15:52
has joined #hackathon

chrisbrownin
2017-06-11 15:53
has joined #hackathon

rcheng
2017-06-11 15:55
has joined #hackathon

jasoons
2017-06-11 15:56
Was this a hackathon submission?

tomnguyen
2017-06-11 15:57
The Dapp URL is in the submission. Prob won't be able to run Local because of all the CSS and js for UI. But we were able to confirm it works on localhost. Guess pls use metamask for testing.


tomnguyen
2017-06-11 15:58
Thanks. That's it.

jstuart
2017-06-11 16:01
has joined #hackathon

jachenbf
2017-06-11 16:03
has joined #hackathon

benmorrow
2017-06-11 16:03
Ha, hope you saw, I did mention you!

afonte15
2017-06-11 16:04
has joined #hackathon

jasoons
2017-06-11 16:05
Dope! :slightly_smiling_face: So this is your Dapp? http://welottify.com

jarradhope
2017-06-11 16:05
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

qwan
2017-06-11 16:05
has joined #hackathon

jasoons
2017-06-11 16:06
Nevermind, I actually read your repo now :wink:

dgram
2017-06-11 16:06
has joined #hackathon

tomnguyen
2017-06-11 16:08
Yea you can try on metamask. Not all is working but main idea is there.

sherp
2017-06-11 16:09
has joined #hackathon

lobin888
2017-06-11 16:11
has joined #hackathon

supercrypto
2017-06-11 16:12
has joined #hackathon

whitecalla
2017-06-11 16:13
has joined #hackathon

xay
2017-06-11 16:13
has joined #hackathon

bgilzby
2017-06-11 16:13
has joined #hackathon

tomahawk
2017-06-11 16:16
has joined #hackathon

steevo
2017-06-11 16:16
has joined #hackathon

eminic
2017-06-11 16:17
has joined #hackathon

rangel
2017-06-11 16:17
has joined #hackathon

krayzinn
2017-06-11 16:18
has joined #hackathon

azhomestead
2017-06-11 16:18
has joined #hackathon

menaced
2017-06-11 16:18
has joined #hackathon

alexandros
2017-06-11 16:19
has joined #hackathon

kennedynt
2017-06-11 16:21
has joined #hackathon

tokenizer
2017-06-11 16:23
has joined #hackathon

laker5
2017-06-11 16:23
has joined #hackathon

alnaimi
2017-06-11 16:26
has joined #hackathon

robbys
2017-06-11 16:26
has joined #hackathon

shrevident88
2017-06-11 16:31
has joined #hackathon

mp
2017-06-11 16:31
has joined #hackathon

hhokutomusou
2017-06-11 16:33
has joined #hackathon

jesmith
2017-06-11 16:33
has joined #hackathon

xaelit
2017-06-11 16:35
has joined #hackathon

pim
2017-06-11 16:36
has joined #hackathon

gp1138832
2017-06-11 16:37
has joined #hackathon

liteminer0
2017-06-11 16:40
has joined #hackathon

agent
2017-06-11 16:41
has joined #hackathon

blocksun
2017-06-11 16:43
has joined #hackathon

fact
2017-06-11 16:43
has joined #hackathon

cheesebanana
2017-06-11 16:46
has joined #hackathon

njoshi88
2017-06-11 16:48
has joined #hackathon

daveinparis
2017-06-11 16:50
has joined #hackathon

ethaddict69
2017-06-11 16:50
has joined #hackathon

forever.nocturnal
2017-06-11 16:52
has joined #hackathon

linas
2017-06-11 16:53
has joined #hackathon

martin
2017-06-11 16:53
has joined #hackathon

chanrou
2017-06-11 16:55
has joined #hackathon

milancoin
2017-06-11 16:56
has joined #hackathon

leestatus
2017-06-11 16:56
has joined #hackathon

wolf
2017-06-11 16:59
has joined #hackathon

raj.assam
2017-06-11 16:59
has joined #hackathon

jv415
2017-06-11 17:01
has joined #hackathon

arash91
2017-06-11 17:01
has joined #hackathon

jegz
2017-06-11 17:01
has joined #hackathon

dealerjohn
2017-06-11 17:02
has joined #hackathon

lont30
2017-06-11 17:05
has joined #hackathon

bugger
2017-06-11 17:06
has joined #hackathon

stewec
2017-06-11 17:06
has joined #hackathon

craslovell
2017-06-11 17:07
has joined #hackathon

manojvarmap
2017-06-11 17:10
has joined #hackathon

nichorze
2017-06-11 17:11
has joined #hackathon

muscaw
2017-06-11 17:13
has joined #hackathon

tempalt
2017-06-11 17:13
has joined #hackathon

demetra
2017-06-11 17:16
has joined #hackathon

efj
2017-06-11 17:16
has joined #hackathon

bminrath
2017-06-11 17:17
has joined #hackathon

petrovi5
2017-06-11 17:17
has joined #hackathon

christofon
2017-06-11 17:17
has joined #hackathon

coasterdigi
2017-06-11 17:19
has joined #hackathon

morgan
2017-06-11 17:20
has joined #hackathon

greys
2017-06-11 17:23
has joined #hackathon

lucky80
2017-06-11 17:23
has joined #hackathon

wabba
2017-06-11 17:26
has joined #hackathon

camskid
2017-06-11 17:26
has joined #hackathon

joshnc189
2017-06-11 17:27
has joined #hackathon

noodlesmcintosh
2017-06-11 17:27
has joined #hackathon

statuspro
2017-06-11 17:35
has joined #hackathon

iwa-o
2017-06-11 17:37
has joined #hackathon

clickvivek
2017-06-11 17:40
has joined #hackathon

riley99
2017-06-11 17:42
has joined #hackathon

cw741
2017-06-11 17:45
has joined #hackathon

bmmmmmm
2017-06-11 17:45
has joined #hackathon

blobse
2017-06-11 17:46
has joined #hackathon

erich
2017-06-11 17:49
has joined #hackathon

game1
2017-06-11 17:52
has joined #hackathon

toko926
2017-06-11 17:52
has joined #hackathon

foyn
2017-06-11 17:53
has joined #hackathon

cmt_crypto23
2017-06-11 17:54
has joined #hackathon

allyn
2017-06-11 17:59
has joined #hackathon

kacper.wrona
2017-06-11 18:07
has joined #hackathon

chidostar
2017-06-11 18:09
has joined #hackathon

roy
2017-06-11 18:09
has joined #hackathon

er
2017-06-11 18:11
has joined #hackathon

adamdossa
2017-06-11 18:13
@andrey done.

population96
2017-06-11 18:13
has joined #hackathon

charliem
2017-06-11 18:15
has joined #hackathon

firifiri
2017-06-11 18:25
has joined #hackathon

oregongreen
2017-06-11 18:27
has joined #hackathon

zhekamps2
2017-06-11 18:28
has joined #hackathon

firifiri
2017-06-11 18:31
@firifiri has left the channel

k0ch
2017-06-11 18:32
has joined #hackathon

kennzonki
2017-06-11 18:35
has joined #hackathon

cryptocologist
2017-06-11 18:36
has joined #hackathon

alon
2017-06-11 18:37
I have to say thanks to all of the amazing people here that I have met and especially the Status team! Thanks @cryptowanderer, @andrey, @benmorrow, @carl, @jarradhope, and @jeluard. While we were working hard on our submissions, these guys were working hard on Status itself while also keeping up with the huge influx of users and hackathon participants. Answering questions and being helpful always! I am certain Status will succeed not just because the tech and idea is strong. But also because the people building it are awesome. Keep up the great work and thanks for an amazing, challenging and fun week. :beers:

dens
2017-06-11 18:39
has joined #hackathon

mavermc
2017-06-11 18:41
has joined #hackathon

mysandiegocourier
2017-06-11 18:43
has joined #hackathon

kiza
2017-06-11 18:44
has joined #hackathon

except
2017-06-11 18:46
has joined #hackathon

a.isakhanov
2017-06-11 18:48
has joined #hackathon

took3n
2017-06-11 18:49
has joined #hackathon

kostigun
2017-06-11 18:54
has joined #hackathon

cyanez
2017-06-11 18:55
has joined #hackathon

taowenxi
2017-06-11 18:56
has joined #hackathon

marcost
2017-06-11 18:57
has joined #hackathon

titan
2017-06-11 18:57
@titan has left the channel

gopnik
2017-06-11 19:00
has joined #hackathon

claudioenne
2017-06-11 19:01
has joined #hackathon

seb
2017-06-11 19:01
has joined #hackathon

chndler
2017-06-11 19:03
has joined #hackathon

cb_cv
2017-06-11 19:05
has joined #hackathon

addisco
2017-06-11 19:12
has joined #hackathon

justjohn
2017-06-11 19:13
has joined #hackathon

halite
2017-06-11 19:14
has joined #hackathon

nanya0826
2017-06-11 19:14
has joined #hackathon

tomnguyen
2017-06-11 19:14
"Experts estimate that roughly 50% to 60% of all blockchain transactions are gambling related." "Blockchain gambling is predominantly for desktop platforms. There isn't a single gambling related app that is available for mobile devices so far." WeLottify on Status is about to change that! http://bitcoinist.com/idice-worlds-first-mobile-ethereum-blockchain-powered-gambling-app-launches-ico/

jarradhope
2017-06-11 19:14
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

tothus
2017-06-11 19:16
has joined #hackathon

palijam
2017-06-11 19:16
has joined #hackathon

jleeboy
2017-06-11 19:17
has joined #hackathon

gestapo
2017-06-11 19:18
has joined #hackathon

freemywilly
2017-06-11 19:19
has joined #hackathon

horendok
2017-06-11 19:20
has joined #hackathon

nkeller
2017-06-11 19:20
has joined #hackathon

inxs
2017-06-11 19:23
has joined #hackathon

vorny82
2017-06-11 19:23
has joined #hackathon

ellydepelly
2017-06-11 19:25
has joined #hackathon

thecryptodor
2017-06-11 19:28
has joined #hackathon

kingcoin
2017-06-11 19:29
has joined #hackathon

lqn1988
2017-06-11 19:31
has joined #hackathon

ninja2017
2017-06-11 19:35
has joined #hackathon

edgahan
2017-06-11 19:36
has joined #hackathon

squivo
2017-06-11 19:37
has joined #hackathon

heellxz
2017-06-11 19:40
has joined #hackathon

runa777
2017-06-11 19:41
has joined #hackathon

newtonbomb
2017-06-11 19:43
has joined #hackathon

rum
2017-06-11 19:47
has joined #hackathon

acho_91
2017-06-11 19:48
has joined #hackathon

vandevoordep
2017-06-11 19:50
has joined #hackathon

berry
2017-06-11 19:51
has joined #hackathon

edu808
2017-06-11 19:53
has joined #hackathon

nervozaur
2017-06-11 19:55
has joined #hackathon

mobeust
2017-06-11 19:55
has joined #hackathon

htdehaan
2017-06-11 19:55
has joined #hackathon

faisalf
2017-06-11 19:56
has joined #hackathon

wouter
2017-06-11 19:56
has joined #hackathon

faisalf
2017-06-11 19:58
Hello where can I find more information about status

twitter
2017-06-11 20:00
has joined #hackathon

benmorrow
2017-06-11 20:01
faisalf: Hi, this is the developer channel. You can ask more general questions in #status. The best place to find out more about Status, is our website: http://status.im. Is there something in particular that you were curious about?

srirambhargavk
2017-06-11 20:02
has joined #hackathon

padrino
2017-06-11 20:06
has joined #hackathon

bcooper
2017-06-11 20:07
has joined #hackathon

alf1ner
2017-06-11 20:07
has joined #hackathon

macenr1
2017-06-11 20:08
has joined #hackathon

stego28
2017-06-11 20:10
has joined #hackathon

thomasrlindsey
2017-06-11 20:15
has joined #hackathon

chrispp10
2017-06-11 20:16
has joined #hackathon

mizzery85
2017-06-11 20:18
has joined #hackathon

deodatus
2017-06-11 20:18
SwordShield looks fun!

domfer
2017-06-11 20:18
has joined #hackathon

dfdfdf
2017-06-11 20:19
has joined #hackathon

boska
2017-06-11 20:19
has joined #hackathon

teng976
2017-06-11 20:21
has joined #hackathon

norbert_fungus
2017-06-11 20:21
has joined #hackathon

khalilflores
2017-06-11 20:22
has joined #hackathon

jvthagr8
2017-06-11 20:23
has joined #hackathon

crowl
2017-06-11 20:25
has joined #hackathon

jznsx
2017-06-11 20:25
has joined #hackathon

masiah
2017-06-11 20:29
has joined #hackathon

chromuhkey
2017-06-11 20:29
has joined #hackathon

petermd59
2017-06-11 20:30
has joined #hackathon

vanyusha
2017-06-11 20:30
has joined #hackathon

faisal244
2017-06-11 20:31
has joined #hackathon

typical.me
2017-06-11 20:35
has joined #hackathon

parapa28
2017-06-11 20:36
has joined #hackathon

manolo1501
2017-06-11 20:43
has joined #hackathon

type59
2017-06-11 20:43
has joined #hackathon

iampuma
2017-06-11 20:43
has joined #hackathon

bdf
2017-06-11 20:43
has joined #hackathon

silverpoint
2017-06-11 20:49
has joined #hackathon

bunkerhost
2017-06-11 20:50
has joined #hackathon

tora
2017-06-11 20:54
has joined #hackathon

dima
2017-06-11 20:56
has joined #hackathon

infamz
2017-06-11 20:57
has joined #hackathon

theden1974
2017-06-11 21:02
has joined #hackathon

mjackey
2017-06-11 21:03
has joined #hackathon

legomannen
2017-06-11 21:03
has joined #hackathon

makecash
2017-06-11 21:06
has joined #hackathon

btlmb
2017-06-11 21:07
has joined #hackathon

ducketh
2017-06-11 21:10
has joined #hackathon

eddiecuz
2017-06-11 21:10
has joined #hackathon

aa1983
2017-06-11 21:11
has joined #hackathon

utluna
2017-06-11 21:12
has joined #hackathon

basti
2017-06-11 21:14
has joined #hackathon

lrnsvnbrs
2017-06-11 21:17
has joined #hackathon

jackie
2017-06-11 21:19
has joined #hackathon

nathan
2017-06-11 21:19
has joined #hackathon

brahmabull316
2017-06-11 21:20
has joined #hackathon

metros
2017-06-11 21:23
has joined #hackathon

kaushan
2017-06-11 21:23
has joined #hackathon

patreefer
2017-06-11 21:25
has joined #hackathon

bestgamerperiod
2017-06-11 21:25
has joined #hackathon

hermes
2017-06-11 21:26
has joined #hackathon

dangalangdingo
2017-06-11 21:27
has joined #hackathon

arii
2017-06-11 21:27
has joined #hackathon

navdeeptupe
2017-06-11 21:27
has joined #hackathon

monkeyd.
2017-06-11 21:28
has joined #hackathon

mittortz
2017-06-11 21:28
has joined #hackathon

anilgandham
2017-06-11 21:28
has joined #hackathon

orsobianco
2017-06-11 21:29
has joined #hackathon

faisalf
2017-06-11 21:29
Thanks!!!!

faisalf
2017-06-11 21:30
I would like to invest but didn't understand what is status if it is litecoin or what?

purplepen
2017-06-11 21:31
has joined #hackathon

johnny67
2017-06-11 21:32
has joined #hackathon

z
2017-06-11 21:35
has joined #hackathon

djed.95
2017-06-11 21:38
has joined #hackathon

benmorrow
2017-06-11 21:41
You could try our intro video: https://youtu.be/Je7yErjEVt4 Status is a mobile browser for Ethereum (wallet, DApps, messages) that runs on iOS and Android phones.

mickeynadwell
2017-06-11 21:41
has joined #hackathon

inkbent
2017-06-11 21:42
has joined #hackathon

wesley
2017-06-11 21:43
has joined #hackathon

brett_colbert
2017-06-11 21:45
has joined #hackathon

faisalf
2017-06-11 21:47
Thanks

fbiagent
2017-06-11 21:48
has joined #hackathon

vadikcoma
2017-06-11 21:48
has joined #hackathon

ummjackson
2017-06-11 21:51
has joined #hackathon

akshay1dhingra
2017-06-11 21:51
has joined #hackathon

kane
2017-06-11 21:55
has joined #hackathon

maxcolbert
2017-06-11 21:56
has joined #hackathon

monkeyman
2017-06-11 21:58
has joined #hackathon

docchuck818
2017-06-11 21:59
has joined #hackathon

davedance
2017-06-11 22:02
has joined #hackathon

joep
2017-06-11 22:04
has joined #hackathon

hatori
2017-06-11 22:05
has joined #hackathon

nickb
2017-06-11 22:05
has joined #hackathon

gurid
2017-06-11 22:09
has joined #hackathon

emanueleo
2017-06-11 22:18
has joined #hackathon

psyiontis
2017-06-11 22:18
has joined #hackathon

anerod
2017-06-11 22:25
has joined #hackathon

nickh36
2017-06-11 22:27
has joined #hackathon

stoneht122
2017-06-11 22:29
has joined #hackathon

darkchrono
2017-06-11 22:33
has joined #hackathon

potato
2017-06-11 22:33
has joined #hackathon

bitcryptic-gw
2017-06-11 22:38
has joined #hackathon

darvids
2017-06-11 22:40
has joined #hackathon

rogue0000
2017-06-11 22:48
has joined #hackathon

slowgraffitii
2017-06-11 22:49
has joined #hackathon

cristhianpinedo30
2017-06-11 22:54
has joined #hackathon

praxis
2017-06-11 22:55
has joined #hackathon

rufuspig
2017-06-11 22:57
has joined #hackathon

russell
2017-06-11 22:58
has joined #hackathon

dcj0618
2017-06-11 23:00
has joined #hackathon

bensworth
2017-06-11 23:01
has joined #hackathon

isasftw
2017-06-11 23:05
I see nearly all of the pulls are now merged :slightly_smiling_face: @benmorrow

nm
2017-06-11 23:06
has joined #hackathon

benmorrow
2017-06-11 23:12
Getting closer! :slightly_smiling_face:

purebear
2017-06-11 23:12
has joined #hackathon

noman
2017-06-11 23:12
Hey guys can I work in my project on my own GitHub now that I've submitted? I wanna keep working on it but don't want it to interfere with the judging

benmorrow
2017-06-11 23:13
Yes, you can!

guvenulu
2017-06-11 23:13
has joined #hackathon

noman
2017-06-11 23:13
Ok cool. I figured you'd use the pull requested one

benmorrow
2017-06-11 23:13
Wait... maybe not since we might need the hosted URLs

noman
2017-06-11 23:14
Oh true

skywalker440rt
2017-06-11 23:14
has joined #hackathon

benmorrow
2017-06-11 23:14
If you can make a copy and replace it later, that'd probably be best

noman
2017-06-11 23:14
Ok I'll work on a different branch and deploy elsewhere

benmorrow
2017-06-11 23:14
:slightly_smiling_face:

univrs3000
2017-06-11 23:18
has joined #hackathon

shoop
2017-06-11 23:18
has joined #hackathon

jf-21
2017-06-11 23:23
has joined #hackathon

rogerluo
2017-06-11 23:23
has joined #hackathon

hexanite
2017-06-11 23:25
has joined #hackathon

creeping_eruption
2017-06-11 23:28
has joined #hackathon

manelisss
2017-06-11 23:30
has joined #hackathon

tapbitcoin
2017-06-11 23:31
has joined #hackathon

freek
2017-06-11 23:32
Merging is to keep track on which projects have been reviewed already?

anthony
2017-06-11 23:33
has joined #hackathon

tapbitcoin
2017-06-11 23:35
Is the hacktown still running?

canghai
2017-06-11 23:35
has joined #hackathon

philiplee
2017-06-11 23:36
has joined #hackathon

benmorrow
2017-06-11 23:36
@freek We're making a build of the app with all the projects pre-installed

freek
2017-06-11 23:37
ah cool, isn't that a lot of work with possible apps not working etc?

frex
2017-06-11 23:37
has joined #hackathon

benmorrow
2017-06-11 23:37
Yes, and it is just one way we're reviewing them

freek
2017-06-11 23:39
Wow, you guys really put in a lot of effort for the hackathon. Must have been a busy week

benmorrow
2017-06-11 23:39
tapbitcoin: The projects are being judged, but our community has just gotten started :slightly_smiling_face:

benmorrow
2017-06-11 23:40
For sure! :sweat_smile:

freek
2017-06-11 23:43
Thanks for the effort, was fun particpating in the hackathon. :slightly_smiling_face: Need to learn React Native so I don't break more laptops developing dapps

samz
2017-06-11 23:44
has joined #hackathon

jeffs
2017-06-11 23:46
has joined #hackathon

vjnrv
2017-06-11 23:46
has joined #hackathon

coco
2017-06-11 23:46
has joined #hackathon

benmorrow
2017-06-11 23:50
Code in javascript so that you can't read the wrong memory address :laughing:

freek
2017-06-11 23:55
Haha I think it's healthier to find a different profession, both mentally and for the walls (I don't know why there's a hole in the wall darling and i also don't know why the cat has a headache)

sahra
2017-06-11 23:56
has joined #hackathon

drewr
2017-06-11 23:56
has joined #hackathon

freeworld
2017-06-11 23:56
has joined #hackathon

aevan
2017-06-11 23:58
Debug server has been launched! You can now execute *status-dev-cli scan* to find the server from your computer on the same network.

aevan
2017-06-11 23:58
*status-dev-cli scan*

coco
2017-06-12 00:03
cool

rafabsf
2017-06-12 00:08
has joined #hackathon

andrewsang
2017-06-12 00:09
has joined #hackathon

mehere2484
2017-06-12 00:10
has joined #hackathon

koma
2017-06-12 00:13
has joined #hackathon

kook
2017-06-12 00:16
has joined #hackathon

narutobo
2017-06-12 00:16
has joined #hackathon

1god4all
2017-06-12 00:16
has joined #hackathon

darkstar218
2017-06-12 00:19
has joined #hackathon

kayakin3
2017-06-12 00:22
has joined #hackathon

aplbtc
2017-06-12 00:23
has joined #hackathon

rayteon
2017-06-12 00:30
has joined #hackathon

turanmete
2017-06-12 00:31
has joined #hackathon

katetang
2017-06-12 00:32
has joined #hackathon

jwh007
2017-06-12 00:32
has joined #hackathon

mike19851
2017-06-12 00:39
has joined #hackathon

perfectcircle
2017-06-12 00:39
has joined #hackathon

ryanhohoi
2017-06-12 00:40
has joined #hackathon

percy
2017-06-12 00:42
has joined #hackathon

byhands
2017-06-12 00:43
has joined #hackathon

hanmeimei616
2017-06-12 00:45
has joined #hackathon

mishu_bc
2017-06-12 00:50
has joined #hackathon

yellowonyellow
2017-06-12 00:50
has joined #hackathon

cailuqing112
2017-06-12 00:53
has joined #hackathon

dukakistejada
2017-06-12 00:54
has joined #hackathon

em1df
2017-06-12 00:54
has joined #hackathon

ylnetlife
2017-06-12 00:54
has joined #hackathon

hamza
2017-06-12 00:55
has joined #hackathon

yuya21
2017-06-12 00:55
has joined #hackathon

ducky
2017-06-12 00:57
has joined #hackathon

xuanyin03
2017-06-12 01:00
has joined #hackathon

adminfrank89
2017-06-12 01:02
has joined #hackathon

yoshikazzz
2017-06-12 01:03
@tomnguyen Hi, this is Yoshi #141. My hackathon theme is also lottery :stuck_out_tongue: (gambling, jackpot) Mine is far more simple for single Jackpot (disposable contract for 1 jackpot) Keep in touch, and would like to discuss. https://youtu.be/D_yPxYByC6E I used easy ?blockhash? based pseudo random number generation, but in the future we need Oraclize?s Random datasource, or other external authority for randomness :neutral_face:

jarradhope
2017-06-12 01:03
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

cameo
2017-06-12 01:03
has joined #hackathon

avenzzers
2017-06-12 01:03
has joined #hackathon

myview
2017-06-12 01:04
has joined #hackathon

benjbradshaw23
2017-06-12 01:05
has joined #hackathon

decensysd
2017-06-12 01:05
has joined #hackathon

tomnguyen
2017-06-12 01:05
@yoshikazzz there's a lot of algo based lottery Dapp. The nun gen is a problem. Jackpot size is small (iDice is using ICO to increase it). Also doesn't have mainstream appeal. I think Powerball based is much better to start. Then expand. Yea I'll keep you posted. Looking to launch it.

aardvark
2017-06-12 01:06
has joined #hackathon

simonfish
2017-06-12 01:06
has joined #hackathon

1170100078
2017-06-12 01:06
has joined #hackathon

suwan
2017-06-12 01:08
has joined #hackathon

yoshikazzz
2017-06-12 01:09

jarradhope
2017-06-12 01:09
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

jhxmed
2017-06-12 01:10
has joined #hackathon

tomnguyen
2017-06-12 01:12
Right. It's popular. There's bunch of them. How are you different? How big are the jackpots? Beat $375 mil+ ?

tomnguyen
2017-06-12 01:13
Regular users don't get it. But group lottery instantly understand it.

vostok
2017-06-12 01:14
has joined #hackathon

yoshikazzz
2017-06-12 01:18
My concept this time is time-based (or ?block time? based, more to say)

jlcool
2017-06-12 01:19
has joined #hackathon

bparker1000
2017-06-12 01:20
has joined #hackathon

noman
2017-06-12 01:22
i'm so bored already now that the hackathon is over

jiwi
2017-06-12 01:27
has joined #hackathon

tkkh225
2017-06-12 01:28
has joined #hackathon

the_1
2017-06-12 01:29
I submitted a hot mess

the_1
2017-06-12 01:29
but it was fun to work on

mutaz
2017-06-12 01:30
has joined #hackathon

foxtrot24
2017-06-12 01:31
has joined #hackathon

noman
2017-06-12 01:31
it's the first hackathon of many, i'm sure. all our next ones will be better :slightly_smiling_face:

rightedge
2017-06-12 01:32
has joined #hackathon

vostok
2017-06-12 01:33
Hello, tell me - is in the Application Status Eteraum. An innovator referral program?

jasonwoo
2017-06-12 01:33
has joined #hackathon

teatt
2017-06-12 01:33
has joined #hackathon

the_1
2017-06-12 01:34
Did anyone else run into the issue of your dapp not taking up the full height of the screen sometimes?

bojangles
2017-06-12 01:34
has joined #hackathon

the_1
2017-06-12 01:34
Is that a status bug?

sneakyfish5
2017-06-12 01:35
has joined #hackathon

jennysbit
2017-06-12 01:42
has joined #hackathon

lucnh165
2017-06-12 01:42
has joined #hackathon

yili
2017-06-12 01:44
has joined #hackathon

suarezale
2017-06-12 01:46
has joined #hackathon

pensfan71
2017-06-12 01:47
has joined #hackathon

kc.
2017-06-12 01:48
has joined #hackathon

bobjohn
2017-06-12 01:48
has joined #hackathon

donson9
2017-06-12 01:50
has joined #hackathon

cuongmy
2017-06-12 01:54
has joined #hackathon

essaybrah
2017-06-12 01:54
If you run into a bug report it through the app

the_1
2017-06-12 01:55
Okay

teznadzn
2017-06-12 01:56
has joined #hackathon

mifan
2017-06-12 01:57
has joined #hackathon

muse
2017-06-12 01:57
has joined #hackathon

along
2017-06-12 01:58
has joined #hackathon

davidraymondcross
2017-06-12 02:04
has joined #hackathon

patrick1994
2017-06-12 02:07
has joined #hackathon

toga
2017-06-12 02:12
has joined #hackathon

nguyenhoa14
2017-06-12 02:13
has joined #hackathon

mjspain
2017-06-12 02:18
has joined #hackathon

zyjt
2017-06-12 02:25
has joined #hackathon

supremealan
2017-06-12 02:25
has joined #hackathon

liujames
2017-06-12 02:26
has joined #hackathon

bigjoe
2017-06-12 02:28
has joined #hackathon

sethrollins
2017-06-12 02:31
has joined #hackathon

sswwhan
2017-06-12 02:31
has joined #hackathon

kaichen
2017-06-12 02:32
has joined #hackathon

mbt8822
2017-06-12 02:34
has joined #hackathon

elromhubbard
2017-06-12 02:37
has joined #hackathon

txleixiao
2017-06-12 02:38
has joined #hackathon

rider
2017-06-12 02:39
has joined #hackathon

wwang
2017-06-12 02:42
has joined #hackathon

kyleluo
2017-06-12 02:43
has joined #hackathon

cheeweon
2017-06-12 02:43
has joined #hackathon

tsrbtc
2017-06-12 02:45
has joined #hackathon

isma12
2017-06-12 02:48
has joined #hackathon

tmoe
2017-06-12 02:53
has joined #hackathon

chenyafei617
2017-06-12 02:53
has joined #hackathon

pigfeather
2017-06-12 02:53
has joined #hackathon

dust
2017-06-12 02:54
has joined #hackathon

cathy.lige
2017-06-12 02:56
has joined #hackathon

sparkles123
2017-06-12 02:57
has joined #hackathon

early90s
2017-06-12 03:00
has joined #hackathon

banned
2017-06-12 03:02
has joined #hackathon

longgencao
2017-06-12 03:03
has joined #hackathon

ayoub95128
2017-06-12 03:04
has joined #hackathon

brandon1228
2017-06-12 03:04
has joined #hackathon

noman
2017-06-12 03:04

jarradhope
2017-06-12 03:04
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-12 03:05
i've been wanting to make a Reddit Place-like thing on ethereum, so cool

nizar
2017-06-12 03:07
has joined #hackathon

dandver
2017-06-12 03:07
has joined #hackathon

biskup78
2017-06-12 03:09
has joined #hackathon

lucaswalker
2017-06-12 03:13
has joined #hackathon

xiangzhicheng
2017-06-12 03:16
has joined #hackathon

123456
2017-06-12 03:18
has joined #hackathon

harmlesslyfatal
2017-06-12 03:19
has joined #hackathon

ranguvar
2017-06-12 03:20
has joined #hackathon

kf19851
2017-06-12 03:29
has joined #hackathon

hitokai1989
2017-06-12 03:33
has joined #hackathon

cx
2017-06-12 03:35
has joined #hackathon

qq40019109
2017-06-12 03:36
has joined #hackathon

polys
2017-06-12 03:36
has joined #hackathon

viserny
2017-06-12 03:47
has joined #hackathon

dmoney87
2017-06-12 03:48
has joined #hackathon

themanolo1977
2017-06-12 03:49
has joined #hackathon

jackict
2017-06-12 03:58
has joined #hackathon

jan_detlefsen
2017-06-12 03:59
how to see a full list of all hackathon submissions?

calton
2017-06-12 04:02
has joined #hackathon

ryoya98
2017-06-12 04:03
has joined #hackathon

viniciusfbm
2017-06-12 04:04
has joined #hackathon

mrrim1510
2017-06-12 04:05
has joined #hackathon

cobblestone
2017-06-12 04:06
has joined #hackathon

amolpednekar
2017-06-12 04:06
Phew, what a week! :smile:

evan
2017-06-12 04:08
has joined #hackathon

yunshui
2017-06-12 04:08
has joined #hackathon

lca
2017-06-12 04:09
has joined #hackathon

berscm02
2017-06-12 04:10
has joined #hackathon

equiset
2017-06-12 04:10
has joined #hackathon

duyphuong
2017-06-12 04:12
has joined #hackathon

scozky
2017-06-12 04:12
has joined #hackathon

bithaze777
2017-06-12 04:13
has joined #hackathon

sergemoz
2017-06-12 04:13
has joined #hackathon

lqyvsni
2017-06-12 04:14
has joined #hackathon

archerlemur
2017-06-12 04:14
has joined #hackathon

levzhazeschi
2017-06-12 04:15
has joined #hackathon


jarradhope
2017-06-12 04:17
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

nst1311
2017-06-12 04:18
has joined #hackathon

hoseyjr
2017-06-12 04:22
has joined #hackathon

pikale
2017-06-12 04:22
has joined #hackathon

yayanartha
2017-06-12 04:26
has joined #hackathon

susugugu
2017-06-12 04:27
has joined #hackathon

johnny00
2017-06-12 04:27
has joined #hackathon

bigbang
2017-06-12 04:34
has joined #hackathon

hamidrn
2017-06-12 04:36
has joined #hackathon

yzy717
2017-06-12 04:38
has joined #hackathon

richy_rich74
2017-06-12 04:41
has joined #hackathon

ybian
2017-06-12 04:43
has joined #hackathon

kmroloff
2017-06-12 04:46
has joined #hackathon

kololo
2017-06-12 04:46
has joined #hackathon

gowland
2017-06-12 04:47
has joined #hackathon

kolyanf
2017-06-12 04:47
has joined #hackathon

hutch
2017-06-12 04:48
@noman that is really cool :)

noman
2017-06-12 04:49
yeah!

hutch
2017-06-12 04:49
./place ether style

xiaobaobei
2017-06-12 04:53
has joined #hackathon

s5712098
2017-06-12 04:55
has joined #hackathon

berotrsh
2017-06-12 04:56
has joined #hackathon

alphagares
2017-06-12 04:56
has joined #hackathon

evanram
2017-06-12 04:58
has joined #hackathon

tuan5689
2017-06-12 05:00
has joined #hackathon

koikoi
2017-06-12 05:01
has joined #hackathon

cty7055
2017-06-12 05:01
has joined #hackathon

jan_detlefsen
2017-06-12 05:06
amolpednekar: thank you, got to get a feel what direction Status is going to take.

sanshao
2017-06-12 05:07
has joined #hackathon

eth.ceo
2017-06-12 05:07
has joined #hackathon

nouvioner
2017-06-12 05:10
has joined #hackathon

royshen
2017-06-12 05:10
has joined #hackathon

invex
2017-06-12 05:11
has joined #hackathon

baobao2010
2017-06-12 05:13
has joined #hackathon

smithers73
2017-06-12 05:15
has joined #hackathon

nhantruong
2017-06-12 05:16
has joined #hackathon

biancj
2017-06-12 05:19
has joined #hackathon

sevenpounds
2017-06-12 05:19
has joined #hackathon

niejichuanisaboy
2017-06-12 05:20
has joined #hackathon

thomas-ledger
2017-06-12 05:20
has joined #hackathon

nimico
2017-06-12 05:24
has joined #hackathon

aetherson
2017-06-12 05:24
has joined #hackathon

liftedkilt
2017-06-12 05:26
has joined #hackathon

luit
2017-06-12 05:26
has joined #hackathon

tfm
2017-06-12 05:27
has joined #hackathon

sagan_on_roids
2017-06-12 05:34
has joined #hackathon

albert_bigal
2017-06-12 05:35
has joined #hackathon

ricoricardo2017
2017-06-12 05:36
has joined #hackathon

filonnet
2017-06-12 05:37
has joined #hackathon

rolfs
2017-06-12 05:38
has joined #hackathon

jeneman
2017-06-12 05:39
has joined #hackathon

saigyouji
2017-06-12 05:39
has joined #hackathon

saav91
2017-06-12 05:42
has joined #hackathon

nathandoctor
2017-06-12 05:42
has joined #hackathon

detilles
2017-06-12 05:46
has joined #hackathon

taubje
2017-06-12 05:53
has joined #hackathon

gustavo
2017-06-12 05:56
has joined #hackathon

vtbradle3
2017-06-12 05:57
has joined #hackathon

trackers
2017-06-12 05:57
has joined #hackathon

rahulm1990
2017-06-12 06:00
has joined #hackathon

jake223
2017-06-12 06:00
I'm a SGT holder, what's the benefit in the participation of ICO?

ethereumnick
2017-06-12 06:02
jake223: :nerd_face: It's worth remembering that Status is running a *Contribution period* rather than an ICO. :nerd_face:

tomurka
2017-06-12 06:03
has joined #hackathon

blueeyes
2017-06-12 06:03
has joined #hackathon

unstableurl
2017-06-12 06:04
has joined #hackathon

ethereumnick
2017-06-12 06:05
I suppose it depends a lot n how you want to participate into the future and how you think you will use your SNT in the future?

jake223
2017-06-12 06:07
@ethereumnick Thanks. Any advantage to participate in the SNT launch during contribution period as a SGT holder?

ethereumnick
2017-06-12 06:10
There are :slightly_smiling_face: *whispers* :slightly_smiling_face: that SGT holding accounts may get priority during the Contribution period but the precise mechanics are yet to be revealed.

seiheehan
2017-06-12 06:11
has joined #hackathon

vernomcrp
2017-06-12 06:17
has joined #hackathon

jelee
2017-06-12 06:18
has joined #hackathon

jake223
2017-06-12 06:20
@ethereumnick Thanks mate!

scepticaltesticle
2017-06-12 06:21
has joined #hackathon

munky
2017-06-12 06:22
has joined #hackathon

ymis1107
2017-06-12 06:26
has joined #hackathon

hungvu
2017-06-12 06:28
has joined #hackathon

super0o0bo
2017-06-12 06:28
has joined #hackathon

yalu
2017-06-12 06:29
actually this was revealed here few days ago https://github.com/status-im/status-network-token/pull/22/files it is quite in the open.

jarradhope
2017-06-12 06:29
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

dron_rulit
2017-06-12 06:29
has joined #hackathon

helmi
2017-06-12 06:30
has joined #hackathon

laurence_odeurs
2017-06-12 06:31
has joined #hackathon

ethereumnick
2017-06-12 06:33
yes and development & review are still under way too

yalu
2017-06-12 06:35
true :thumbsup: IIRC more will be revealed Wednesday.

tomala1991
2017-06-12 06:35
has joined #hackathon

spearhead
2017-06-12 06:35
has joined #hackathon

xiaoya
2017-06-12 06:36
has joined #hackathon

moche
2017-06-12 06:41
has joined #hackathon

tiger
2017-06-12 06:42
has joined #hackathon

bobokin
2017-06-12 06:42
has joined #hackathon

orhnaydin
2017-06-12 06:42
has joined #hackathon

tosha
2017-06-12 06:43
has joined #hackathon

dang
2017-06-12 06:44
has joined #hackathon

bethe1
2017-06-12 06:44
has joined #hackathon

ghostass
2017-06-12 06:48
has joined #hackathon

jerryran
2017-06-12 06:49
has joined #hackathon

kubilaysari
2017-06-12 06:51
has joined #hackathon

wylail126
2017-06-12 06:52
has joined #hackathon

maaxaam
2017-06-12 06:56
has joined #hackathon

manuel80
2017-06-12 06:57
has joined #hackathon

bparokkaran
2017-06-12 06:58
has joined #hackathon

ryan.scott
2017-06-12 06:59
has joined #hackathon

derhelle
2017-06-12 06:59
has joined #hackathon

bac621
2017-06-12 07:03
has joined #hackathon

jan_detlefsen
2017-06-12 07:03
I've seen 41% of SNT earmarked for contributions, does that mean there will be a mechanism in place to compensate contributors on an ongoing basis? Sorry if wrong channel but the main channel is just too busy to ask questions.

nidlong
2017-06-12 07:04
has joined #hackathon

gabrie
2017-06-12 07:05
has joined #hackathon

mat
2017-06-12 07:05
has joined #hackathon

sc
2017-06-12 07:06
has joined #hackathon

grom
2017-06-12 07:07
has joined #hackathon

thetarn
2017-06-12 07:07
has joined #hackathon

peeetrick
2017-06-12 07:07
has joined #hackathon

qiangwei
2017-06-12 07:09
has joined #hackathon

mawi
2017-06-12 07:09
has joined #hackathon

austinjancan
2017-06-12 07:10
has joined #hackathon

cielxbleu
2017-06-12 07:14
has joined #hackathon

charlesy
2017-06-12 07:16
has joined #hackathon

amos1983
2017-06-12 07:18
has joined #hackathon

benjaminhodgson
2017-06-12 07:19
has joined #hackathon

incogniito
2017-06-12 07:20
has joined #hackathon

zhihe
2017-06-12 07:20
has joined #hackathon

goodluckly
2017-06-12 07:21
has joined #hackathon

fatihguner
2017-06-12 07:21
has joined #hackathon

solaris
2017-06-12 07:24
has joined #hackathon

bhrigu1
2017-06-12 07:24
has joined #hackathon

yxoooo
2017-06-12 07:25
has joined #hackathon

kmabuchi1231
2017-06-12 07:26
has joined #hackathon

morphzan
2017-06-12 07:27
has joined #hackathon

bitcoin
2017-06-12 07:27
has joined #hackathon

jargo1993
2017-06-12 07:31
has joined #hackathon

sinanhus
2017-06-12 07:31
has joined #hackathon

nhienle
2017-06-12 07:34
has joined #hackathon

tiff.wang
2017-06-12 07:34
has joined #hackathon

michel79
2017-06-12 07:36
has joined #hackathon

feverish
2017-06-12 07:37
has joined #hackathon

smea
2017-06-12 07:38
has joined #hackathon

lengfenghhx
2017-06-12 07:39
has joined #hackathon

someonevegas
2017-06-12 07:39
has joined #hackathon

bw992
2017-06-12 07:40
has joined #hackathon

olvis
2017-06-12 07:43
has joined #hackathon

goughie
2017-06-12 07:48
has joined #hackathon

pablo107
2017-06-12 07:49
has joined #hackathon

leoynage
2017-06-12 07:50
has joined #hackathon

tuymaada
2017-06-12 07:52
has joined #hackathon

xuuu
2017-06-12 07:52
has joined #hackathon

coalission
2017-06-12 07:53
has joined #hackathon

calibr
2017-06-12 07:53
has joined #hackathon

arxirei
2017-06-12 07:54
has joined #hackathon

ishbar
2017-06-12 07:58
has joined #hackathon

twemlow
2017-06-12 08:00
has joined #hackathon

sflower
2017-06-12 08:00
has joined #hackathon


alon
2017-06-12 08:02
roma: Cool downloading now :smile:

daizhihe
2017-06-12 08:03
has joined #hackathon

hysky
2017-06-12 08:03
has joined #hackathon

harshpatel
2017-06-12 08:06
has joined #hackathon

deodatus
2017-06-12 08:07
Signed using the same key as nigtlies/playstore version?

roman
2017-06-12 08:08
nope, my local kay

alon
2017-06-12 08:08
If anyone gets `App not installed` Try uninstall and then install

tggqqq
2017-06-12 08:08
has joined #hackathon

mdandolo
2017-06-12 08:08
has joined #hackathon

disturbilicious
2017-06-12 08:09
has joined #hackathon

circledavid
2017-06-12 08:16
has joined #hackathon

andreiuk
2017-06-12 08:25
has joined #hackathon

dirkvanacker
2017-06-12 08:25
has joined #hackathon

dentverd
2017-06-12 08:26
has joined #hackathon

woitix
2017-06-12 08:27
has joined #hackathon

pixel
2017-06-12 08:29
Ooooh nice

leondevries
2017-06-12 08:31
has joined #hackathon

seomingu
2017-06-12 08:31
has joined #hackathon

basoudy
2017-06-12 08:32
has joined #hackathon

cryptorookie
2017-06-12 08:33
has joined #hackathon

wan777
2017-06-12 08:35
has joined #hackathon

qqq5817827
2017-06-12 08:35
has joined #hackathon

kg562
2017-06-12 08:37
has joined #hackathon

pixel
2017-06-12 08:37
Just out of curiosity, how do you actually keep the app synced with the network? Don't you need to download a lot of data? Which means your phone slowly fills up? Wondering how you solved that.

domo
2017-06-12 08:37
has joined #hackathon

chrismyo
2017-06-12 08:38
has joined #hackathon

toren
2017-06-12 08:39
has joined #hackathon

rbennett
2017-06-12 08:40
has joined #hackathon

kingpin
2017-06-12 08:41
has joined #hackathon

kiwichick
2017-06-12 08:42
has joined #hackathon

yoshi10
2017-06-12 08:42
has joined #hackathon

ethereumnick
2017-06-12 08:43
pixel: the light client protocol only uses only block headers so the overhead is not too bad.

jan_detlefsen
2017-06-12 08:43
where can i read about the proposed dapp store moderation mechanism? who decides what gets listed etc.

kevinpazour
2017-06-12 08:45
has joined #hackathon

ethereumnick
2017-06-12 08:45
jan_detlefsen: That is still a topic of research and will involve a good deal of development in terms of mechanics. SNT will help in moderating that side of the network as :status: markets for code reviews and app recommendations can emerge.

macmenes
2017-06-12 08:47
has joined #hackathon

dyrk
2017-06-12 08:48
has joined #hackathon

mathgunbobo
2017-06-12 08:50
has joined #hackathon

eastgrass
2017-06-12 08:51
has joined #hackathon

adamdossa
2017-06-12 08:54
Playing with it now - lots of fun dApps!

343guiltyspark
2017-06-12 08:54
has joined #hackathon

arnoldpalmer
2017-06-12 08:55
has joined #hackathon

otz30412
2017-06-12 08:55
has joined #hackathon

343guiltyspark
2017-06-12 08:55
@343guiltyspark has left the channel

ifkast
2017-06-12 08:57
has joined #hackathon

db
2017-06-12 08:57
has joined #hackathon

cjarrott
2017-06-12 08:58
has joined #hackathon

al1
2017-06-12 09:01
has joined #hackathon

basemmerink
2017-06-12 09:03
has joined #hackathon

water13
2017-06-12 09:08
has joined #hackathon

invadernika
2017-06-12 09:12
has joined #hackathon

huangke215
2017-06-12 09:13
has joined #hackathon

rajnish
2017-06-12 09:13
has joined #hackathon

fransend
2017-06-12 09:13
has joined #hackathon

maxgunter
2017-06-12 09:16
has joined #hackathon

philipli
2017-06-12 09:16
has joined #hackathon

laurent
2017-06-12 09:16
has joined #hackathon

babba
2017-06-12 09:17
has joined #hackathon

spnetwork
2017-06-12 09:18
has joined #hackathon

popey
2017-06-12 09:19
has joined #hackathon

jshrum09
2017-06-12 09:19
has joined #hackathon

yfzx
2017-06-12 09:19
has joined #hackathon

yaowenliu
2017-06-12 09:20
has joined #hackathon

chaman78
2017-06-12 09:22
has joined #hackathon

malekmezrani
2017-06-12 09:22
has joined #hackathon

jamiec79
2017-06-12 09:24
has joined #hackathon

jan_detlefsen
2017-06-12 09:24
interesting, thanks.

ajsark
2017-06-12 09:25
has joined #hackathon

moxeve
2017-06-12 09:26
has joined #hackathon

maxgunter
2017-06-12 09:28
what the hell is hackathon

idyllding
2017-06-12 09:29
has joined #hackathon

dghrael
2017-06-12 09:30
has joined #hackathon

aceke04
2017-06-12 09:38
has joined #hackathon

lambchop666
2017-06-12 09:39
has joined #hackathon

cryptano
2017-06-12 09:39
has joined #hackathon

emstr
2017-06-12 09:40
has joined #hackathon

gom
2017-06-12 09:41
has joined #hackathon

fransend
2017-06-12 09:42
@fransend has left the channel

skllz
2017-06-12 09:43
has joined #hackathon

popey
2017-06-12 09:43
Hey guys

popey
2017-06-12 09:44
I heard status ico will be over in a seconf

popey
2017-06-12 09:44
Is that true?

popey
2017-06-12 09:44
Do we have chance to get into it?

avinash.kumar
2017-06-12 09:44
has joined #hackathon

isasftw
2017-06-12 09:44
I'd say we have a chance

isasftw
2017-06-12 09:45
It most likely won't be over in a second

isasftw
2017-06-12 09:45
and it's not an ico, it's a contribution period :stuck_out_tongue:

popey
2017-06-12 09:45
Ah yeah?

popey
2017-06-12 09:45
There is no ico?

isasftw
2017-06-12 09:45
One sec, i'll get you the blog post

isasftw
2017-06-12 09:46
There is an ico but they don't like to call it that :stuck_out_tongue:

popey
2017-06-12 09:46
Ok

disphenoid
2017-06-12 09:46
has joined #hackathon


popey
2017-06-12 09:47
Thanks

popey
2017-06-12 09:48
So if we didn't contribute its not possible to get status token?

isasftw
2017-06-12 09:49
It is possible.

isasftw
2017-06-12 09:49
1 ETH will be 10k SNT

isasftw
2017-06-12 09:49
But if you contribute somehow, you can receive SGT tokens, that you can exchange for SNT

nehagupta
2017-06-12 09:50
has joined #hackathon

popey
2017-06-12 09:50
OK I got it

isasftw
2017-06-12 09:50
And SGT holders will most likely be prioritized

merlin0113
2017-06-12 09:50
has joined #hackathon

ethereumnick
2017-06-12 09:52
popey: I believe it will live longer :spock-hand: than that :smile: Please make sure you read https://blog.status.im/distribution-dynamic-ceilings-e2f427f5cca Also be sure to watch :eyes: http://contribute.status.im/ for tutorials and other info coming soon. also check the #announcements channel here on the slack :ninja:

scurrminator
2017-06-12 09:53
has joined #hackathon

atking
2017-06-12 09:54
has joined #hackathon

jaapwesdijk
2017-06-12 09:55
has joined #hackathon

kingjames6
2017-06-12 09:56
has joined #hackathon

mostech
2017-06-12 09:57
has joined #hackathon

peppns82
2017-06-12 10:01
has joined #hackathon

fabthink
2017-06-12 10:04
has joined #hackathon

wreasbeck
2017-06-12 10:06
has joined #hackathon

bagss
2017-06-12 10:07
has joined #hackathon

hy11200818
2017-06-12 10:08
has joined #hackathon

jeffkk
2017-06-12 10:09
has joined #hackathon

zefram_lou
2017-06-12 10:09
has joined #hackathon

onigiri
2017-06-12 10:11
has joined #hackathon

sumguy
2017-06-12 10:13
has joined #hackathon

asdd
2017-06-12 10:14
has joined #hackathon

jochemin
2017-06-12 10:14
has joined #hackathon

genesis.block
2017-06-12 10:15
has joined #hackathon

jaygokcan
2017-06-12 10:16
has joined #hackathon

albert221
2017-06-12 10:17
has joined #hackathon

etherhow
2017-06-12 10:18
has joined #hackathon

latify
2017-06-12 10:24
has joined #hackathon

mrzep
2017-06-12 10:26
has joined #hackathon

fenring
2017-06-12 10:27
has joined #hackathon

john_rezzi
2017-06-12 10:30
has joined #hackathon

mhaeny
2017-06-12 10:34
has joined #hackathon

dervie
2017-06-12 10:50
has joined #hackathon

tebergina
2017-06-12 10:50
has joined #hackathon

chieftain
2017-06-12 10:55
has joined #hackathon

mwsayev
2017-06-12 10:57
has joined #hackathon

kc1999
2017-06-12 10:59
has joined #hackathon

jesse.do
2017-06-12 11:00
has joined #hackathon

casatka
2017-06-12 11:03
has joined #hackathon

cley
2017-06-12 11:03
has joined #hackathon

purplestriped
2017-06-12 11:03
has joined #hackathon

crusader85
2017-06-12 11:05
has joined #hackathon

root
2017-06-12 11:06
has joined #hackathon

skyman
2017-06-12 11:09
has joined #hackathon

tt07
2017-06-12 11:10
has joined #hackathon

alioreza
2017-06-12 11:13
has joined #hackathon

supriya.vasu1020
2017-06-12 11:15
has joined #hackathon

lucaf
2017-06-12 11:15
has joined #hackathon

catdog
2017-06-12 11:17
has joined #hackathon

claudia
2017-06-12 11:17
has joined #hackathon

asadali
2017-06-12 11:20
has joined #hackathon

dennisdj69
2017-06-12 11:20
has joined #hackathon

contessa1972
2017-06-12 11:20
has joined #hackathon

mrbtc
2017-06-12 11:24
has joined #hackathon

cityglow
2017-06-12 11:32
has joined #hackathon

freenboo
2017-06-12 11:34
has joined #hackathon

imolodec
2017-06-12 11:37
has joined #hackathon

louisb
2017-06-12 11:38
has joined #hackathon

jan_detlefsen
2017-06-12 11:40
re-natal use-ios-device <device> <- what is the device here?

jan_detlefsen
2017-06-12 11:41
i want to build for ios simulator, do i need an apple developer account?

andrey
2017-06-12 11:41
no

andrey
2017-06-12 11:41
re-natal use-ios-device simulator

jan_detlefsen
2017-06-12 11:41
thanks

cherylanderson
2017-06-12 11:42
has joined #hackathon

main_waffles
2017-06-12 11:44
has joined #hackathon

noel127
2017-06-12 11:45
has joined #hackathon

crypto101
2017-06-12 11:48
has joined #hackathon

yakiz
2017-06-12 11:49
has joined #hackathon

ira.tainui
2017-06-12 11:49
has joined #hackathon

hui
2017-06-12 11:50
has joined #hackathon

jshow
2017-06-12 11:55
has joined #hackathon

fionawee
2017-06-12 11:57
has joined #hackathon

crayfish
2017-06-12 11:58
has joined #hackathon

wl
2017-06-12 12:00
has joined #hackathon

antooon1981
2017-06-12 12:02
has joined #hackathon

mids
2017-06-12 12:04
has joined #hackathon

mitchyyygrams
2017-06-12 12:10
has joined #hackathon

gramex
2017-06-12 12:11
has joined #hackathon

edirty30wada
2017-06-12 12:14
has joined #hackathon

urzex
2017-06-12 12:14
has joined #hackathon

chenxi
2017-06-12 12:15
I have a question,how to get the SGT badge?

ethereumnick
2017-06-12 12:15
chenxi: better to ask this in #status

ethereumnick
2017-06-12 12:16
I will answer there

chenxi
2017-06-12 12:16
thanks

dylkil
2017-06-12 12:17
has joined #hackathon

roots9
2017-06-12 12:19
has joined #hackathon

sablo
2017-06-12 12:19
has joined #hackathon

lbart
2017-06-12 12:20
has joined #hackathon

tloureiro
2017-06-12 12:23
has joined #hackathon

itsgrizzly
2017-06-12 12:24
has joined #hackathon

futureshock
2017-06-12 12:25
has joined #hackathon

epiphanyest
2017-06-12 12:26
has joined #hackathon

donpaddy
2017-06-12 12:27
has joined #hackathon

dobrokhvalov
2017-06-12 12:29
i think it should be:

dobrokhvalov
2017-06-12 12:30
cd ~/embark_demo/app/js && nano bot.js

dongyu
2017-06-12 12:30
has joined #hackathon

gamertol
2017-06-12 12:32
has joined #hackathon

dobrokhvalov
2017-06-12 12:33
If the last line had also ?<DEVICE-IP>?, it would be less confusing for new devs

wslgh
2017-06-12 12:34
has joined #hackathon

robvoi
2017-06-12 12:37
has joined #hackathon

lol
2017-06-12 12:39
has joined #hackathon

kinghum
2017-06-12 12:39
has joined #hackathon

itchand
2017-06-12 12:39
has joined #hackathon

coka
2017-06-12 12:40
has joined #hackathon

supersaiya
2017-06-12 12:40
has joined #hackathon

scsuab
2017-06-12 12:41
has joined #hackathon

lino21
2017-06-12 12:42
has joined #hackathon

prabhu_vihaan
2017-06-12 12:43
has joined #hackathon

kent
2017-06-12 12:44
has joined #hackathon

carfull
2017-06-12 12:44
has joined #hackathon

hubar
2017-06-12 12:45
has joined #hackathon

ying
2017-06-12 12:46
has joined #hackathon

norma_y
2017-06-12 12:47
has joined #hackathon

loi.tranquang
2017-06-12 12:48
has joined #hackathon

wenotg
2017-06-12 12:50
has joined #hackathon

okeyeat
2017-06-12 12:53
has joined #hackathon

sjroep
2017-06-12 12:58
has joined #hackathon

ser999
2017-06-12 12:59
has joined #hackathon

meeekz
2017-06-12 13:00
has joined #hackathon

exodus
2017-06-12 13:01
has joined #hackathon

kkmarketer
2017-06-12 13:02
has joined #hackathon

akaza
2017-06-12 13:04
has joined #hackathon

antonio.da.monde
2017-06-12 13:06
has joined #hackathon

mentium
2017-06-12 13:07
has joined #hackathon

dobrokhvalov
2017-06-12 13:10
During hackathon I also found that interacting with web3 in bot.js global scope crashes the bot. (e.g ?web3.eth.defaultAccount = web3.eth.accounts[0];?). Bot becomes unresponsive even after removing buggy line in bot.js file. Only restarting app helps. It would be better if there was popup error instead.

andrey
2017-06-12 13:12
@dobrokhvalov could you please write your feedback ^

susurick
2017-06-12 13:13
has joined #hackathon

evertr
2017-06-12 13:14
has joined #hackathon

dobrokhvalov
2017-06-12 13:14
andrey: Sure, will do it now :slightly_smiling_face:

bitmessenger
2017-06-12 13:17
has joined #hackathon

colinp
2017-06-12 13:20
has joined #hackathon

plus
2017-06-12 13:21
has joined #hackathon

zbx001
2017-06-12 13:26
has joined #hackathon

suelee
2017-06-12 13:26
has joined #hackathon

yang
2017-06-12 13:28
has joined #hackathon

mikimini
2017-06-12 13:29
has joined #hackathon

cbchase
2017-06-12 13:30
has joined #hackathon

jsmith
2017-06-12 13:30
has joined #hackathon

lucylu65
2017-06-12 13:31
has joined #hackathon

gnr
2017-06-12 13:32
has joined #hackathon

davissvs
2017-06-12 13:33
has joined #hackathon

oleglukoe
2017-06-12 13:34
has joined #hackathon

ecobitmaso
2017-06-12 13:36
has joined #hackathon

pw9303
2017-06-12 13:36
has joined #hackathon

sashakond
2017-06-12 13:37
has joined #hackathon

silverfern
2017-06-12 13:38
has joined #hackathon

bogdanteodoru
2017-06-12 13:38
has joined #hackathon

tina08
2017-06-12 13:38
has joined #hackathon

bassman21
2017-06-12 13:41
has joined #hackathon

d4yar
2017-06-12 13:43
has joined #hackathon

ratticon
2017-06-12 13:46
has joined #hackathon

light
2017-06-12 13:49
has joined #hackathon

ecce
2017-06-12 13:49
has joined #hackathon

drewsuey
2017-06-12 13:53
has joined #hackathon

airman
2017-06-12 13:53
has joined #hackathon

armaan
2017-06-12 13:54
has joined #hackathon

shanehickey8
2017-06-12 13:54
has joined #hackathon

voodo
2017-06-12 13:55
has joined #hackathon

zq839052
2017-06-12 13:55
has joined #hackathon

alex78
2017-06-12 13:57
has joined #hackathon

starwarsfan
2017-06-12 13:59
has joined #hackathon

hallder
2017-06-12 13:59
has joined #hackathon

brkltn
2017-06-12 14:01
has joined #hackathon

myungsup
2017-06-12 14:02
has joined #hackathon

chrisk
2017-06-12 14:03
has joined #hackathon

szamot
2017-06-12 14:03
has joined #hackathon

jan_detlefsen
2017-06-12 14:04
how much disk space is needed to run the app in iOS simulator? as i understand it download some data from eth network correct?

investblog
2017-06-12 14:08
has joined #hackathon

nikul
2017-06-12 14:10
has joined #hackathon

sabryben
2017-06-12 14:11
has joined #hackathon

talkgoldcom
2017-06-12 14:12
has joined #hackathon

sergey
2017-06-12 14:13
has joined #hackathon

walker4009
2017-06-12 14:18
has joined #hackathon

pruglio
2017-06-12 14:20
has joined #hackathon

moneymkr
2017-06-12 14:21
has joined #hackathon

mtblue
2017-06-12 14:24
has joined #hackathon

wanfanji
2017-06-12 14:25
has joined #hackathon

marcus.kelly
2017-06-12 14:28
has joined #hackathon

immaoshu
2017-06-12 14:28
has joined #hackathon

felipedecampos
2017-06-12 14:28
has joined #hackathon

gunhee
2017-06-12 14:29
has joined #hackathon

motoya
2017-06-12 14:29
has joined #hackathon

joannaczok
2017-06-12 14:30
has joined #hackathon

batatudo
2017-06-12 14:31
has joined #hackathon

wonson
2017-06-12 14:31
has joined #hackathon

kerwinc
2017-06-12 14:35
has joined #hackathon

angelabradley
2017-06-12 14:36
has joined #hackathon

makiet
2017-06-12 14:36
has joined #hackathon

mikamo
2017-06-12 14:36
has joined #hackathon

kkk6065
2017-06-12 14:38
has joined #hackathon

ddidi
2017-06-12 14:41
has joined #hackathon

griswaalt
2017-06-12 14:42
has joined #hackathon

rectangles
2017-06-12 14:42
has joined #hackathon

song.pei
2017-06-12 14:43
has joined #hackathon

benmorrow
2017-06-12 14:50
@jan_detlefsen Status is a light client, so it doesn't require the full blocks. On my iPhone it uses 166.2 MB, of which 103.4 MB is Documents & Data

jan_detlefsen
2017-06-12 14:51
thanks.

alucard
2017-06-12 14:51
has joined #hackathon

daiyu
2017-06-12 14:52
has joined #hackathon

cassius_gray
2017-06-12 14:53
has joined #hackathon

hooniejeong7
2017-06-12 14:53
has joined #hackathon

ttmax82
2017-06-12 14:54
has joined #hackathon

trident
2017-06-12 14:55
has joined #hackathon

rebeccaty
2017-06-12 14:57
has joined #hackathon

edix89
2017-06-12 14:59
has joined #hackathon

rand01tj
2017-06-12 15:00
has joined #hackathon

77ledfoot..
2017-06-12 15:01
has joined #hackathon

jeffc
2017-06-12 15:02
has joined #hackathon

felipe
2017-06-12 15:04
has joined #hackathon

bhamvinay
2017-06-12 15:07
has joined #hackathon

scottwebster
2017-06-12 15:08
has joined #hackathon

jackz
2017-06-12 15:11
has joined #hackathon

gcperrin
2017-06-12 15:12
has joined #hackathon

junta
2017-06-12 15:13
has joined #hackathon

juanfdezdc
2017-06-12 15:13
has joined #hackathon

dif04
2017-06-12 15:14
has joined #hackathon

luey
2017-06-12 15:14
has joined #hackathon

sweet
2017-06-12 15:16
has joined #hackathon

avid
2017-06-12 15:18
has joined #hackathon

patshan
2017-06-12 15:18
has joined #hackathon

avgjo
2017-06-12 15:19
has joined #hackathon

snappaz
2017-06-12 15:21
has joined #hackathon

dasdingo
2017-06-12 15:22
has joined #hackathon

qiwu
2017-06-12 15:23
has joined #hackathon

jc
2017-06-12 15:24
has joined #hackathon

cory.classic
2017-06-12 15:26
has joined #hackathon

kambana
2017-06-12 15:27
has joined #hackathon

wr615
2017-06-12 15:28
has joined #hackathon

linda.jean
2017-06-12 15:28
has joined #hackathon

maho
2017-06-12 15:28
has joined #hackathon

lemonlatte
2017-06-12 15:29
has joined #hackathon

c0mm4nd3rh4wk
2017-06-12 15:29
has joined #hackathon

elkmar
2017-06-12 15:31
has joined #hackathon

xavisuau
2017-06-12 15:35
has joined #hackathon

postman
2017-06-12 15:42
has joined #hackathon

adaaaaam
2017-06-12 15:44
has joined #hackathon

bk
2017-06-12 15:45
has joined #hackathon

ramm2k
2017-06-12 15:47
has joined #hackathon

pctripsesp
2017-06-12 15:47
has joined #hackathon

imadahmad786
2017-06-12 15:47
has joined #hackathon

nihardongara118
2017-06-12 15:50
has joined #hackathon

dorbii
2017-06-12 15:55
has joined #hackathon

catseyes
2017-06-12 16:01
has joined #hackathon

rubennimma
2017-06-12 16:03
has joined #hackathon

fluxamnesia
2017-06-12 16:04
has joined #hackathon

s2103m
2017-06-12 16:04
has joined #hackathon

fluxamnesia
2017-06-12 16:05
@fluxamnesia has left the channel

dtacer
2017-06-12 16:10
has joined #hackathon

caleb_andstuff
2017-06-12 16:12
has joined #hackathon

jalte
2017-06-12 16:13
has joined #hackathon

cryptocurrent
2017-06-12 16:17
has joined #hackathon

lookalivekev
2017-06-12 16:18
has joined #hackathon

terencepic
2017-06-12 16:21
Hi

terencepic
2017-06-12 16:21
What is the cap of http://status.im?

nsm
2017-06-12 16:22
has joined #hackathon

cryptochic
2017-06-12 16:23
has joined #hackathon

watashi
2017-06-12 16:24
has joined #hackathon

delka
2017-06-12 16:27
has joined #hackathon

sjc
2017-06-12 16:31
has joined #hackathon

007900
2017-06-12 16:32
has joined #hackathon

ewak
2017-06-12 16:37
has joined #hackathon

yzhu
2017-06-12 16:39
has joined #hackathon

gldc
2017-06-12 16:40
has joined #hackathon

stamori
2017-06-12 16:42
has joined #hackathon

iceberserker
2017-06-12 16:46
has joined #hackathon

celeritas
2017-06-12 16:50
has joined #hackathon

sergei
2017-06-12 16:51
has joined #hackathon

freelife
2017-06-12 16:54
has joined #hackathon

jetsetta
2017-06-12 16:57
has joined #hackathon

debbiemon
2017-06-12 16:57
has joined #hackathon

tc
2017-06-12 16:59
has joined #hackathon

kinnth
2017-06-12 17:01
has joined #hackathon

oldmanwithers
2017-06-12 17:03
has joined #hackathon

jar3dcrypt0
2017-06-12 17:05
has joined #hackathon

alexmartin
2017-06-12 17:06
has joined #hackathon

vencn
2017-06-12 17:07
has joined #hackathon

buianhtu
2017-06-12 17:09
has joined #hackathon

alexmartin
2017-06-12 17:13
Hi terencepic! The sale has a soft cap of 12M swiss franc (around 12.3M USD) equivalent in ETH. This is the minimum needed for the project. After the soft cap is reached, there are several caps based on a dynamic ceiling model until the hard cap is reached. I'd recommend checking out the whitepaper (link below) for more information about the sale caps - specifically pages 27 - 29 should address your question! Let me know if you have any other questions :grinning: https://status-im.slack.com/archives/C5F2W6PNV/p1497284509885751

sechui
2017-06-12 17:16
has joined #hackathon

artur.g
2017-06-12 17:22
has joined #hackathon

janherich
2017-06-12 17:27
has joined #hackathon

mrpttrsn
2017-06-12 17:32
has joined #hackathon

bruce.alipour
2017-06-12 17:34
has joined #hackathon

m2nh
2017-06-12 17:42
has joined #hackathon

ohcrapitstim
2017-06-12 17:47
has joined #hackathon

thornsy
2017-06-12 17:51
has joined #hackathon

jrm2k6
2017-06-12 17:53
has joined #hackathon

joshsoawesome
2017-06-12 17:56
has joined #hackathon

bernardhoe
2017-06-12 17:57
has joined #hackathon

andreks
2017-06-12 17:58
has joined #hackathon

mesqalito
2017-06-12 17:59
has joined #hackathon

bigdan
2017-06-12 18:00
has joined #hackathon

newalchemy
2017-06-12 18:03
has joined #hackathon

lattethunder
2017-06-12 18:06
has joined #hackathon

nhuandp
2017-06-12 18:07
has joined #hackathon

lw2020
2017-06-12 18:09
has joined #hackathon

eroniun
2017-06-12 18:09
has joined #hackathon

queenofryches
2017-06-12 18:10
has joined #hackathon

lc
2017-06-12 18:19
has joined #hackathon

cryptae
2017-06-12 18:23
has joined #hackathon

bargangilo
2017-06-12 18:24
has joined #hackathon

well
2017-06-12 18:24
has joined #hackathon

pete.lone
2017-06-12 18:28
has joined #hackathon

warm_porridge
2017-06-12 18:29
has joined #hackathon

sasha42
2017-06-12 18:32
has joined #hackathon

focusbox
2017-06-12 18:32
has joined #hackathon

hikagenji
2017-06-12 18:36
has joined #hackathon

visions
2017-06-12 18:36
has joined #hackathon

faayax
2017-06-12 18:38
has joined #hackathon

reptile
2017-06-12 18:39
has joined #hackathon

iagober
2017-06-12 18:39
has joined #hackathon

rockstar
2017-06-12 18:40
has joined #hackathon

arnoldjm
2017-06-12 18:44
has joined #hackathon

jeffrey
2017-06-12 18:46
has joined #hackathon

jeryalthaf
2017-06-12 18:47
has joined #hackathon

rockstar
2017-06-12 18:48
hi there! not sure it is the right channel: are there any news about adding wetrust to status? i heard they participated in your hackathon

moana.stewart01
2017-06-12 18:49
has joined #hackathon

rodneyhu
2017-06-12 18:50
has joined #hackathon

cyz
2017-06-12 18:52
has joined #hackathon

brausend
2017-06-12 18:54
has joined #hackathon

statusim
2017-06-12 18:59
has joined #hackathon

iandru
2017-06-12 19:02
has joined #hackathon

marius848
2017-06-12 19:04
has joined #hackathon

robhouston
2017-06-12 19:07
has joined #hackathon

kickdown
2017-06-12 19:08
has joined #hackathon

aki17
2017-06-12 19:09
has joined #hackathon

gzimbe
2017-06-12 19:12
has joined #hackathon

sinsan
2017-06-12 19:14
has joined #hackathon

gunmaster217
2017-06-12 19:18
has joined #hackathon

floryan
2017-06-12 19:20
has joined #hackathon

benmorrow
2017-06-12 19:22
Hi @rockstar, yes, their app works in Status, but we're not adding anymore default DApps/chatbots to the public release at the moment. But you should be able to use it if you add it yourself :slightly_smiling_face:

rockstar
2017-06-12 19:23
thank you, @benmorrow

noman
2017-06-12 19:28
is status being flakey in webview for anyone else? it seems like it sometimes just doesn't inject web3 or something. i can't figure it out

noman
2017-06-12 19:28
i'm using the judges build with all the apps

noman
2017-06-12 19:28
and every other time the apps don't work

noman
2017-06-12 19:28
even the wallet app

razer87
2017-06-12 19:35
has joined #hackathon

dobrokhvalov
2017-06-12 19:36
noman: I had the same problem with the wallet app, but not with our dapp. Could you please try #180 Versus.

noman
2017-06-12 19:36
sure

noman
2017-06-12 19:36
can you check my app, 131?

noman
2017-06-12 19:37
and see if that happens to you?

noman
2017-06-12 19:37
you should see a 17 and a 0

dobrokhvalov
2017-06-12 19:37
checking?

aloeffel
2017-06-12 19:37
has joined #hackathon

noman
2017-06-12 19:38
yours worked swimmingly

dobrokhvalov
2017-06-12 19:38
it's loading?Do you check if web3 is injected in code? Our app checks if web3 is loaded, if not app retries in 500ms until it's loaded


jarradhope
2017-06-12 19:39
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-12 19:39
yeah that's pretty much what i'm doing

noman
2017-06-12 19:39
maybe i'm doing it poorly


jarradhope
2017-06-12 19:40
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

kevinchen
2017-06-12 19:40
has joined #hackathon

serkanhaslak
2017-06-12 19:41
has joined #hackathon

dobrokhvalov
2017-06-12 19:41
your app works with metamask

noman
2017-06-12 19:42
yeah it works just fine with metamask

noman
2017-06-12 19:42
the only place it works intermittently is inside status

noman
2017-06-12 19:42
it's so weird

dobrokhvalov
2017-06-12 19:42
but for some reason not with Status for me.

noman
2017-06-12 19:42
it's so strange

dobrokhvalov
2017-06-12 19:42
I?m not React expert, so don't know.

noman
2017-06-12 19:42
if you retry enough times it'll work

noman
2017-06-12 19:42
yeah

noman
2017-06-12 19:42
it's okay, i'm figure it out one day

noman
2017-06-12 19:42
on the second loading of your app there are no pictures loaded

noman
2017-06-12 19:43
i see the message at the top "Versus Feed", and then there is no feed loaded

dobrokhvalov
2017-06-12 19:44
I retried our app, it didn't load as well :slightly_smiling_face:

dobrokhvalov
2017-06-12 19:44
maybe that is an issue with Status then?

hazem
2017-06-12 19:45
has joined #hackathon

dobrokhvalov
2017-06-12 19:45
retried again and it worked

dobrokhvalov
2017-06-12 19:46
tried your app for one more time and it worked too

slackhyena
2017-06-12 19:47
has joined #hackathon

brilliancekrim
2017-06-12 19:48
has joined #hackathon

noman
2017-06-12 19:50
so weird

noman
2017-06-12 19:50
it seems like it must be something with status

tron.c
2017-06-12 19:50
has joined #hackathon

treznich
2017-06-12 19:50
@noman you're doing it not quite right. Check if web3 is injected in one of the react lifecycles Or consider using state management library and call action that will change props and automatically update your app

noman
2017-06-12 19:50
well i'm doing it in a couple places

noman
2017-06-12 19:50
first i wait to insert the main react app

noman
2017-06-12 19:50
then i also check web3 again

raf1110
2017-06-12 19:50
has joined #hackathon

noman
2017-06-12 19:51
but you're saying i should do it in componentDidMount?

noman
2017-06-12 19:51
instead of constructor? that's probably true

drbenway
2017-06-12 19:51
has joined #hackathon

noman
2017-06-12 19:51
but i figured it didn't matter and would ideally liked to have kicked off the init process sooner

janherich
2017-06-12 19:52
Hello, not sure if this is the right channel for such questions, but I have problems getting the figwheel to work with status (using ios simulator): `user=> (start-figwheel ?ios? ?android?) ExceptionInfo ------ Figwheel Configuration Error ------ The key :build-ids at [] has a non-conforming value: ?ios? It should be a Sequence {:figwheel-options {#} :build-ids ?ios? ^---- The value at key :build-ids doesn?t conform :all-builds ?android?} ------------------------------------------ clojure.core/ex-info (core.clj:4725)` Zero arg and one arg (?ios?) invocation crashes on ArityException, am I doing something obviously wrong ?

noman
2017-06-12 19:52
but i should probably have a loading indicator and whatnot

treznich
2017-06-12 19:52
I?m usually doing it in didMount and WillReceiveProps (where I check for new web3)

treznich
2017-06-12 19:52
but there are plentry of ways

noman
2017-06-12 19:52
yeah i think i'll move it into component did moutn so i have access to trigger a loading indicator and do other stuff

noman
2017-06-12 19:52
thanks for the suggestion

treznich
2017-06-12 19:52
also I haven't ever seen init function on react components) why not use contructor()

cevize
2017-06-12 19:52
has joined #hackathon

andrey
2017-06-12 19:53
hi @janherich did you start it using this command ` BUILD_IDS="ios" lein repl` ?

noman
2017-06-12 19:53
that's my main app file so i needed something to actual insert it into the dom

noman
2017-06-12 19:53
really that react component should be in its own file

mykill
2017-06-12 19:53
has joined #hackathon

janherich
2017-06-12 19:54
@andrey Yes, I did

noman
2017-06-12 19:55
but i was freaking out about hackathon and you do crazy things when you're freaking out

artuurs
2017-06-12 20:02
has joined #hackathon

chrisandsophia
2017-06-12 20:02
has joined #hackathon

nabeel
2017-06-12 20:03
has joined #hackathon

jeluard
2017-06-12 20:03
@janherich No need for `(start-figwheel ?ios? ?android?)` then starting the repl is sufficient.

snebbu
2017-06-12 20:04
has joined #hackathon

quentcap
2017-06-12 20:12
has joined #hackathon

btcho
2017-06-12 20:15
has joined #hackathon

101cryptosponge
2017-06-12 20:17
has joined #hackathon

asapkot2
2017-06-12 20:20
has joined #hackathon

suburbianbe
2017-06-12 20:23
has joined #hackathon

ibarber29
2017-06-12 20:23
has joined #hackathon

dadiv
2017-06-12 20:23
has joined #hackathon

blueskytarget
2017-06-12 20:23
has joined #hackathon

ggwe4ka
2017-06-12 20:31
has joined #hackathon

ocram
2017-06-12 20:37
has joined #hackathon

remi
2017-06-12 20:38
has joined #hackathon

hleiva
2017-06-12 20:39
has joined #hackathon

hisoka
2017-06-12 20:44
has joined #hackathon

djshoprite
2017-06-12 20:44
has joined #hackathon

janherich
2017-06-12 20:44
@andrey @jeluard Thanks, I already figured out that repl figwheel server accepting ws connections is started automatically and you only need to run `(ra/cljs-repl)` to establish live repl session to the running application.

luan
2017-06-12 20:44
has joined #hackathon

msfeldstein
2017-06-12 20:45
has joined #hackathon

xavivives
2017-06-12 20:47
Hi, I ran into similiar issues. Working fine with Metamask and failing in Status. I'm also using React. I wont be able to try anything in few days but I'll keep an eye on this thread.

noman
2017-06-12 20:48
i've been trying to figure out what's causing it but i haven't figured out how to debug status itself. all i know is that the chrome console never sees the console logs of status starting

kdood
2017-06-12 20:51
has joined #hackathon

jacobmarquez
2017-06-12 20:53
has joined #hackathon

kdood
2017-06-12 20:53
Can I please have access to the iOS Alpha? :smile:

pilingcrypto
2017-06-12 20:53
has joined #hackathon

jp
2017-06-12 20:54
has joined #hackathon

geo
2017-06-12 20:59
has joined #hackathon

panku
2017-06-12 21:02
has joined #hackathon

huskysong
2017-06-12 21:02
has joined #hackathon

noman
2017-06-12 21:05
kdood: i've heard they're full at 2000, i think you can dm jarrad your email and you'll be added to the future list

benmorrow
2017-06-12 21:09
Or, if you want it badly enough, you can build it yourself: https://wiki.status.im/contributing/development/building-status/ :slightly_smiling_face:

cbonfigs
2017-06-12 21:14
has joined #hackathon

behfar.zarnani
2017-06-12 21:16
has joined #hackathon

jcrypto
2017-06-12 21:17
has joined #hackathon

adamdallaz
2017-06-12 21:18
has joined #hackathon

adamdallaz
2017-06-12 21:18
What the crack then?

vg59831
2017-06-12 21:19
has joined #hackathon

kdood
2017-06-12 21:20
:stuck_out_tongue: Thank you

hddy768
2017-06-12 21:22
has joined #hackathon

isasftw
2017-06-12 21:31
Not too long until the winners announcement :smile:

noman
2017-06-12 21:32
:fearful:

mnp
2017-06-12 21:34
has joined #hackathon

sh.fa2020
2017-06-12 21:34
has joined #hackathon

dvo.orlando
2017-06-12 21:36
Is there any documentation for building status on linux?

royall
2017-06-12 21:37
has joined #hackathon


arni90
2017-06-12 21:39
has joined #hackathon

dvo.orlando
2017-06-12 21:40
jeluard: Is this not for building on OSX?

gouranga
2017-06-12 21:40
has joined #hackathon

arni90
2017-06-12 21:40
how can i buy SNT ?

jeluard
2017-06-12 21:43
No linux too

lanmo
2017-06-12 21:43
has joined #hackathon

charliewang
2017-06-12 21:43
has joined #hackathon

hansenke
2017-06-12 21:43
has joined #hackathon

yandim
2017-06-12 21:45
has joined #hackathon

benmorrow
2017-06-12 21:48
arni90: Hi, you can check out http://contribute.status.im. Please try to keep general questions in #status as #hackathon is for developers

mariewit
2017-06-12 21:49
has joined #hackathon

digitiz
2017-06-12 21:50
has joined #hackathon

vgutimd
2017-06-12 21:51
has joined #hackathon

naiara
2017-06-12 21:52
has joined #hackathon

johnm
2017-06-12 21:52
has joined #hackathon

ezacht
2017-06-12 21:56
has joined #hackathon

cryptocovfefe
2017-06-12 21:58
has joined #hackathon

mikelike
2017-06-12 22:00
has joined #hackathon

lobillo
2017-06-12 22:01
has joined #hackathon

btc365
2017-06-12 22:07
has joined #hackathon

samko1985
2017-06-12 22:08
has joined #hackathon

jahan6770
2017-06-12 22:12
has joined #hackathon

finnovatie
2017-06-12 22:15
has joined #hackathon

miguel328
2017-06-12 22:16
has joined #hackathon

mamard
2017-06-12 22:16
has joined #hackathon

kcar
2017-06-12 22:17
has joined #hackathon

nlyo
2017-06-12 22:17
has joined #hackathon

bitlink187
2017-06-12 22:21
has joined #hackathon

kachi
2017-06-12 22:27
has joined #hackathon

steezz
2017-06-12 22:28
has joined #hackathon

smokybroom
2017-06-12 22:31
has joined #hackathon

tusho
2017-06-12 22:32
has joined #hackathon

gor
2017-06-12 22:33
has joined #hackathon

cybertri
2017-06-12 22:34
has joined #hackathon

denrup
2017-06-12 22:37
has joined #hackathon

candide
2017-06-12 22:41
has joined #hackathon

dannythemanny
2017-06-12 22:42
has joined #hackathon

avalon
2017-06-12 22:43
has joined #hackathon

ralphieboy13
2017-06-12 22:44
has joined #hackathon

yangy
2017-06-12 22:45
has joined #hackathon

musicmakerpaul
2017-06-12 22:45
has joined #hackathon

avalon
2017-06-12 22:48
cool??

toxiconflict91
2017-06-12 22:49
has joined #hackathon

ryanmack
2017-06-12 22:49
has joined #hackathon

abdul
2017-06-12 22:52
has joined #hackathon

azenalex
2017-06-12 22:53
has joined #hackathon

missy1004
2017-06-12 22:53
has joined #hackathon

sicario
2017-06-12 22:55
has joined #hackathon

risiko111
2017-06-12 22:57
has joined #hackathon

daronacemoglu
2017-06-12 23:06
has joined #hackathon

markdizzle101
2017-06-12 23:08
has joined #hackathon

vkuvara
2017-06-12 23:09
has joined #hackathon

isaacr
2017-06-12 23:11
has joined #hackathon

saurabhamin
2017-06-12 23:12
has joined #hackathon

seven
2017-06-12 23:13
has joined #hackathon

fisinaa
2017-06-12 23:13
has joined #hackathon

sinanaral
2017-06-12 23:18
has joined #hackathon

pboateng
2017-06-12 23:19
has joined #hackathon

chargrix
2017-06-12 23:20
has joined #hackathon

aufgehts
2017-06-12 23:22
has joined #hackathon

cintix
2017-06-12 23:23
has joined #hackathon

kurtrose
2017-06-12 23:25
has joined #hackathon

hunterhunterhunter
2017-06-12 23:26
has joined #hackathon

hamsabalakrishnan
2017-06-12 23:28
has joined #hackathon

billeth
2017-06-12 23:28
has joined #hackathon

aipai
2017-06-12 23:30
has joined #hackathon

charbwire
2017-06-12 23:37
has joined #hackathon

shadeless
2017-06-12 23:43
has joined #hackathon

tsimon24
2017-06-12 23:43
has joined #hackathon

mckmuze
2017-06-12 23:44
has joined #hackathon

redwancoin
2017-06-12 23:44
has joined #hackathon

hhoshiyama
2017-06-12 23:44
has joined #hackathon

groove
2017-06-12 23:46
has joined #hackathon

mokshagita
2017-06-12 23:46
has joined #hackathon

androidc79
2017-06-12 23:49
has joined #hackathon

satish
2017-06-12 23:55
has joined #hackathon

amazingandyyy
2017-06-12 23:57
has joined #hackathon

superpaps
2017-06-12 23:58
has joined #hackathon

andrydalma
2017-06-13 00:02
has joined #hackathon

spidie
2017-06-13 00:05
has joined #hackathon

musicmakerpaul
2017-06-13 00:06
@musicmakerpaul has left the channel

yooji
2017-06-13 00:14
has joined #hackathon

gangzi525
2017-06-13 00:17
has joined #hackathon

mickyt
2017-06-13 00:21
has joined #hackathon

hawklee
2017-06-13 00:23
has joined #hackathon

mikeric
2017-06-13 00:24
has joined #hackathon

tomnash
2017-06-13 00:26
rockstar: Hey @rockstar, we did participate in the hackathon - if you download the release posted in this channel a little while ago you will be able to use our submission. Otherwise you can check out the demo video here: https://www.youtube.com/watch?v=QymFdyXMUv0

jarradhope
2017-06-13 00:26
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

deliriousmindz
2017-06-13 00:27
has joined #hackathon

josiahzimm
2017-06-13 00:27
has joined #hackathon

ethereum101
2017-06-13 00:28
has joined #hackathon

friendlyghost
2017-06-13 00:29
has joined #hackathon

jpr
2017-06-13 00:35
has joined #hackathon

kblackwill
2017-06-13 00:35
has joined #hackathon

boerge30
2017-06-13 00:36
has joined #hackathon

arctvrus
2017-06-13 00:36
has joined #hackathon

stim
2017-06-13 00:37
has joined #hackathon

mp621
2017-06-13 00:37
has joined #hackathon

anchangsoo
2017-06-13 00:38
has joined #hackathon

pdslixw
2017-06-13 00:39
has joined #hackathon

treasure
2017-06-13 00:41
has joined #hackathon

accesovip
2017-06-13 00:44
has joined #hackathon

guunderground
2017-06-13 00:46
has joined #hackathon

peacelovelinux
2017-06-13 00:46
has joined #hackathon

dangdang_511
2017-06-13 00:47
has joined #hackathon

ckoopman
2017-06-13 00:51
has joined #hackathon

coingecko
2017-06-13 00:54
has joined #hackathon

mbarcogo
2017-06-13 00:54
has joined #hackathon

emann21
2017-06-13 00:55
has joined #hackathon

ethereumadvocate
2017-06-13 00:57
has joined #hackathon

cailuqing112
2017-06-13 00:59
Goodmorning,everything~:grinning:

rangel
2017-06-13 01:02
It's 10pm here lol

npt_mgo
2017-06-13 01:02
has joined #hackathon

whaleclub
2017-06-13 01:02
has joined #hackathon

vincentd
2017-06-13 01:04
has joined #hackathon

chuck
2017-06-13 01:05
has joined #hackathon

tag
2017-06-13 01:08
has joined #hackathon

scottl
2017-06-13 01:09
has joined #hackathon

hanburg
2017-06-13 01:11
has joined #hackathon

killmonty
2017-06-13 01:11
has joined #hackathon

freenboo
2017-06-13 01:12
its 11.11am here in mlbourne:blush:

robertchen
2017-06-13 01:13
has joined #hackathon

markshuang
2017-06-13 01:13
has joined #hackathon

tomnash
2017-06-13 01:15
Oh hey @freenboo, same neck of the woods!

andrewrd
2017-06-13 01:16
good morning everyone! here from sydney :slightly_smiling_face: seems there's a few other aussies here haha

natalie_digi
2017-06-13 01:17
has joined #hackathon

joeyang
2017-06-13 01:17
has joined #hackathon

vivacentro
2017-06-13 01:17
has joined #hackathon

kaan1453
2017-06-13 01:18
has joined #hackathon

tomnash
2017-06-13 01:18
I'm from the UK, but I much prefer this place - did you know the moon is the other way up when you're in the northern hemisphere?

chrisc
2017-06-13 01:22
has joined #hackathon

karkaz
2017-06-13 01:24
has joined #hackathon

phthong231
2017-06-13 01:24
has joined #hackathon

miranshah
2017-06-13 01:27
has joined #hackathon

dandon22
2017-06-13 01:27
has joined #hackathon

luci3l
2017-06-13 01:27
has joined #hackathon

marie21962
2017-06-13 01:28
has joined #hackathon

altcoinusa
2017-06-13 01:31
has joined #hackathon

joyce
2017-06-13 01:38
has joined #hackathon

aksifikir
2017-06-13 01:39
has joined #hackathon

sniggah
2017-06-13 01:40
has joined #hackathon

joey
2017-06-13 01:44
has joined #hackathon

john-wick
2017-06-13 01:46
has joined #hackathon

mikejm
2017-06-13 01:49
has joined #hackathon

krh125
2017-06-13 01:51
has joined #hackathon

billyjack
2017-06-13 01:51
has joined #hackathon

taro
2017-06-13 01:52
has joined #hackathon

yassinov
2017-06-13 01:54
has joined #hackathon

quijanoflores
2017-06-13 01:55
has joined #hackathon

hkei16
2017-06-13 01:55
has joined #hackathon

meowee
2017-06-13 01:56
has joined #hackathon

marie21962
2017-06-13 02:01
Good evening, from Texas

matthieukloet
2017-06-13 02:01
has joined #hackathon

mook
2017-06-13 02:02
has joined #hackathon

bqle87
2017-06-13 02:06
has joined #hackathon

andriidem
2017-06-13 02:06
has joined #hackathon

niermanj33
2017-06-13 02:08
has joined #hackathon

freight777
2017-06-13 02:08
@freight777 has left the channel

eddiehairabed
2017-06-13 02:09
has joined #hackathon

vaporxpluto
2017-06-13 02:10
has joined #hackathon

tv
2017-06-13 02:10
has joined #hackathon

jgard
2017-06-13 02:10
has joined #hackathon

boolshark
2017-06-13 02:11
has joined #hackathon

starzen
2017-06-13 02:12
has joined #hackathon

tomokey
2017-06-13 02:15
has joined #hackathon

jan_detlefsen
2017-06-13 02:18
any pointer what fails here?

jan_detlefsen
2017-06-13 02:18
/bin/sh -c /Users/jandetlefsen/Projects/status.im/status-react/ios/build/Build/Intermediates/StatusIm.build/Debug-iphonesimulator/StatusIm.build/Script-E3914A731DF919ED00EBB515.sh fatal: ambiguous argument ?master..?: unknown revision or path not in the working tree. Use ?--? to separate paths from revisions, like this: ?git <command> [<revision>...] -- [<file>...]? fatal: bad revision ?^? Command /bin/sh failed with exit code 128 ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution Run\ Script build/Build/Intermediates/StatusIm.build/Debug-iphonesimulator/StatusIm.build/Script-E3914A731DF919ED00EBB515.sh (1 failure) Installing build/Build/Products/Debug-iphonesimulator/StatusIm.app Launching im.status.ethereum

cryptovisionary
2017-06-13 02:21
has joined #hackathon

playertwo
2017-06-13 02:30
has joined #hackathon

liuyang
2017-06-13 02:31
has joined #hackathon

pdee
2017-06-13 02:31
has joined #hackathon

puch_441
2017-06-13 02:33
has joined #hackathon

smitty
2017-06-13 02:35
has joined #hackathon

chajaesuk
2017-06-13 02:35
has joined #hackathon

jiffysea
2017-06-13 02:38
has joined #hackathon

dubster
2017-06-13 02:39
has joined #hackathon

mobile
2017-06-13 02:40
has joined #hackathon

adios
2017-06-13 02:40
has joined #hackathon

kaede
2017-06-13 02:43
has joined #hackathon

doppio
2017-06-13 02:45
has joined #hackathon

shuaige
2017-06-13 02:46
has joined #hackathon

jatc
2017-06-13 02:47
has joined #hackathon

fastlx
2017-06-13 02:49
has joined #hackathon

pyh
2017-06-13 02:51
has joined #hackathon

briandmcnabb
2017-06-13 02:52
has joined #hackathon

sedanlou
2017-06-13 02:54
has joined #hackathon

mrbrian
2017-06-13 02:55
has joined #hackathon

jan_detlefsen
2017-06-13 02:58
it's working now, for some reason the master branch was not available. not sure if i followed the instructions 100%, might have been my wrong.

akki2471
2017-06-13 02:58
has joined #hackathon

yahtzee
2017-06-13 03:01
has joined #hackathon

jschramm
2017-06-13 03:01
has joined #hackathon

zires
2017-06-13 03:02
has joined #hackathon

kesjansse
2017-06-13 03:03
has joined #hackathon

haraja001
2017-06-13 03:04
has joined #hackathon

berliankaltim
2017-06-13 03:04
has joined #hackathon

mpwphx
2017-06-13 03:07
has joined #hackathon

nick2001
2017-06-13 03:10
has joined #hackathon

nvdtth
2017-06-13 03:10
has joined #hackathon

kohei
2017-06-13 03:13
has joined #hackathon

vjraj
2017-06-13 03:17
has joined #hackathon

yanbo.ai
2017-06-13 03:19
has joined #hackathon

dr_hou
2017-06-13 03:20
has joined #hackathon

a7718204
2017-06-13 03:22
has joined #hackathon

new
2017-06-13 03:24
has joined #hackathon

jpinno
2017-06-13 03:27
has joined #hackathon

nuri
2017-06-13 03:27
has joined #hackathon

clownworld
2017-06-13 03:27
has joined #hackathon

soivuonhoang
2017-06-13 03:31
has joined #hackathon

qiany
2017-06-13 03:36
has joined #hackathon

makandtisha
2017-06-13 03:38
has joined #hackathon

derek_3766
2017-06-13 03:38
has joined #hackathon

mai625
2017-06-13 03:38
has joined #hackathon

wainguo
2017-06-13 03:38
has joined #hackathon

knifes
2017-06-13 03:40
has joined #hackathon

antaree
2017-06-13 03:41
has joined #hackathon

emmygoldz
2017-06-13 03:42
has joined #hackathon

bitbrikko
2017-06-13 03:44
has joined #hackathon

chenzhichao
2017-06-13 03:46
has joined #hackathon

aryama
2017-06-13 03:50
has joined #hackathon

tigerhy
2017-06-13 03:50
has joined #hackathon

sj
2017-06-13 03:51
has joined #hackathon

bitcard
2017-06-13 03:53
has joined #hackathon

rafaeloviedo
2017-06-13 03:54
has joined #hackathon

klavis
2017-06-13 03:55
has joined #hackathon

texcubbie
2017-06-13 03:55
has joined #hackathon

tuanhatinh
2017-06-13 03:55
has joined #hackathon

jnoodle
2017-06-13 04:00
has joined #hackathon

cryptoriuz
2017-06-13 04:01
has joined #hackathon

durrr
2017-06-13 04:01
has joined #hackathon

luckychang
2017-06-13 04:04
has joined #hackathon

bagholder
2017-06-13 04:06
has joined #hackathon

taylorjg
2017-06-13 04:09
has joined #hackathon

ace
2017-06-13 04:10
has joined #hackathon

junisclub
2017-06-13 04:11
has joined #hackathon

kleetaurus
2017-06-13 04:13
has joined #hackathon

megatheorum
2017-06-13 04:14
has joined #hackathon

pkrface
2017-06-13 04:21
has joined #hackathon

hokyodan
2017-06-13 04:23
has joined #hackathon

jieun447u
2017-06-13 04:23
has joined #hackathon

lapivere
2017-06-13 04:24
has joined #hackathon

daruuuun
2017-06-13 04:25
has joined #hackathon

merryl4d
2017-06-13 04:25
has joined #hackathon

keennay
2017-06-13 04:26
has joined #hackathon

jimmcfairlane
2017-06-13 04:26
has joined #hackathon

moonman
2017-06-13 04:29
has joined #hackathon

choomaz
2017-06-13 04:31
has joined #hackathon

kdek
2017-06-13 04:32
has joined #hackathon

ameanbitcoiner
2017-06-13 04:32
has joined #hackathon

ereonn
2017-06-13 04:33
has joined #hackathon

ayushjohry
2017-06-13 04:37
has joined #hackathon

rkawkxkdwlq
2017-06-13 04:38
has joined #hackathon

lsbp
2017-06-13 04:43
has joined #hackathon

somethingsubtle
2017-06-13 04:44
has joined #hackathon

gemsun1
2017-06-13 04:46
has joined #hackathon

anu291289
2017-06-13 04:47
has joined #hackathon

robpdx36
2017-06-13 04:48
has joined #hackathon

apostolis2
2017-06-13 04:56
has joined #hackathon

kyoungsoo
2017-06-13 04:57
has joined #hackathon

richtran1208
2017-06-13 04:57
has joined #hackathon

sadragon
2017-06-13 04:57
has joined #hackathon

jacobsimon
2017-06-13 04:57
has joined #hackathon

shanwun
2017-06-13 04:58
has joined #hackathon

ht
2017-06-13 04:59
has joined #hackathon

moonlight
2017-06-13 04:59
has joined #hackathon

toyosimas
2017-06-13 04:59
has joined #hackathon

ccltxc
2017-06-13 05:00
has joined #hackathon

victor_vauhn
2017-06-13 05:00
has joined #hackathon

ilovebitusd
2017-06-13 05:04
has joined #hackathon

murraysh
2017-06-13 05:10
has joined #hackathon

cfyql1998
2017-06-13 05:12
has joined #hackathon

shinssem
2017-06-13 05:14
has joined #hackathon

jeff.perrin
2017-06-13 05:16
has joined #hackathon

theguyfawkes
2017-06-13 05:16
has joined #hackathon

joseperal
2017-06-13 05:16
has joined #hackathon

whenpolo
2017-06-13 05:18
has joined #hackathon

zccokie
2017-06-13 05:22
has joined #hackathon

whenbittrex
2017-06-13 05:22
has joined #hackathon

rockyjoe
2017-06-13 05:23
has joined #hackathon

vishaluae
2017-06-13 05:25
has joined #hackathon

teapot
2017-06-13 05:26
has joined #hackathon

rockyjoe
2017-06-13 05:26
:slightly_smiling_face:

sapakus
2017-06-13 05:26
has joined #hackathon

saralyn.slack
2017-06-13 05:28
has joined #hackathon

aunitallday
2017-06-13 05:30
has joined #hackathon

waloboy
2017-06-13 05:30
has joined #hackathon

onejahson
2017-06-13 05:31
has joined #hackathon

neogia
2017-06-13 05:32
has joined #hackathon

flyingforce
2017-06-13 05:34
has joined #hackathon

trez
2017-06-13 05:36
has joined #hackathon

zhangshihu
2017-06-13 05:38
has joined #hackathon

yunbi
2017-06-13 05:41
has joined #hackathon

peihai
2017-06-13 05:43
has joined #hackathon

l4u
2017-06-13 05:43
has joined #hackathon

ajdagg
2017-06-13 05:43
has joined #hackathon

anksya
2017-06-13 05:44
has joined #hackathon

flashjordank
2017-06-13 05:45
has joined #hackathon

mcan543
2017-06-13 05:46
has joined #hackathon

czeers
2017-06-13 05:46
has joined #hackathon

hellobetty
2017-06-13 05:50
has joined #hackathon

walexander81
2017-06-13 05:53
has joined #hackathon

inkpotata12
2017-06-13 05:53
has joined #hackathon

heezageeza
2017-06-13 05:55
has joined #hackathon

246hang
2017-06-13 06:01
has joined #hackathon

phuongthao
2017-06-13 06:04
has joined #hackathon

xin
2017-06-13 06:05
has joined #hackathon

jmostaer
2017-06-13 06:09
has joined #hackathon

ly1658
2017-06-13 06:10
has joined #hackathon

wangpidong
2017-06-13 06:13
has joined #hackathon

shugy
2017-06-13 06:18
has joined #hackathon

wangmi31
2017-06-13 06:21
has joined #hackathon

yapbbip
2017-06-13 06:22
has joined #hackathon

supaplex
2017-06-13 06:25
has joined #hackathon

aso
2017-06-13 06:27
has joined #hackathon

dvodopija
2017-06-13 06:27
has joined #hackathon

pamims
2017-06-13 06:28
has joined #hackathon

davidln
2017-06-13 06:36
has joined #hackathon

jin518
2017-06-13 06:37
has joined #hackathon

dickolsson
2017-06-13 06:37
What?s the first step in trying to debug the connection between `status-dev-cli` and my Status Testflight app? I?m failing with the below in my macOS terminal. The IP number is the one given by the Status app when I turn on debug mode. ```$ status-dev-cli list --ip 192.168.0.16 Server doesn't respond properly. Please, re-run it or re-login to your account. Check our docs for more information: http://docs.status.im/ ``` I have disabled my macOS firewall, as well as temporarily disabled my WiFi router firewall. But that does not seem to work.

wheez
2017-06-13 06:38
has joined #hackathon

pop3opo3
2017-06-13 06:39
has joined #hackathon

wjarmb
2017-06-13 06:40
has joined #hackathon

jeluard
2017-06-13 06:42
@dickolsson Your device must be connected on your WIFI. Make sure it is detected by `status-dev-cli scan`.

matan
2017-06-13 06:43
has joined #hackathon

dickolsson
2017-06-13 06:43
@jeluard Right, my macOS laptop and my iOS device are on the same network. But even `status-dev-cli scan` doesn?t do the trick. It scans forever, without finding anything. Where do I start debugging this?

dickolsson
2017-06-13 06:44
I?m just seeing this forever: ``` $ status-dev-cli scan Searching for connected devices... ```

jeluard
2017-06-13 06:44
Also make sure status is on, debug mode is on and your phone not locked.

shuaiyetu
2017-06-13 06:45
has joined #hackathon

paid213
2017-06-13 06:47
has joined #hackathon

dickolsson
2017-06-13 06:48
@jeluard Yep, I checked that as well. Still doesn?t find the device with a scan

fabius8
2017-06-13 06:50
has joined #hackathon

fsgsradf
2017-06-13 06:50
has joined #hackathon

jeluard
2017-06-13 06:51
@dickolsson TestFlight had some issues in this area, not sure if the latest version with fixes is out yet

jane
2017-06-13 06:51
has joined #hackathon

ok
2017-06-13 06:51
has joined #hackathon

utrdacsvsd
2017-06-13 06:52
has joined #hackathon

nyorai
2017-06-13 06:55
has joined #hackathon

jeluard
2017-06-13 06:55
@dickolsson Another option is to rely on Genymotion or iOS simulator.

asfodpjiowfjoi
2017-06-13 06:57
has joined #hackathon

xxxxi
2017-06-13 06:58
has joined #hackathon

daveywj
2017-06-13 07:01
has joined #hackathon

chris90027
2017-06-13 07:01
has joined #hackathon

ssdyrues
2017-06-13 07:05
has joined #hackathon

jes
2017-06-13 07:07
has joined #hackathon

and1
2017-06-13 07:10
has joined #hackathon

sorama
2017-06-13 07:10
has joined #hackathon

eddy
2017-06-13 07:11
has joined #hackathon

spyman0070
2017-06-13 07:15
has joined #hackathon

18621036263
2017-06-13 07:16
has joined #hackathon

jaksuun
2017-06-13 07:17
has joined #hackathon

olaitanni
2017-06-13 07:23
has joined #hackathon

xunfeng
2017-06-13 07:23
has joined #hackathon

vaelfar
2017-06-13 07:26
has joined #hackathon

eth4life
2017-06-13 07:28
has joined #hackathon

jlo
2017-06-13 07:29
has joined #hackathon

wjarmb
2017-06-13 07:30
????????????

print
2017-06-13 07:31
has joined #hackathon

cfranklin
2017-06-13 07:31
has joined #hackathon

sinkzephyr
2017-06-13 07:33
has joined #hackathon

matick
2017-06-13 07:35
has joined #hackathon

sumitmsingh
2017-06-13 07:40
has joined #hackathon

captaincoin
2017-06-13 07:43
has joined #hackathon

biels
2017-06-13 07:46
has joined #hackathon

tomos
2017-06-13 07:46
has joined #hackathon

samjp91
2017-06-13 07:46
has joined #hackathon

vikasprogrammer
2017-06-13 07:46
has joined #hackathon

rudolfs
2017-06-13 07:48
has joined #hackathon

meixi
2017-06-13 07:55
has joined #hackathon

rotm
2017-06-13 07:55
has joined #hackathon

pascr
2017-06-13 07:58
has joined #hackathon

oracle
2017-06-13 07:59
has joined #hackathon

amorjogo
2017-06-13 07:59
has joined #hackathon

rattan
2017-06-13 07:59
has joined #hackathon

olov
2017-06-13 07:59
has joined #hackathon

guodong
2017-06-13 08:01
has joined #hackathon

enzosauce
2017-06-13 08:02
has joined #hackathon

achterlikken
2017-06-13 08:02
has joined #hackathon

takumikoseki
2017-06-13 08:06
has joined #hackathon

ryanstedman
2017-06-13 08:06
has joined #hackathon

gregtomas
2017-06-13 08:06
has joined #hackathon

tavis
2017-06-13 08:09
has joined #hackathon

sogarmy
2017-06-13 08:10
has joined #hackathon

gailstobie
2017-06-13 08:11
has joined #hackathon

lucasrodes
2017-06-13 08:12
has joined #hackathon

gunnertwin
2017-06-13 08:14
has joined #hackathon

mouragio
2017-06-13 08:15
has joined #hackathon

ssttrr
2017-06-13 08:16
has joined #hackathon

ethereumnick
2017-06-13 08:17
wjarmb: #chinese ?

mathewpaulson
2017-06-13 08:17
has joined #hackathon

wjarmb
2017-06-13 08:17
yes

scotchfingers
2017-06-13 08:17
has joined #hackathon

arjaan
2017-06-13 08:19
has joined #hackathon

geert
2017-06-13 08:20
has joined #hackathon

wjarmb
2017-06-13 08:21
yes

jordibosc
2017-06-13 08:21
has joined #hackathon

hardmy
2017-06-13 08:24
has joined #hackathon

carlosx
2017-06-13 08:25
has joined #hackathon

j0e1in
2017-06-13 08:25
has joined #hackathon

lucasmountain1984
2017-06-13 08:26
has joined #hackathon

tavis
2017-06-13 08:28
where can get IOS app ?

tavis
2017-06-13 08:28
give me a link please?

kimgiho
2017-06-13 08:30
has joined #hackathon

jan_detlefsen
2017-06-13 08:35
tavis: you have to build it

winger13
2017-06-13 08:37
has joined #hackathon

felixlu
2017-06-13 08:38
has joined #hackathon

acer2000
2017-06-13 08:41
has joined #hackathon

polsu
2017-06-13 08:43
has joined #hackathon

xiongtingjin
2017-06-13 08:44
has joined #hackathon

kudu
2017-06-13 08:48
has joined #hackathon

tnovak
2017-06-13 08:49
has joined #hackathon

cryptojoy
2017-06-13 08:49
has joined #hackathon

victornotaro
2017-06-13 08:51
has joined #hackathon

tavis
2017-06-13 08:56
is there any doc ?

tavis
2017-06-13 08:56
to do this

guochao
2017-06-13 08:56
has joined #hackathon

caipirinha51
2017-06-13 08:56
has joined #hackathon

matroos
2017-06-13 08:59
has joined #hackathon


adamdossa
2017-06-13 09:03
FYI - you may find it easier to just use genymotion + emulator if you're doing this for development purposes.

networkdomination
2017-06-13 09:04
has joined #hackathon

duncanaforbes
2017-06-13 09:09
has joined #hackathon

jasrodis
2017-06-13 09:11
has joined #hackathon

gustavo_s
2017-06-13 09:12
has joined #hackathon

olinkl
2017-06-13 09:13
has joined #hackathon

dbyforever
2017-06-13 09:15
has joined #hackathon

wuzhe
2017-06-13 09:17
has joined #hackathon

altmanax
2017-06-13 09:21
has joined #hackathon

controlla
2017-06-13 09:23
has joined #hackathon

knjiga
2017-06-13 09:26
has joined #hackathon

zhangyu890927
2017-06-13 09:27
has joined #hackathon

pierre-v8
2017-06-13 09:29
has joined #hackathon

jasonkarh
2017-06-13 09:32
has joined #hackathon

eb
2017-06-13 09:33
has joined #hackathon

jma_status-im
2017-06-13 09:34
has joined #hackathon

iliesgold
2017-06-13 09:37
has joined #hackathon

dhkdqusxo
2017-06-13 09:38
has joined #hackathon

q505311513
2017-06-13 09:45
has joined #hackathon

shaiguy
2017-06-13 09:49
has joined #hackathon

jinmenjo
2017-06-13 09:52
has joined #hackathon

emreskes
2017-06-13 09:55
has joined #hackathon

okbrown
2017-06-13 09:58
has joined #hackathon

changliuwang
2017-06-13 09:59
has joined #hackathon

cuonghv
2017-06-13 09:59
has joined #hackathon

moon020
2017-06-13 10:00
has joined #hackathon

hubble1976
2017-06-13 10:00
has joined #hackathon

hpiskitel
2017-06-13 10:04
has joined #hackathon

hjj954
2017-06-13 10:07
has joined #hackathon

jan_detlefsen
2017-06-13 10:10
has anyone build anything with this? https://github.com/status-im/general-market-framework

jarradhope
2017-06-13 10:10
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

brokecdx
2017-06-13 10:12
has joined #hackathon

vaubanf
2017-06-13 10:15
has joined #hackathon

nyantomo11
2017-06-13 10:16
has joined #hackathon

fcdagdelen
2017-06-13 10:16
has joined #hackathon

nao0112
2017-06-13 10:17
has joined #hackathon

cryptowanderer
2017-06-13 10:17
jan_detlefsen: not as far as I know Jan - that is one of the proposals (all of which can be found on our wiki too) which has yet to be properly filled out given how stretched we are at the moment. Some really awesome thing under that proposals tab tho...

whatwang
2017-06-13 10:18
has joined #hackathon

happyrover
2017-06-13 10:18
has joined #hackathon

jan_detlefsen
2017-06-13 10:19
oh wow, i did flick through the wiki but will check again.

jan_detlefsen
2017-06-13 10:21
is that ?discover??

poco
2017-06-13 10:22
has joined #hackathon

roberthill
2017-06-13 10:25
has joined #hackathon

yangtai
2017-06-13 10:34
has joined #hackathon

mejak
2017-06-13 10:35
has joined #hackathon

alex3177
2017-06-13 10:36
has joined #hackathon

wjr
2017-06-13 10:37
has joined #hackathon

anomalyadam
2017-06-13 10:37
has joined #hackathon

wjr
2017-06-13 10:38
Hi could I get in on the iOS test?

isasftw
2017-06-13 10:39
@wjr Testflight is completely full

isasftw
2017-06-13 10:40

wjr
2017-06-13 10:41
Oh.. In your mailer it says to join slack and ask

wjr
2017-06-13 10:42
BTW... The URL for slack in your mailer doesn't work (has .im missing)

cryptowanderer
2017-06-13 10:43
which you did, and you have now been answered :wink: Thank you for the note on the link there, will make sure it gets passed on to the person that messed that up :+1: Yeah, you can build yourself and I have a script to help you there, otherwise you'll just need to wait a little while. This is due to Apple's restrictions, not ours, so we are equally frustrated, but yeah, sorry about the wait but we promise it'll be worth it!

rippah87
2017-06-13 10:44
has joined #hackathon

sssrrrggg
2017-06-13 10:45
has joined #hackathon

cryptowanderer
2017-06-13 10:50
is what 'discover'? The general market framework? I think it has much more to do with the sticker market and some other ideas which were too nascent even to put on the wiki. But this is outside my area of expertise and should not be taken as gospel.

henry
2017-06-13 10:50
has joined #hackathon

anco
2017-06-13 10:53
has joined #hackathon

martijns
2017-06-13 10:54
has joined #hackathon

wangzelin
2017-06-13 10:57
has joined #hackathon

drr
2017-06-13 10:58
has joined #hackathon

jan_detlefsen
2017-06-13 10:59
ah okay sticker market

cryptowanderer
2017-06-13 11:00
yeah, the sticker market would be one specific implementation of it, though the idea - as the name suggests - potentially has some more general uses :wink: Feel free to think of some, play with them and report your findings!!! :+1:

johndiamond
2017-06-13 11:00
has joined #hackathon

teeteete
2017-06-13 11:09
has joined #hackathon

k1w1
2017-06-13 11:09
has joined #hackathon

skycn1990
2017-06-13 11:10
has joined #hackathon

skptc
2017-06-13 11:12
has joined #hackathon

wjr
2017-06-13 11:14
OK better to mention that in the email as well then... Your reply although intended as tongue in cheek does leave me feeling a bit baited. Thanks for explaining about Apple.. That makes sense

cryptowanderer
2017-06-13 11:16
haha, I'm really sorry @wjr - not at all my intention - was very much tongue in cheek and I promise we will a) not mess up any links in our emails and b) be more clear about the availability of the app for testing on different platforms.

lightphoenix
2017-06-13 11:17
has joined #hackathon

wjr
2017-06-13 11:17
Happy to hear that thanks. Looking forward to the project

zeng01
2017-06-13 11:17
has joined #hackathon

taltooshy
2017-06-13 11:21
has joined #hackathon

baosiqima
2017-06-13 11:23
has joined #hackathon

evgenouno
2017-06-13 11:31
has joined #hackathon

jochem
2017-06-13 11:34
has joined #hackathon

lucsvo
2017-06-13 11:35
has joined #hackathon

ares
2017-06-13 11:42
has joined #hackathon

hjy110102
2017-06-13 11:42
has joined #hackathon

arong
2017-06-13 11:46
has joined #hackathon

basquiat
2017-06-13 11:53
has joined #hackathon

coldhead
2017-06-13 11:53
has joined #hackathon

mickelmichfromnorway
2017-06-13 11:54
has joined #hackathon

kenzon
2017-06-13 11:55
has joined #hackathon

longonstatus
2017-06-13 11:57
has joined #hackathon

ksaitor
2017-06-13 11:57
has joined #hackathon

weaseladhd
2017-06-13 12:01
has joined #hackathon

existsport
2017-06-13 12:02
has joined #hackathon

infinity
2017-06-13 12:09
has joined #hackathon

round-zeroy
2017-06-13 12:12
has joined #hackathon

blockant
2017-06-13 12:13
has joined #hackathon

pauladeara
2017-06-13 12:15
has joined #hackathon

dickolsson
2017-06-13 12:19
@jeluard Thanks! I will look into the emulator

beebe11
2017-06-13 12:20
has joined #hackathon

kazuya08
2017-06-13 12:21
has joined #hackathon

marcelviana
2017-06-13 12:22
has joined #hackathon

bittersweet
2017-06-13 12:23
has joined #hackathon

marek01
2017-06-13 12:24
has joined #hackathon

lbrown1552
2017-06-13 12:24
has joined #hackathon

bole1301
2017-06-13 12:27
has joined #hackathon

leslie
2017-06-13 12:27
has joined #hackathon

vince.nba91
2017-06-13 12:34
has joined #hackathon

ljbergman
2017-06-13 12:37
has joined #hackathon

tokyoghetto
2017-06-13 12:39
has joined #hackathon

musim
2017-06-13 12:41
has joined #hackathon

fn2017888
2017-06-13 12:42
has joined #hackathon

musim
2017-06-13 12:43
Hi

aventus
2017-06-13 12:43
has joined #hackathon

alon
2017-06-13 12:44
@musim Hi

musim
2017-06-13 12:44
Hi

werwer24
2017-06-13 12:44
has joined #hackathon

j-son
2017-06-13 12:44
has joined #hackathon

utterlove
2017-06-13 12:50
has joined #hackathon

parkdongseok
2017-06-13 12:54
has joined #hackathon

mdv
2017-06-13 12:57
has joined #hackathon

umerenkov
2017-06-13 13:02
has joined #hackathon

ddv_3o.
2017-06-13 13:02
has joined #hackathon

dannyb
2017-06-13 13:04
has joined #hackathon

jac067
2017-06-13 13:07
has joined #hackathon

jazminjor
2017-06-13 13:08
has joined #hackathon

samkrox98
2017-06-13 13:12
has joined #hackathon

yohei1216
2017-06-13 13:15
has joined #hackathon

teddybeargrills
2017-06-13 13:20
has joined #hackathon

denikide
2017-06-13 13:22
has joined #hackathon

daovis
2017-06-13 13:26
has joined #hackathon

modin
2017-06-13 13:26
has joined #hackathon

gh017134
2017-06-13 13:27
has joined #hackathon

feilun
2017-06-13 13:29
has joined #hackathon

jsy
2017-06-13 13:30
has joined #hackathon

uran
2017-06-13 13:32
has joined #hackathon

bjornhelge
2017-06-13 13:32
has joined #hackathon

tony_chen
2017-06-13 13:34
has joined #hackathon

ansonchow
2017-06-13 13:34
has joined #hackathon

cryptowanderer
2017-06-13 13:35
no, it is not. Please do not use this channel for token discussions.

brock
2017-06-13 13:35
@hy11200818 please dont crosspost in multiple channels dude

bettyboo
2017-06-13 13:35
has joined #hackathon

mddste
2017-06-13 13:36
has joined #hackathon

chongjingpin
2017-06-13 13:37
has joined #hackathon

lmpostor
2017-06-13 13:37
has joined #hackathon

mofan
2017-06-13 13:38
has joined #hackathon

isasftw
2017-06-13 13:41
Only about an hour til' the winners announcement!

zhenyat
2017-06-13 13:58
has joined #hackathon

judythai
2017-06-13 14:09
has joined #hackathon

tsubax
2017-06-13 14:09
has joined #hackathon

benmorrow
2017-06-13 14:12
The Winners Announcement will go live on the Status Blog rather than YouTube. I'll post the link here soon! :rocket:

gnarfco
2017-06-13 14:18
has joined #hackathon

co0001
2017-06-13 14:18
@benmorrow what winners? :slightly_smiling_face:

jorisbontje
2017-06-13 14:19
you are all winners! :slightly_smiling_face:

benmorrow
2017-06-13 14:19

co0001
2017-06-13 14:25
Oh, I see

pixel
2017-06-13 14:39
\o/ Exciting

jd3
2017-06-13 14:43
has joined #hackathon

isasftw
2017-06-13 14:49
@benmorrow When will it be live? Link?

kashwin
2017-06-13 14:50
has joined #hackathon

amolpednekar
2017-06-13 14:51

danielmcclure
2017-06-13 14:54
has joined #hackathon

cryptowanderer
2017-06-13 14:56
we're getting there guys, promise.

carlosl
2017-06-13 15:00
has joined #hackathon

amolpednekar
2017-06-13 15:04
:tumbleweed:

it
2017-06-13 15:07
Hi everyone! can not find info about winners in your blog

amolpednekar
2017-06-13 15:07
Ben will post the link here

benmorrow
2017-06-13 15:14
@it Soon!

matthieu
2017-06-13 15:25
has joined #hackathon

kekstyle
2017-06-13 15:26
has joined #hackathon

vikas
2017-06-13 15:37
and everyone is gazing the screen like anything here! :slightly_smiling_face: :slightly_smiling_face:

noman
2017-06-13 15:39
i can't concentrate!

vikas
2017-06-13 15:39
I guess we all are waiting anxiously :slightly_smiling_face: it's so much fun!

benmorrow
2017-06-13 15:40
Thank you for an amazing hackathon! Check out the Winner?s Announcement on our blog: https://medium.com/@status.im/announcing-winners-of-the-status-global-hackathon-a44fb54e98f7. We?re interested to know how you feel about how the hackathon went. Send us your feedback here: https://goo.gl/forms/64fAa4LJwP60DTwN2

cryptowanderer
2017-06-13 15:40
the hackathon announcement: a.k.a a visual education in another core tenet of Status' beliefs: it is important to read :wink:

benmorrow
2017-06-13 15:40
@benmorrow pinned a message to this channel.

noman
2017-06-13 15:40
!!!!

pixel
2017-06-13 15:40
Whooohhhhh!!!

cryptowanderer
2017-06-13 15:41
personally, a big fan of both your guys work, thank you and welcome :wink:

benmorrow
2017-06-13 15:42
Big thanks to @cryptowanderer for helping me write the post :slightly_smiling_face:

nielsv
2017-06-13 15:42
OMG

nielsv
2017-06-13 15:42
jeez that is awesome

noman
2017-06-13 15:42
thanks for the good times and the incredible support throughout

alon
2017-06-13 15:42
Omg! Awesome!

isasftw
2017-06-13 15:42
Ah so no live stream?

pixel
2017-06-13 15:42
Thanks alot for organising this event and helping out @benmorrow @cryptowanderer @andrey , and whoever I'm forgetting

isasftw
2017-06-13 15:43
Thanks for holding the hackathon :slightly_smiling_face: :heart:

vikas
2017-06-13 15:43
@isasftw congrats :slightly_smiling_face: :slightly_smiling_face:

benmorrow
2017-06-13 15:43
@isasftw Correct, sorry about that

cryptowanderer
2017-06-13 15:43
@nielsv congratulations man, that is a truly amazing project. All the judges were legitimately just like :mindblown:

isasftw
2017-06-13 15:43
What, i haven't read it yet :stuck_out_tongue:

nielsv
2017-06-13 15:45
It is so awesome to hear that! We worked hard on it but we had a lot of fun!

joaquin
2017-06-13 15:45
thanks for the hackathon \o/


jan_detlefsen
2017-06-13 15:46
wow that's an amazing app that won, i want to use it now :slightly_smiling_face:

isasftw
2017-06-13 15:46
Wow awesome! Congrats everyone :smile:

cryptowanderer
2017-06-13 15:47
thanks to you too @joaquin! @nielsv it is so awesome to hear that!! :wink: Someone needs to build a hare krishna love chatbot to handle all the feels in this channel right now :joy:

amolpednekar
2017-06-13 15:47
Congratulations to the winners!

amolpednekar
2017-06-13 15:47
:smile:

rahul
2017-06-13 15:48
congrats all! that was a great time

cryptowanderer
2017-06-13 15:50
thanks @rahul, and thanks also for your help in particular, you really added value to this endeavour. Also, in general people, I very much doubt this is the last hackathon we will host, so please stick around and build the future with us :rocket:

noxon
2017-06-13 15:51
how to get money :grinning:

joaquin
2017-06-13 15:51
how we get the money?

joaquin
2017-06-13 15:51
:smile:

benmorrow
2017-06-13 15:51
:joy: We will contact you via DM here on Slack

karalabe
2017-06-13 15:51
Congrats everyone and especially the status team for their amazing involvement throughout the week :slightly_smiling_face:

noman
2017-06-13 15:53
you status folks are incredible. your help has been invaluable

it
2017-06-13 15:54
Thank you STATUS from DAO.CASINO team: Best Game: SwordShield $1,000 in ETH https://medium.com/@status.im/announcing-winners-of-the-status-global-hackathon-a44fb54e98f7

jpaulsen
2017-06-13 15:54
has joined #hackathon

jarradhope
2017-06-13 15:55
Wow thanks so much guys for your patience and experimenting with Status - We certainly learned alot and everyone's given us so much great feedback :slightly_smiling_face: I got to see some really awesome ideas and finally the first steps of mobile-friendly DApps!

qb2
2017-06-13 15:56
I love it how dutch guys created a money-splitting-who-gets-what app, what a cliche:slightly_smiling_face: Disclaimer: Im dutch

xavivives
2017-06-13 15:57
Thanks everyone, was fantastic experience! Congrats to all the winers!

chimaru
2017-06-13 16:00
has joined #hackathon

jan_detlefsen
2017-06-13 16:00
@qb2 i thought that was a german habit

isasftw
2017-06-13 16:04
@jarradhope No, thank *you*! It was an awesome and fun experience working with Status :slightly_smiling_face:

jan_detlefsen
2017-06-13 16:07
This is really eye opening to what?s possible with Status

vikas
2017-06-13 16:08
haha :slightly_smiling_face: gifhive :slightly_smiling_face:

lex0001
2017-06-13 16:09
has joined #hackathon

isasftw
2017-06-13 16:09
Yeah, read it now. Can't believe it :stuck_out_tongue:

vikas
2017-06-13 16:09
I'll definitely continue to try out the bots and commands within status :slightly_smiling_face:

isasftw
2017-06-13 16:10
What kind of dapp did you make @vikas?

vikas
2017-06-13 16:10
We were WeLottify. we tried the powerball game using Ethereum :slightly_smiling_face:

vikas
2017-06-13 16:10
#40 WeLottify

kivokev
2017-06-13 16:11
Same!

isasftw
2017-06-13 16:13
Oh yeah! I wanted to take a look at that, but there was no video?

vikas
2017-06-13 16:14
OH. We couldn't make it due to last minute rush. But, it's simple. steps are given in the github issue that we opened.

isasftw
2017-06-13 16:15
Ok :slightly_smiling_face:

rahul
2017-06-13 16:15
when is Status planning to go live on the Apple App Store?

vikas
2017-06-13 16:17
I'll stay active in here now, after seeing the potential of status and I think many people will stick to this energetic community. :slightly_smiling_face:

ashmon
2017-06-13 16:17
Absolutely amazing applications guys! Great work over here in the Hackathon!

cryptowanderer
2017-06-13 16:20
The bigger question, @rahul, is when is Apple planning on coming to live in the Status DApp Store? :wink:

adamdossa
2017-06-13 16:21
Congrats to the winners! :trophy:

cryptowanderer
2017-06-13 16:21
thanks so much for your work @adamdossa - you were also really helpful in this whole endeavour and we hope you'll be sticking around too.

cryptowanderer
2017-06-13 16:22
and, seriously @rahul, there is a development roadmap somewhere, but I am not currently in a place to access it, sorry. Will post it here when I can

rahul
2017-06-13 16:26
thanks!

cryptowanderer
2017-06-13 16:26
this is why I got mad love for you @benmorrow

josephp
2017-06-13 16:26
Gnat charts ? Or the lurking ?

cxf0106
2017-06-13 16:27
has joined #hackathon

isasftw
2017-06-13 16:29
@benmorrow Is there a chart that shows how much of the projections have been achieved?

cryptowanderer
2017-06-13 16:30
I think that we are fairly close to on target so far, bar the last two weeks due to hackathon and contribution period madness.

isasftw
2017-06-13 16:31
Is swarm support done?

isasftw
2017-06-13 16:31
That's the one i'm most excited about

tank
2017-06-13 16:32
has joined #hackathon

cryptowanderer
2017-06-13 16:32
haha, obviously. I'm not sure that it is, but maybe best to ask @roman about that

adamdossa
2017-06-13 16:39
Some SGT for the losers maybe? ;-)

cryptowanderer
2017-06-13 16:41
@adamdossa I think this is well worth discussing. Will take it up with the team.

karalabe
2017-06-13 16:43
Ok, here's a random thought... Is it possible to receive prizes in status tokens instead of eth? :slightly_smiling_face:

karalabe
2017-06-13 16:44
(No is a perfectly reasonable answer)

cryptowanderer
2017-06-13 16:47
Let me raise this with the team and get back to you all. Would you prefer that @karalabe? Anyone else, to take a quick straw pole? @nielsv @noman @jasoons @rahul @isasftw

rahul
2017-06-13 16:49
hmm i wouldnt mind either way

karalabe
2017-06-13 16:49
Either that or I'll send it back to you during the crowdsale anyway :smile:

isasftw
2017-06-13 16:50
It think i'd like it better in eth, although i'll probably still buy some snt with it

adamdossa
2017-06-13 16:56
Sounds good - will save me from trying to come up with a status meme :-)

jasoons
2017-06-13 16:56
I think 50 50 in eth and status token would work for me.

cryptowanderer
2017-06-13 16:56
*he said, taking his cake while trying to eat it too

karalabe
2017-06-13 16:58
weeell, to be fair that would have been 100-100.... but if that's an option too, I'm definitely in :smile: :stuck_out_tongue:

wighawag
2017-06-13 17:07
Congrats to the winners! Thanks to the status team for organising the hackathon. We did not win but we will surely continue working on our game so everybody can play it

floar
2017-06-13 17:08
Congratz to all the winners. Bummer that so many thing broke and timing was unformtunate but we gonne keep pushing the Unity - Status - Ethereum thing. Maybe with greater success next time :wink:

joaquin
2017-06-13 17:10
question: how the token works? what special rights have a token holder? some ICOs out there have only a contract of {while money < a lot, get more money} but nothing hard-printed in the smart contract about special rights for token holders. how it works for status?

joaquin
2017-06-13 17:10
i am quite new in the ICO stuff

bzone
2017-06-13 17:16
has joined #hackathon

zarkzork
2017-06-13 17:29
Hey guys, if you don't mind leave your message on our pixel wall. It's hackaton project of our team (me, with @hd_deman and @tte). It's image stored inside eth. Here is how it currently looks: http://35.158.18.133/images/pixel.png You can either use our Dapp (works only on mobile clients and has few bugs, but works!) http://pixelwall.s3-website-eu-west-1.amazonaws.com/dapp/ or directly with our contract: 0x158ba17c4607e6c3c781ce186f00bdadd2658587 :heart: to all and thanks :clap: to the Status team for this week. It was fun.

zarkzork
2017-06-13 17:29
We saw few people already posted some things, but we want this to be full :slightly_smiling_face:

benmorrow
2017-06-13 17:31
@joaquin Hi, please keep questions about the Contribution Period in #status. We're going to publish tutorials soon on http://contribute.status.im

noman
2017-06-13 17:32
i love pixelwall

cryptowanderer
2017-06-13 17:32
soooo cool!!! :heart: @pixel

joaquin
2017-06-13 17:36
ok, i will look at the link

mikedunworth
2017-06-13 17:40
has joined #hackathon

alon
2017-06-13 18:03
@cryptowanderer I'm on it!

jshy3
2017-06-13 18:06
congrats to the winners!

jshy3
2017-06-13 18:06
@benmorrow where do the judges leave feedback?

noman
2017-06-13 18:07
yeah i would love feedback both bad and good, if it's being left anywhere other than the announcement post

benmorrow
2017-06-13 18:07
Yes, I have it. Anyone who wants it, DM me

cryptowanderer
2017-06-13 18:09
@jasoons ^

ethereumnick
2017-06-13 18:09
I just read the blog post and wanted to say :tophat: off to you all & well done :clap:

nerusix
2017-06-13 18:34
has joined #hackathon

cryptofan
2017-06-13 18:37
has joined #hackathon

josephp
2017-06-13 18:41
@zarkzork so so sick :heart:

698619348
2017-06-13 19:04
has joined #hackathon

archie2k
2017-06-13 19:11
has joined #hackathon

dyuryul
2017-06-13 19:17
has joined #hackathon

makoto
2017-06-13 19:17
Thank you so much guys

grawse
2017-06-13 19:25
has joined #hackathon

torchorse
2017-06-13 19:41
has joined #hackathon

tatu
2017-06-13 20:16
Congratulations to all the winners, runner-ups and judges for their work, and kudos to Ben, Andy, the dev team and everyone involved for great work!

chinaroy
2017-06-13 20:24
has joined #hackathon

joniel
2017-06-13 21:09
has joined #hackathon

sinkanon
2017-06-13 21:14
has joined #hackathon

brentongunning
2017-06-13 21:28
has joined #hackathon

ummjackson
2017-06-13 21:41
really awesome stuff on the hackathon folks... all these entries are seriously impressive :slightly_smiling_face:

ummjackson
2017-06-13 21:41
good sign of things to come

benmorrow
2017-06-13 21:43
I've heard from several of the teams who will keep working on their projects. Ethereum on mobile is on the way!

isasftw
2017-06-13 21:44
@ummjackson Wait... Are you the creator of :doge: :coin:?

ummjackson
2017-06-13 21:45
i am :slightly_smiling_face:

ummjackson
2017-06-13 21:45
getting excited about status though !

isasftw
2017-06-13 21:46
Yeah, status is great :smile:

josephp
2017-06-13 21:53
:bow: @ummjackson

nnamdiokey
2017-06-13 22:08
has joined #hackathon

mrm
2017-06-13 22:33
has joined #hackathon

zero.one
2017-06-13 22:54
grats to the winners!

kiyo
2017-06-13 23:02
has joined #hackathon

wjarmb
2017-06-14 00:29
.

benmorrow
2017-06-14 00:31
@wjarmb Hi, did you have a question?

iska
2017-06-14 00:32
has joined #hackathon

cryptonova
2017-06-14 00:33
has joined #hackathon

wjarmb
2017-06-14 00:33
Who are you?

benmorrow
2017-06-14 00:35
I'm the hackathon organizer. You can see what everybody built this week here: https://blog.status.im/announcing-winners-of-the-status-global-hackathon-a44fb54e98f7

wjarmb
2017-06-14 00:37
OK ,i am a chinese,I just joined,I am learning,Congratulations on the success of your project

benmorrow
2017-06-14 00:38
Welcome :slightly_smiling_face: Glad to have you

seadog
2017-06-14 01:00
grats to the winners! +1

the_1
2017-06-14 01:07
congrats to the winners and everyone that participated

andrewrd
2017-06-14 01:10
Congrats to all the winners :slightly_smiling_face: I'm across the world in Australia so haven't been able to view the video until just recently. Hackathon was definitely a great experience.

andrewrd
2017-06-14 01:11
Some of the entrants blew me away, it's crazy to think that they finished their projects in such a small time.

the_1
2017-06-14 01:21
I know right

longplay
2017-06-14 01:35
Honestly, I fell so grateful that my team won. Hackathon was one of the best experiences of my life!

scottmatheina
2017-06-14 02:01
@scottmatheina has left the channel

poya
2017-06-14 02:13
has joined #hackathon

denglt1979
2017-06-14 02:43
has joined #hackathon

weijizg
2017-06-14 02:57
About the hackathon ,the first place .

weijizg
2017-06-14 02:58
Actually , Wechat has made it long long ago

blockchaindotsol
2017-06-14 03:32
has joined #hackathon

jan_detlefsen
2017-06-14 03:34
are you guys concerned about gas prices? Seems like many interesting ideas are in the space of micro payments, split the bill, etc.

jajabean
2017-06-14 03:47
has joined #hackathon

duoduo0322
2017-06-14 03:54
has joined #hackathon

noman
2017-06-14 04:28
@jan_detlefsen gas prices will allegedly be left up to a "market" in the future. right now they are hard coded into the protocol but in the future, vitalik said that there would be some mechanism where "the market" would decide what they should be

noman
2017-06-14 04:29
but to answer your question, yes, at the moment it's concerning

crss308
2017-06-14 04:32
has joined #hackathon

tomnash
2017-06-14 04:48
Crikey - stayed up late last night to catch the results but fell asleep beforehand :joy: so I'm late to this party! Great to be a part of the hackathon, looking forward to fleshing out our little dapp when time permits, cheers to the Status team for being helpful AF throughout the week (and no doubt putting in some mammoth shifts). If you're ever in Melbourne then I'll shout you all a beer or six. :beers:

wonbin
2017-06-14 04:58
has joined #hackathon

jorisbontje
2017-06-14 05:04
Thanks @benmorrow and the entire Status team & community for organising this hackathon. It was a pleasure to see the vibrant energy and top notch support by the dev team during the week.

itanjun
2017-06-14 05:18
has joined #hackathon

josephp
2017-06-14 05:21
Conversely PoS was invented to get around this ... Oh well... Ethereum is a horror show really :-)

noman
2017-06-14 05:21
it's just getting started @josephp !

noman
2017-06-14 05:45
is status doing any end to end encryption inside the whisper messages? does whisper do that automatically? i see one's account has a public key in status but it's not clear if that's the public key the address is based on, or the public key for message encryption, or both?

noman
2017-06-14 05:46
i assume/hope it's not both

bluee.cheng
2017-06-14 06:00
has joined #hackathon

xixi
2017-06-14 06:05
has joined #hackathon

roman
2017-06-14 06:16
Whisper v5 allows to specify sym/asym key for all messages, so we don't need to use any additional encryption in most of cases. But we still have some legacy code which does encryption for messages in group chat, as previous version of Whisper didn't support symmetric keys.

noman
2017-06-14 06:16
what key is whisper using by default? i'm trying to find the hardcore docs on it

noman
2017-06-14 06:17
i would think that you'd generate a new key off your main key and use that

cryptowanderer
2017-06-14 06:17

noman
2017-06-14 06:17
or something like that

noman
2017-06-14 06:17
i think i've seen that, @cryptowanderer , that's pre 5, though, if i'm not mistaken

cryptowanderer
2017-06-14 06:17
the video is, the docs have links to all the up-to-date stuff

jayadtu
2017-06-14 06:17
has joined #hackathon

noman
2017-06-14 06:18
ah cool

noman
2017-06-14 06:18
i'm scouring the githubs

noman
2017-06-14 06:19
i've been exploring the idea of having a single offline master key that is the source for all other keys for all of crypto life

noman
2017-06-14 06:19
everything is just subkeys

roman
2017-06-14 06:19
@noman we will review our messaging protocol soon, and i suppose we will add some more detailed docs then about how exactly we are using Whisper v5

noman
2017-06-14 06:20
cool, that would be fun to read

noman
2017-06-14 06:22
this feels out of date i think https://github.com/ethereum/wiki/wiki/Whisper

noman
2017-06-14 06:22
nov 2016?

stephan
2017-06-14 06:24
if I want to send some some ETH to one of the commiteth bounties: who can claim that and how? the owner of the issue or the one who did the pull request?


noman
2017-06-14 06:26
a ha!! thank you

noman
2017-06-14 06:26
exactly what i was looking for

cryptowanderer
2017-06-14 06:28
@stephan as far as I understand, you, as the owner can create an issue and tie a CommitEth bounty to this. Then, anyone can come along and submit a PR that fixes that specific issue. As owner, you can then review and see if it does fix. If you think it does, and merge the PR, then the payment fires off to the person who wrote the PR. I may be missing some steps there though, so don't take it as gospel.

noman
2017-06-14 06:29
interesting > Although we assume these standard encryption algorithms to be reasonably secure, users are encouraged to use their own custom encryption on top of the default Whisper encryption.

noman
2017-06-14 06:30
so they recommend the app itself do encryption before even giving it to whisper

hanne
2017-06-14 06:30
has joined #hackathon

stephan
2017-06-14 06:32
thank you @cryptowanderer for the hackathon issues someone else, probably the status team, added commiteth bounties. so I am not sure about my role as issue owner, I can't claim anything. there is a PR. I am now trying to find out whether the submitter of the PR can claim a bounty.

benmorrow
2017-06-14 06:33
We were hoping to be able to experiment with CommitETH for the hackathon submission, but decided on the reward in #hackathon-entries instead

stephan
2017-06-14 06:37
ok. thank you @benmorrow so better not send ETH to the commiteth contract then?

cryptowanderer
2017-06-14 06:38
yeah, I think we came to this decision because CommitEth has not been fully audited yet @stephan, so we just want to err on the safe side of things always. Def best not to send Eth to it for now.

stephan
2017-06-14 06:39
then I would suggest to take the bounty addresses off the hackathon issues. like this it's a bit misleading.

stephan
2017-06-14 06:42
it would be great to use it for adding rewards and showing some love to the great projects in this. but if it's not supported or even clear how to use it then better remove it again.

cryptowanderer
2017-06-14 06:45
@stephan I have removed it from your issue :+1:

little315
2017-06-14 06:50
has joined #hackathon

farazdagi
2017-06-14 06:52
@noman actually, app can encrypt the message, then Whisper does encryption to achieve, say, plausible deniability, then Ethereum p2p messages are also travelling encrypted. Now, while Whisper and Ethereum encryption is something that you can read about on `go-ethereum` wiki @roman has linked to, where it gets even more interesting is app-level encryption, right? We will be using what is called Double Ratchet algorithm (https://whispersystems.org/docs/specifications/doubleratchet/), where we achieve both forward secrecy (knowing some key that decrypts message, doesn't allow you to decrypt previous messages i.e. key for messages changes) and break-in recovery (if attacker knows some key to decrypt a message, it is not enough to decrypt future messages i.e. there's variation of Diffie-Hellman exchange, where DH keys are generated and exchanged for each ratchet step).

cryptowanderer
2017-06-14 06:54
Wooooot!!! @farazdagi I remember freaking out about double ratchet when Signal was just becoming a thing and moxy marlinspike was writing all that stuff about self-sovereign identity (http://www.moxytongue.com/2016/02/self-sovereign-identity.html). It is frikking mind-blowingly cool

farazdagi
2017-06-14 06:54
Overall, this 3-level encryption is going to make our message exchange absolutely amazing (and it is one of the most interesting part that backend team will work on).

farazdagi
2017-06-14 06:54
Yep, I hear you @cryptowanderer :slightly_smiling_face:

betheone
2017-06-14 07:00
@farazdagi looking forward for this advancements. Just a quick question, if I may ask, can we use this algorithm to achieve data privacy via smart contracts communication?

zeenen
2017-06-14 07:01
has joined #hackathon

erictsang
2017-06-14 07:02
has joined #hackathon

mjmusician
2017-06-14 07:04
has joined #hackathon

sunflower
2017-06-14 07:15
has joined #hackathon

farazdagi
2017-06-14 07:22
@betheone well, when it comes to smart contracts and their communication then I need to educate myself more about them, as I know very little (only some high level overview of smart contracts + small amount of tests to make sure Status can deploy them + some minor experiments with solidity, all of which is definitely not enough). If talking about communication in general then Double Ratchet specification (linked above) is very easy reading, and talks about algorithm's security properties in details (so, I guess it is better to review it - answer might be there).

power
2017-06-14 07:23
has joined #hackathon

noman
2017-06-14 07:24
@farazdagi I love this doc and i've read it 5 times already. i'm about 85% getting it (not the math, but the process)

noman
2017-06-14 07:24
cool!

noman
2017-06-14 07:24
i'm really excited about double ratchet whisper

noman
2017-06-14 07:25
@betheone i believe obscured contract transactions is in the zkSNARKS domain

noman
2017-06-14 07:26
where the contents of a transaction can be confirmed without actually knowing what the contents are

noman
2017-06-14 07:26
so someone can validate a transaction, the content of which they do not know

bdm10
2017-06-14 07:30
has joined #hackathon

jze
2017-06-14 07:48
has joined #hackathon

betheone
2017-06-14 07:57
thanks for your point of view

betheone
2017-06-14 07:59
@noman. Thats the way to go. Btw, are there any experiments to use zkSNARKS in ethereum context with smart contrats?

rvt
2017-06-14 08:05
has joined #hackathon

cryptowanderer
2017-06-14 08:09
@betheone there is something called Project Alchemy, though it's been quiet for some months now: https://github.com/ConsenSys/Project-Alchemy

cryptowanderer
2017-06-14 08:09


jarradhope
2017-06-14 08:10
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

septimia
2017-06-14 08:39
has joined #hackathon

irowebot
2017-06-14 08:41
has joined #hackathon

cryptorex
2017-06-14 08:48
hi does anyone know if they have made the decision on whether the SGT wallets will be made a priority for the crowdsale?

seadog
2017-06-14 09:02
@cryptorex I also want to know, and what's the limit for one address to contribute

cryptowanderer
2017-06-14 09:03
please do not use this channel for token discussions :angry: :facepalm:

hodl
2017-06-14 09:19
@cryptowanderer Good luck with trying to handle this on the 17th :stuck_out_tongue_winking_eye:

jan_detlefsen
2017-06-14 09:38
any plan to deploy a faq bot?

andrey
2017-06-14 09:44
deploy a faq bot? did i miss something?

jan_detlefsen
2017-06-14 09:54
a bot in slack thats helps answer repeated questions.

isasftw
2017-06-14 09:55
That would be good

cryptowanderer
2017-06-14 09:56
it feels a little impersonal, which is why we have team members here rather than bots. There were also rumblings about custom commands, but think that we have just been so swamped and trying our best to make this slack as seccure as possible that we just haven't got there... Let me see !whitepaper


cryptowanderer
2017-06-14 09:56
hah, it actually does work :simple_smile:

cryptowanderer
2017-06-14 09:56
awesome

jan_detlefsen
2017-06-14 10:02
true i just try to imagine how the other channel will look like on saturday

jayt
2017-06-14 10:20
has joined #hackathon

j-roc
2017-06-14 10:27
has joined #hackathon

fabius8
2017-06-14 10:38
Hi guys, How the ethereum network stores our message? In the blockchain?

cryptowanderer
2017-06-14 10:39
They are not stored, they are bounced around the Whisper network with a specific time to live. Please read the docs: https://github.com/ethereum/go-ethereum/wiki/Whisper Storing messages on chain would be insanity

freenboo
2017-06-14 10:40
Hey everyone, what's gas for?

cryptowanderer
2017-06-14 10:40
to pay for computational costs on the network - you also clearly need to go read the wiki: https://github.com/ethereum/wiki/wiki

fabius8
2017-06-14 10:46
Why I use status-im if I need to spend money to send a message? Is there a senario I need to use status-im?

cryptowanderer
2017-06-14 10:47
@fabius8 go and ask in #status - this is a channel for devs

yueying
2017-06-14 10:48
has joined #hackathon

freenboo
2017-06-14 10:48
How do we buy status?

dreamchaser
2017-06-14 10:53
has joined #hackathon

st216..
2017-06-14 11:09
has joined #hackathon

songzibin
2017-06-14 11:11
has joined #hackathon

2575390493
2017-06-14 11:20
has joined #hackathon

jackon86
2017-06-14 11:32
has joined #hackathon

jshy3
2017-06-14 11:48
@nielsv @pixel congrats again! your presentation is so awesome! what software did you use to make it?

pixel
2017-06-14 11:53
hey @jshy3 A friend helped us with some Adobe tools to make a video :slightly_smiling_face: Thanks.

2017-06-14 12:11
This message was deleted.

katie
2017-06-14 12:11
has joined #hackathon

bobulator
2017-06-14 12:12
has joined #hackathon

precious12345
2017-06-14 12:14
has joined #hackathon

jani
2017-06-14 12:16
has joined #hackathon

teamorning
2017-06-14 12:16
has joined #hackathon

eldukay20
2017-06-14 12:17
has joined #hackathon

nimesha
2017-06-14 12:17
has joined #hackathon

jan_detlefsen
2017-06-14 12:19
@chenzhichao stop spamming your scams

yubao
2017-06-14 12:19
has joined #hackathon

no9sik
2017-06-14 12:19
has joined #hackathon

marlonsib
2017-06-14 12:20
has joined #hackathon

efreeet
2017-06-14 12:23
has joined #hackathon

johnj
2017-06-14 12:23
has joined #hackathon

hungryandangry
2017-06-14 12:24
has joined #hackathon

stori11
2017-06-14 12:25
has joined #hackathon

coinmaniac
2017-06-14 12:25
has joined #hackathon

xyz
2017-06-14 12:27
has joined #hackathon

lij
2017-06-14 12:27
has joined #hackathon

anild
2017-06-14 12:32
has joined #hackathon

y
2017-06-14 12:34
has joined #hackathon

fredick
2017-06-14 12:36
has joined #hackathon

jaymz87
2017-06-14 12:36
has joined #hackathon

elohim
2017-06-14 12:36
has joined #hackathon

dd3d
2017-06-14 12:42
has joined #hackathon

ddoim
2017-06-14 12:44
has joined #hackathon

vagnavs
2017-06-14 12:44
has joined #hackathon

devisiyi
2017-06-14 12:48
has joined #hackathon

mrdrummer
2017-06-14 12:49
has joined #hackathon

2017-06-14 12:50

zq839052
2017-06-14 12:53
thank!!!

joonkee
2017-06-14 12:54
has joined #hackathon

jensj
2017-06-14 12:55
has joined #hackathon

henchman
2017-06-14 12:55
has joined #hackathon

pierrick
2017-06-14 12:55
has joined #hackathon

fragnat
2017-06-14 12:57
has joined #hackathon

carlpan7
2017-06-14 12:57
has joined #hackathon

antontrade
2017-06-14 12:58
has joined #hackathon

emiya
2017-06-14 12:59
has joined #hackathon

jimsr
2017-06-14 13:01
has joined #hackathon

captaincoin
2017-06-14 13:01
hi everyone. I've been sent to the hackathon room by the ops, since apparently in here are the most devs.

captaincoin
2017-06-14 13:02
i built status for ios and want to deploy it, can anyone assist me a little bit, please?

cryptowanderer
2017-06-14 13:02
sure. What do you want to deploy it on?

captaincoin
2017-06-14 13:02
on my iphone :slightly_smiling_face:

kkelloww
2017-06-14 13:02
has joined #hackathon

cryptowanderer
2017-06-14 13:03
ok, if you've built it, connect your phone to your machine and run the app through XCode as per usual?

kaidzen
2017-06-14 13:04
has joined #hackathon

superli
2017-06-14 13:05
has joined #hackathon

joeyjojo
2017-06-14 13:07
has joined #hackathon

myndel
2017-06-14 13:07
has joined #hackathon

majykman
2017-06-14 13:08
has joined #hackathon

scottf
2017-06-14 13:10
has joined #hackathon

cash
2017-06-14 13:10
has joined #hackathon

boonzor
2017-06-14 13:10
has joined #hackathon

cryptowanderer
2017-06-14 13:11
@captaincoin how's it going? Have you ever used XCode before?

sweetj
2017-06-14 13:12
has joined #hackathon

starenkii
2017-06-14 13:13
has joined #hackathon

akihiro43
2017-06-14 13:14
has joined #hackathon

hidy
2017-06-14 13:15
has joined #hackathon

andrew_r
2017-06-14 13:15
has joined #hackathon

dimonle
2017-06-14 13:15
has joined #hackathon

rickvanboxtel
2017-06-14 13:16
has joined #hackathon

captaincoin
2017-06-14 13:16
@cryptowanderer yes I did, even though I am not a regular IOS dev. I can ask the ios dev in our company to assist, but i think i should be able to get it done. I was just looking for a project file to open and was confused.

kumagera
2017-06-14 13:16
has joined #hackathon

dirkmr
2017-06-14 13:17
has joined #hackathon

hyun_70
2017-06-14 13:17
has joined #hackathon

cryptowanderer
2017-06-14 13:17
Ya, once you have built it there should be an `xcworkspace` file that you can open in XCode and then build onto your phone :+1:

captaincoin
2017-06-14 13:18
@cryptowanderer ok, i?ll try?

captaincoin
2017-06-14 13:19
@cryptowanderer do i need to create a project and drag the folder in?

captaincoin
2017-06-14 13:19
whats the process here?

cryptowanderer
2017-06-14 13:19
double clicking it should just open it in Xcode

vdrijdt
2017-06-14 13:20
has joined #hackathon

captaincoin
2017-06-14 13:20
ok, perhaps sth went wrong. The compile process exited with: Cleaning up Go runtime for ios-9.3/arm64... Patching Statusgo.h to work correctly on any arch (32bit, 64bit) Cleaning up build environment... iOS framework cross compilation done.

captaincoin
2017-06-14 13:20
but i do not have a xcodeproj or xcowrkspace file anywhere?

jpritikin
2017-06-14 13:20
has joined #hackathon

jagged
2017-06-14 13:21
has joined #hackathon

virdoc
2017-06-14 13:22
has joined #hackathon

cryptowanderer
2017-06-14 13:22
this is (roughly) what your folder directory should look like after successfully building for iOS, following the step as outlined on the wiki

captaincoin
2017-06-14 13:22
@cryptowanderer do i need to run any of the shell-scripts?

orangedev
2017-06-14 13:22
has joined #hackathon

cryptowanderer
2017-06-14 13:23

jejudooly
2017-06-14 13:24
has joined #hackathon

jordn
2017-06-14 13:24
has joined #hackathon

captaincoin
2017-06-14 13:24
@cryptowanderer no i did not!! i used this simple instruction: https://github.com/status-im/status-go/wiki/Build-Process-Explained

jarradhope
2017-06-14 13:24
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

captaincoin
2017-06-14 13:25
basically i just did a make install

patchikoooo
2017-06-14 13:25
has joined #hackathon

bez
2017-06-14 13:25
has joined #hackathon

infecy
2017-06-14 13:25
has joined #hackathon

cryptowanderer
2017-06-14 13:26
haha, that'd explain that then @captaincoin. If you have an iOS dev handy, give him this script: https://gist.github.com/andytudhope/a06e1c9916e23909321f6ac427aaf348, tell him he'll need to use iTerm2 (a terminal replacement) and run the command `instruments -s devices` and replace the UUID I use with a simulator of his choice, or comment that line out if building to your phone.

cloudpost
2017-06-14 13:26
has joined #hackathon

ohakevin
2017-06-14 13:26
has joined #hackathon

kentouze
2017-06-14 13:28
has joined #hackathon

al888
2017-06-14 13:30
has joined #hackathon

gab55555
2017-06-14 13:30
has joined #hackathon

maxbevza
2017-06-14 13:30
has joined #hackathon

jperman
2017-06-14 13:31
has joined #hackathon

paull
2017-06-14 13:31
has joined #hackathon

koji618
2017-06-14 13:31
has joined #hackathon

qq630987018
2017-06-14 13:32
has joined #hackathon

khorax
2017-06-14 13:34
has joined #hackathon

mlsq
2017-06-14 13:36
has joined #hackathon

mystical
2017-06-14 13:36
has joined #hackathon

qq630987018
2017-06-14 13:37
H

captaincoin
2017-06-14 13:37
@cryptowanderer Alright, I'll try it myself before making a fool of myself :slightly_smiling_face: Thanks for the instructions?

vidu4vidu
2017-06-14 13:37
has joined #hackathon

jfquintero
2017-06-14 13:38
has joined #hackathon

vladchi
2017-06-14 13:39
has joined #hackathon

jonnyhardwick
2017-06-14 13:40
has joined #hackathon

pt206727
2017-06-14 13:40
has joined #hackathon

wayne333
2017-06-14 13:40
has joined #hackathon

vanpeet
2017-06-14 13:41
has joined #hackathon

davidedicillo
2017-06-14 13:42
has joined #hackathon

and58
2017-06-14 13:43
has joined #hackathon

anaorg
2017-06-14 13:43
has joined #hackathon

ru4ru
2017-06-14 13:43
has joined #hackathon

stf
2017-06-14 13:44
has joined #hackathon

jas
2017-06-14 13:45
has joined #hackathon

rinrin3993
2017-06-14 13:46
has joined #hackathon

longjohn
2017-06-14 13:47
has joined #hackathon

canta
2017-06-14 13:48
has joined #hackathon

kimitakem
2017-06-14 13:50
has joined #hackathon

moritzfelipe
2017-06-14 13:50
has joined #hackathon

kevincuth5
2017-06-14 13:51
has joined #hackathon

carlobaba
2017-06-14 13:53
has joined #hackathon

gypsy-king
2017-06-14 13:55
has joined #hackathon

craig
2017-06-14 13:56
has joined #hackathon

phreeksta
2017-06-14 13:58
has joined #hackathon

andreslugo8
2017-06-14 13:59
has joined #hackathon

catherine
2017-06-14 14:00
has joined #hackathon

john_mey
2017-06-14 14:02
has joined #hackathon

dandydodel
2017-06-14 14:02
has joined #hackathon

tdang93
2017-06-14 14:03
has joined #hackathon

yesbasic
2017-06-14 14:03
has joined #hackathon

berbedoz
2017-06-14 14:04
has joined #hackathon

osyou771
2017-06-14 14:05
has joined #hackathon

kapral285
2017-06-14 14:06
has joined #hackathon

travolta1347
2017-06-14 14:10
has joined #hackathon

snasps
2017-06-14 14:10
has joined #hackathon

tabibito
2017-06-14 14:11
has joined #hackathon

pztuya
2017-06-14 14:12
has joined #hackathon

jan_detlefsen
2017-06-14 14:12
anyone wants laptop stickers? uploaded logo to redbubble. selling with 0% markup, just service for community. if that breaks any rules i will remove it. https://www.redbubble.com/people/jandetlefsen/works/26808460-status?asc=u

jarradhope
2017-06-14 14:12
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

ymsong
2017-06-14 14:13
has joined #hackathon

jan_detlefsen
2017-06-14 14:13
anyone know better site let me know. $26 to ship some stickers to thailand :disappointed:

cryptowanderer
2017-06-14 14:14
@jan_detlefsen I would actually be pretty keen for one of those and there was talk a while back of getting some. Could we put it on ice just until after the contribution period though? (you can leave the link)

jan_detlefsen
2017-06-14 14:14
sure

jan_detlefsen
2017-06-14 14:15
you mean take it off the redbubble site?

cryptowanderer
2017-06-14 14:15
no, not at all - it's just that talking money and selling and whatever is sensitive in here right now :wink:

jan_detlefsen
2017-06-14 14:16
okay

spletz
2017-06-14 14:17
has joined #hackathon

tomr
2017-06-14 14:21
has joined #hackathon

jordym
2017-06-14 14:22
so

jordym
2017-06-14 14:22
are language fixes also big bugs for 25000$

jordym
2017-06-14 14:22
xD

jingpengruan
2017-06-14 14:22
has joined #hackathon

rljzz
2017-06-14 14:23
has joined #hackathon

wangfj_cn
2017-06-14 14:23
has joined #hackathon

vik
2017-06-14 14:24
has joined #hackathon

jeremyv
2017-06-14 14:26
has joined #hackathon

359882913
2017-06-14 14:26
has joined #hackathon

itsyourboy
2017-06-14 14:26
has joined #hackathon

bodacious
2017-06-14 14:27
has joined #hackathon

noman
2017-06-14 14:27
@betheone I'm not sure if there's what's out there but vitalik posted a while back that they were implementing snarks in ethereum and I THINK he said they had already successfully done it in testing

jkymg
2017-06-14 14:30
has joined #hackathon

istra28
2017-06-14 14:30
has joined #hackathon

mthiro
2017-06-14 14:31
has joined #hackathon

261080423
2017-06-14 14:32
has joined #hackathon

adam88
2017-06-14 14:32
has joined #hackathon

onizuka
2017-06-14 14:34
has joined #hackathon

subcide
2017-06-14 14:34
has joined #hackathon

forcize
2017-06-14 14:35
has joined #hackathon

jorgep
2017-06-14 14:35
has joined #hackathon

mariarugeles
2017-06-14 14:37
has joined #hackathon

ashmon
2017-06-14 14:38
@jordym While I doubt it, they could put you in contention for earning some SGT, so keep it up!

mve32
2017-06-14 14:38
has joined #hackathon

elique
2017-06-14 14:40
has joined #hackathon

mrkim
2017-06-14 14:41
has joined #hackathon

bpodolsky
2017-06-14 14:41
has joined #hackathon

golhoon
2017-06-14 14:41
has joined #hackathon

mneric
2017-06-14 14:42
has joined #hackathon

tabataman
2017-06-14 14:44
has joined #hackathon

yanzhao
2017-06-14 14:44
has joined #hackathon

nikodim
2017-06-14 14:45
has joined #hackathon

vesarion
2017-06-14 14:45
has joined #hackathon

geraldbrucereum1000
2017-06-14 14:45
has joined #hackathon

kansloze
2017-06-14 14:45
has joined #hackathon

jayjay06
2017-06-14 14:46
has joined #hackathon

someletters
2017-06-14 14:47
has joined #hackathon

ele711
2017-06-14 14:47
has joined #hackathon

prezident0001
2017-06-14 14:50
has joined #hackathon

vitalya_karvel
2017-06-14 14:51
has joined #hackathon

datach
2017-06-14 14:52
has joined #hackathon

avy
2017-06-14 14:52
has joined #hackathon

gainer
2017-06-14 14:53
has joined #hackathon

serena
2017-06-14 14:56
has joined #hackathon

eugene27
2017-06-14 14:56
has joined #hackathon

balhea
2017-06-14 14:57
has joined #hackathon

zidan
2017-06-14 14:57
has joined #hackathon

a171771365
2017-06-14 14:59
has joined #hackathon

zipppy83
2017-06-14 14:59
has joined #hackathon

yu
2017-06-14 15:01
has joined #hackathon

2econd
2017-06-14 15:02
has joined #hackathon

cryptoadvisors
2017-06-14 15:04
has joined #hackathon

silversneser
2017-06-14 15:05
has joined #hackathon

venman999
2017-06-14 15:05
has joined #hackathon

maroboss
2017-06-14 15:07
has joined #hackathon

songzibin9
2017-06-14 15:07
has joined #hackathon

a3445176
2017-06-14 15:09
has joined #hackathon

chrsmrtn81
2017-06-14 15:09
has joined #hackathon

romainrbr
2017-06-14 15:11
has joined #hackathon

caoruiming
2017-06-14 15:12
has joined #hackathon

ihsan
2017-06-14 15:12
has joined #hackathon

sparky
2017-06-14 15:15
has joined #hackathon

haslo
2017-06-14 15:17
has joined #hackathon

numnerpeasent
2017-06-14 15:19
has joined #hackathon

kwiknikk
2017-06-14 15:19
has joined #hackathon

dauras
2017-06-14 15:20
has joined #hackathon

taras
2017-06-14 15:20
has joined #hackathon

ellewen
2017-06-14 15:21
has joined #hackathon

apummarolingopp
2017-06-14 15:22
has joined #hackathon

clif
2017-06-14 15:23
has joined #hackathon

venturer
2017-06-14 15:24
has joined #hackathon

jefbelgium
2017-06-14 15:26
has joined #hackathon

masterix1968
2017-06-14 15:27
has joined #hackathon

jordym
2017-06-14 15:27
where can I send corrigations?

hommie
2017-06-14 15:29
has joined #hackathon

bella
2017-06-14 15:30
has joined #hackathon

kawanoma
2017-06-14 15:32
has joined #hackathon

fallenangel
2017-06-14 15:33
has joined #hackathon

ryankrueger
2017-06-14 15:35
has joined #hackathon

frankrx15
2017-06-14 15:36
has joined #hackathon

jjimenez
2017-06-14 15:38
has joined #hackathon

danjay
2017-06-14 15:38
has joined #hackathon

evin
2017-06-14 15:42
has joined #hackathon

ludawho1224
2017-06-14 15:44
has joined #hackathon

hophi
2017-06-14 15:45
has joined #hackathon

captaincoin
2017-06-14 15:46
I am in? we could be corregating back and forth and earn some serious money!! :slightly_smiling_face:

sandercoin
2017-06-14 15:46
has joined #hackathon

mr.k7722
2017-06-14 15:46
has joined #hackathon

silverantidote
2017-06-14 15:47
has joined #hackathon

markyu522
2017-06-14 15:48
has joined #hackathon

armigoldman
2017-06-14 15:49
has joined #hackathon

dtrumptrain
2017-06-14 15:52
has joined #hackathon

sonia
2017-06-14 15:53
has joined #hackathon

richbit
2017-06-14 15:53
has joined #hackathon

el_chapo
2017-06-14 15:54
has joined #hackathon

northshore
2017-06-14 15:55
@northshore has left the channel

rubenakopyan
2017-06-14 15:55
has joined #hackathon

monti
2017-06-14 15:56
has joined #hackathon

salamanca
2017-06-14 15:56
has joined #hackathon

heringtonm
2017-06-14 15:57
has joined #hackathon

thomas222
2017-06-14 15:58
has joined #hackathon

veytey
2017-06-14 15:58
has joined #hackathon

moop
2017-06-14 15:59
has joined #hackathon

nlovell
2017-06-14 16:00
has joined #hackathon

winemarshal
2017-06-14 16:01
has joined #hackathon

kenneth.lowwh
2017-06-14 16:01
has joined #hackathon

dharnchuks
2017-06-14 16:01
has joined #hackathon

atlasbtc
2017-06-14 16:03
has joined #hackathon

johndee
2017-06-14 16:04
has joined #hackathon

siggster
2017-06-14 16:07
has joined #hackathon

annie
2017-06-14 16:10
has joined #hackathon

olegan20052
2017-06-14 16:11
has joined #hackathon

elma
2017-06-14 16:11
has joined #hackathon

rich-m
2017-06-14 16:14
has joined #hackathon

arlarl
2017-06-14 16:14
has joined #hackathon

atamaru
2017-06-14 16:15
has joined #hackathon

dubick
2017-06-14 16:15
has joined #hackathon

binsnew
2017-06-14 16:16
has joined #hackathon

kristjan
2017-06-14 16:18
has joined #hackathon

mehulkar
2017-06-14 16:22
has joined #hackathon

etherocyte
2017-06-14 16:23
has joined #hackathon

slackinator
2017-06-14 16:24
has joined #hackathon

f1
2017-06-14 16:26
has joined #hackathon

metabolik
2017-06-14 16:27
has joined #hackathon

bitslack
2017-06-14 16:28
has joined #hackathon

saitodaniel
2017-06-14 16:28
has joined #hackathon

robfriday
2017-06-14 16:31
has joined #hackathon

htlrdidnthngwrng
2017-06-14 16:31
has joined #hackathon

japaneseuguy
2017-06-14 16:34
has joined #hackathon

nghianguyen
2017-06-14 16:35
has joined #hackathon

archil22
2017-06-14 16:37
has joined #hackathon

jayazhang
2017-06-14 16:40
has joined #hackathon

wesley.t
2017-06-14 16:40
has joined #hackathon

hera
2017-06-14 16:41
has joined #hackathon

gosodong
2017-06-14 16:41
has joined #hackathon

statustv
2017-06-14 16:42
has joined #hackathon

cryptowinner
2017-06-14 16:43
has joined #hackathon

actionreaction
2017-06-14 16:47
has joined #hackathon

utka94
2017-06-14 16:49
has joined #hackathon

loshadka
2017-06-14 16:51
has joined #hackathon

00f
2017-06-14 16:52
has joined #hackathon

00f
2017-06-14 16:54
@00f has left the channel

mbogie8
2017-06-14 16:55
has joined #hackathon

tj1122
2017-06-14 16:56
has joined #hackathon

rubyn
2017-06-14 16:57
has joined #hackathon

magicalng
2017-06-14 16:58
has joined #hackathon

jeremija01
2017-06-14 16:59
has joined #hackathon

rb
2017-06-14 17:00
has joined #hackathon

fa.ti
2017-06-14 17:00
has joined #hackathon

zafiur
2017-06-14 17:03
has joined #hackathon

yung_pedro
2017-06-14 17:04
has joined #hackathon

antoineiweins
2017-06-14 17:04
has joined #hackathon

kir09
2017-06-14 17:05
has joined #hackathon

ethercoin
2017-06-14 17:06
has joined #hackathon

jansultanov
2017-06-14 17:07
has joined #hackathon

vineetwaldia
2017-06-14 17:08
has joined #hackathon

diegods
2017-06-14 17:08
has joined #hackathon

oushuaijie
2017-06-14 17:09
has joined #hackathon

nicky273
2017-06-14 17:10
has joined #hackathon

gijsnl
2017-06-14 17:11
has joined #hackathon

jones1
2017-06-14 17:12
has joined #hackathon

chenshenyu
2017-06-14 17:13
has joined #hackathon

artyom
2017-06-14 17:15
has joined #hackathon

virtueandgoodness54
2017-06-14 17:16
has joined #hackathon

dabitup
2017-06-14 17:23
has joined #hackathon

cryptosailers
2017-06-14 17:25
has joined #hackathon

b1zzz7k
2017-06-14 17:25
has joined #hackathon

dlevel7
2017-06-14 17:25
has joined #hackathon

petemoon
2017-06-14 17:28
has joined #hackathon

bismo
2017-06-14 17:28
has joined #hackathon

titanlyy
2017-06-14 17:28
has joined #hackathon

dlevel7
2017-06-14 17:28
hello guys! intrested in http://status.im! I have a question, in 2 days will we be able to get more than 1 eth worth of coins in a transfer?

kenta
2017-06-14 17:29
has joined #hackathon

soul
2017-06-14 17:32
has joined #hackathon

mexyn
2017-06-14 17:34
has joined #hackathon

daprofitz
2017-06-14 17:34
has joined #hackathon

ismael_coinfabrik
2017-06-14 17:35
has joined #hackathon

mohakagr
2017-06-14 17:36
has joined #hackathon

cryptoico
2017-06-14 17:36
has joined #hackathon

joolivie
2017-06-14 17:36
has joined #hackathon

vince
2017-06-14 17:36
has joined #hackathon

lewiesc
2017-06-14 17:38
has joined #hackathon

mustang
2017-06-14 17:39
has joined #hackathon

sephiroth
2017-06-14 17:41
has joined #hackathon

dearkarthik
2017-06-14 17:42
has joined #hackathon

gabel
2017-06-14 17:42
has joined #hackathon

happenz
2017-06-14 17:44
has joined #hackathon

yeonwoong
2017-06-14 17:45
has joined #hackathon

mrpip
2017-06-14 17:46
has joined #hackathon

team_deano
2017-06-14 17:47
has joined #hackathon

tonojun60
2017-06-14 17:49
has joined #hackathon

djmacao
2017-06-14 17:50
has joined #hackathon

deenoize
2017-06-14 17:50
has joined #hackathon

defender
2017-06-14 17:51
has joined #hackathon

hdk
2017-06-14 17:52
has joined #hackathon

veekta
2017-06-14 17:52
has joined #hackathon

eco
2017-06-14 17:53
has joined #hackathon

radoslavterray
2017-06-14 17:53
has joined #hackathon

lodinus
2017-06-14 17:56
has joined #hackathon

dh7
2017-06-14 17:57
has joined #hackathon

usef01
2017-06-14 17:57
has joined #hackathon

aabdel
2017-06-14 17:57
has joined #hackathon

pjy3422
2017-06-14 17:58
has joined #hackathon

vvvv
2017-06-14 17:58
has joined #hackathon

maussie
2017-06-14 18:00
has joined #hackathon

mateu264
2017-06-14 18:00
has joined #hackathon

mazzafish
2017-06-14 18:02
has joined #hackathon

nic_h
2017-06-14 18:02
has joined #hackathon

hodlguy
2017-06-14 18:06
has joined #hackathon

noman
2017-06-14 18:07
pretty sure the official theme music of ReLike is Art Tatum https://www.youtube.com/watch?v=aNAJlqn0nO4

jarradhope
2017-06-14 18:07
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

dvigneshwer
2017-06-14 18:07
has joined #hackathon

liquidmasl
2017-06-14 18:07
has joined #hackathon

noman
2017-06-14 18:07
i jammed on the dude all week

africanboy
2017-06-14 18:08
has joined #hackathon

noman
2017-06-14 18:08
especially the _final hours_

waffle
2017-06-14 18:08
has joined #hackathon

glok17
2017-06-14 18:12
has joined #hackathon

silver
2017-06-14 18:13
has joined #hackathon

malcolmc
2017-06-14 18:14
has joined #hackathon

levente
2017-06-14 18:15
has joined #hackathon

chris5
2017-06-14 18:15
has joined #hackathon

sb
2017-06-14 18:17
has joined #hackathon

wakeupmrkim
2017-06-14 18:22
has joined #hackathon

cm123
2017-06-14 18:22
has joined #hackathon

duncaneastlance
2017-06-14 18:23
has joined #hackathon

remeshrk
2017-06-14 18:23
has joined #hackathon

duncaneastlance
2017-06-14 18:24
is there bounty on status coin

mweagley
2017-06-14 18:24
has joined #hackathon

sytar
2017-06-14 18:25
has joined #hackathon

starbiz
2017-06-14 18:25
has joined #hackathon


amunrara
2017-06-14 18:27
has joined #hackathon

blackmamba
2017-06-14 18:29
has joined #hackathon

svensel
2017-06-14 18:30
has joined #hackathon

ag74
2017-06-14 18:31
has joined #hackathon

bsh18cpu
2017-06-14 18:32
has joined #hackathon

emmetje
2017-06-14 18:33
has joined #hackathon

kp10
2017-06-14 18:35
has joined #hackathon

emopho
2017-06-14 18:40
has joined #hackathon

frk
2017-06-14 18:42
has joined #hackathon

daisukewatanabe
2017-06-14 18:45
has joined #hackathon

rrqq
2017-06-14 18:47
has joined #hackathon

idmitry
2017-06-14 18:49
has joined #hackathon

sri
2017-06-14 18:52
has joined #hackathon

thekerp
2017-06-14 18:55
has joined #hackathon

gabe.ragland
2017-06-14 18:56
has joined #hackathon

keysersoze
2017-06-14 18:57
has joined #hackathon

hugo12682
2017-06-14 18:57
has joined #hackathon

jtfx1
2017-06-14 19:00
has joined #hackathon

eerobin
2017-06-14 19:00
has joined #hackathon

bullstern
2017-06-14 19:01
has joined #hackathon

gamermalcolm
2017-06-14 19:02
has joined #hackathon

darotsker
2017-06-14 19:04
has joined #hackathon

captmorganb
2017-06-14 19:05
has joined #hackathon

jackobi
2017-06-14 19:07
has joined #hackathon

investfirst
2017-06-14 19:12
has joined #hackathon

yrik
2017-06-14 19:12
has joined #hackathon

advaniamit2613
2017-06-14 19:13
has joined #hackathon

investfirst
2017-06-14 19:13
help

investfirst
2017-06-14 19:13
do i get the status tokens here?

noman
2017-06-14 19:14

ethereumnick
2017-06-14 19:15
@investfirst if you help...

dkcopper
2017-06-14 19:15
has joined #hackathon

sonoda
2017-06-14 19:16
has joined #hackathon

mrgong
2017-06-14 19:16
has joined #hackathon

thebruce
2017-06-14 19:17
has joined #hackathon

yescoiner
2017-06-14 19:19
has joined #hackathon

zorilov
2017-06-14 19:20
has joined #hackathon

kurt.hardy
2017-06-14 19:22
has joined #hackathon

pepic63
2017-06-14 19:25
has joined #hackathon

mouradh
2017-06-14 19:26
has joined #hackathon

1ov
2017-06-14 19:28
has joined #hackathon

vince_awyang
2017-06-14 19:29
has joined #hackathon

sebastian
2017-06-14 19:32
Scam- will remove shortly

freelancerz
2017-06-14 19:33
has joined #hackathon

piffonka1997
2017-06-14 19:34
has joined #hackathon

wutao
2017-06-14 19:37
has joined #hackathon

ar
2017-06-14 19:38
has joined #hackathon

pvann
2017-06-14 19:38
has joined #hackathon

staitus
2017-06-14 19:40
has joined #hackathon

jfuentep
2017-06-14 19:43
has joined #hackathon

michielvdc
2017-06-14 19:45
has joined #hackathon

craig.van.zeil
2017-06-14 19:46
has joined #hackathon

johnniejogger
2017-06-14 19:48
has joined #hackathon

zlangley
2017-06-14 19:50
has joined #hackathon

paybis
2017-06-14 19:51
has joined #hackathon

yuweix
2017-06-14 19:51
has joined #hackathon

tobbz
2017-06-14 19:54
has joined #hackathon

stanscharnigg
2017-06-14 19:55
has joined #hackathon

liohkii
2017-06-14 19:56
has joined #hackathon

blututh
2017-06-14 19:59
has joined #hackathon

catflap
2017-06-14 19:59
has joined #hackathon

xstof
2017-06-14 20:01
has joined #hackathon

davideth
2017-06-14 20:02
has joined #hackathon

santosrs
2017-06-14 20:02
has joined #hackathon

yokomson
2017-06-14 20:03
has joined #hackathon

no_patience
2017-06-14 20:05
has joined #hackathon

dnlf
2017-06-14 20:10
has joined #hackathon

krasnovd87
2017-06-14 20:10
has joined #hackathon

mpkirkpatrick
2017-06-14 20:13
has joined #hackathon

arzbhatia
2017-06-14 20:15
has joined #hackathon

kwaamkit
2017-06-14 20:17
has joined #hackathon

avoran
2017-06-14 20:18
has joined #hackathon

juel
2017-06-14 20:19
has joined #hackathon

gautierd
2017-06-14 20:21
has joined #hackathon

esilva
2017-06-14 20:23
has joined #hackathon

samin
2017-06-14 20:24
has joined #hackathon

udivay
2017-06-14 20:25
has joined #hackathon

batacell
2017-06-14 20:25
has joined #hackathon

farl4bit
2017-06-14 20:27
has joined #hackathon

vinpaz77
2017-06-14 20:28
has joined #hackathon

jefflabelle
2017-06-14 20:29
has joined #hackathon

johndow
2017-06-14 20:32
has joined #hackathon

p
2017-06-14 20:33
has joined #hackathon

akn
2017-06-14 20:38
has joined #hackathon

alexxartemyev
2017-06-14 20:38
has joined #hackathon

chris23
2017-06-14 20:40
has joined #hackathon

nizuka
2017-06-14 20:40
has joined #hackathon

alberto50
2017-06-14 20:45
has joined #hackathon

pierre
2017-06-14 20:46
has joined #hackathon

jchoi
2017-06-14 20:49
has joined #hackathon

andrefranzen
2017-06-14 20:50
has joined #hackathon

drjeffteo
2017-06-14 20:51
has joined #hackathon

bradb
2017-06-14 20:51
has joined #hackathon

rohith2410
2017-06-14 20:52
has joined #hackathon

striket_m
2017-06-14 20:56
has joined #hackathon

ik
2017-06-14 20:59
has joined #hackathon

costadelsol
2017-06-14 21:00
has joined #hackathon

cylon56
2017-06-14 21:03
has joined #hackathon

solidsn2004
2017-06-14 21:04
has joined #hackathon

khalliburton
2017-06-14 21:06
has joined #hackathon

striket_m
2017-06-14 21:07
Test 1

danielkang90
2017-06-14 21:07
has joined #hackathon

tonyc
2017-06-14 21:10
has joined #hackathon

diho
2017-06-14 21:11
has joined #hackathon

raymonddaf
2017-06-14 21:11
has joined #hackathon

aristo-crat
2017-06-14 21:15
has joined #hackathon

taxman
2017-06-14 21:15
has joined #hackathon

cpufry
2017-06-14 21:16
has joined #hackathon

gabzlora
2017-06-14 21:18
has joined #hackathon

noman
2017-06-14 21:19
@makoto

fidoo.a
2017-06-14 21:19
has joined #hackathon

mokle
2017-06-14 21:20
has joined #hackathon

dholly
2017-06-14 21:22
has joined #hackathon

pgould
2017-06-14 21:25
has joined #hackathon

oku
2017-06-14 21:25
has joined #hackathon

ajsanfran
2017-06-14 21:26
has joined #hackathon

parkerm
2017-06-14 21:27
has joined #hackathon

makoto
2017-06-14 21:28
Hello anyone managed to deploy your DApp into github pages? Wondering how you managed to overcome http - https cross protocol rpc connection issues

a00r
2017-06-14 21:31
has joined #hackathon

hogination
2017-06-14 21:31
has joined #hackathon

bitman
2017-06-14 21:32
has joined #hackathon

elmored2
2017-06-14 21:32
has joined #hackathon

hopefulmule
2017-06-14 21:35
has joined #hackathon

cj_900
2017-06-14 21:35
has joined #hackathon

fakrulrahimie3
2017-06-14 21:36
has joined #hackathon

aziestatus
2017-06-14 21:36
has joined #hackathon

darkside
2017-06-14 21:39
has joined #hackathon

starblocks
2017-06-14 21:40
has joined #hackathon

turnip-dabass
2017-06-14 21:42
has joined #hackathon

ethereumking
2017-06-14 21:43
has joined #hackathon

mario
2017-06-14 21:45
has joined #hackathon

zinoviyky
2017-06-14 21:46
has joined #hackathon

jovanka
2017-06-14 21:47
has joined #hackathon

biznesvlad
2017-06-14 21:52
has joined #hackathon

alex_bo
2017-06-14 21:53
has joined #hackathon

zamirakimov
2017-06-14 21:56
has joined #hackathon

artur
2017-06-14 21:58
has joined #hackathon

blimperman
2017-06-14 21:59
has joined #hackathon

pjh
2017-06-14 22:00
has joined #hackathon

svenboudewijn
2017-06-14 22:01
has joined #hackathon

steve.davies9040
2017-06-14 22:01
has joined #hackathon

haydut
2017-06-14 22:02
has joined #hackathon

ccbk
2017-06-14 22:04
has joined #hackathon

mpertsovskiy
2017-06-14 22:05
has joined #hackathon

irr
2017-06-14 22:08
has joined #hackathon

marlon6
2017-06-14 22:09
has joined #hackathon

asdfasdf
2017-06-14 22:11
has joined #hackathon

yougetmyattention
2017-06-14 22:11
has joined #hackathon

thinkmassive
2017-06-14 22:12
has joined #hackathon

mylessnider
2017-06-14 22:14
has joined #hackathon

jose6440
2017-06-14 22:14
has joined #hackathon

jenniferj845
2017-06-14 22:17
has joined #hackathon

youstar
2017-06-14 22:17
has joined #hackathon

serjec
2017-06-14 22:20
has joined #hackathon

pgbit
2017-06-14 22:21
has joined #hackathon

freyja
2017-06-14 22:24
has joined #hackathon

long220687
2017-06-14 22:26
has joined #hackathon

arkadiy
2017-06-14 22:30
has joined #hackathon

coolpoint
2017-06-14 22:35
has joined #hackathon

rauluna8
2017-06-14 22:35
has joined #hackathon

noman
2017-06-14 22:36
@makoto someone mentioned connecting a custom domain to a gh-pages page which disables the HTTPS

kevin
2017-06-14 22:42
has joined #hackathon

tahoe
2017-06-14 22:43
has joined #hackathon

republicken
2017-06-14 22:45
has joined #hackathon

titaniumdave
2017-06-14 22:51
has joined #hackathon

haiderali
2017-06-14 22:52
has joined #hackathon

hsssss
2017-06-14 22:54
has joined #hackathon

amnd
2017-06-14 22:54
has joined #hackathon

davidpolanx
2017-06-14 22:55
has joined #hackathon

kr3110
2017-06-14 22:56
has joined #hackathon

z.amir
2017-06-14 22:58
has joined #hackathon

stvmgn
2017-06-14 23:02
has joined #hackathon

locoimport
2017-06-14 23:03
has joined #hackathon

cintix
2017-06-14 23:06
@cintix has left the channel

jamesrisberg
2017-06-14 23:07
has joined #hackathon

nick.it
2017-06-14 23:08
has joined #hackathon

rohitdhingra
2017-06-14 23:09
has joined #hackathon

sakcobit
2017-06-14 23:14
has joined #hackathon

xavy
2017-06-14 23:14
has joined #hackathon

crockabillie
2017-06-14 23:16
has joined #hackathon

raphaelhst
2017-06-14 23:19
has joined #hackathon

jelolinto
2017-06-14 23:20
has joined #hackathon

ucgood
2017-06-14 23:25
has joined #hackathon

tfc
2017-06-14 23:27
has joined #hackathon

floris
2017-06-14 23:28
has joined #hackathon

zyper
2017-06-14 23:29
has joined #hackathon

nyron73
2017-06-14 23:33
has joined #hackathon

olyeller
2017-06-14 23:34
has joined #hackathon

gaspar
2017-06-14 23:38
has joined #hackathon

jazga
2017-06-14 23:41
has joined #hackathon

blockchaindk
2017-06-14 23:54
has joined #hackathon

michael45
2017-06-14 23:56
has joined #hackathon

godwits
2017-06-14 23:57
has joined #hackathon

758364
2017-06-15 00:04
has joined #hackathon

jun
2017-06-15 00:04
has joined #hackathon

orange888
2017-06-15 00:05
has joined #hackathon

statustar
2017-06-15 00:08
has joined #hackathon

jaymanluger
2017-06-15 00:09
has joined #hackathon

jkp653
2017-06-15 00:10
has joined #hackathon

amazongirl
2017-06-15 00:23
has joined #hackathon

rogerklotz
2017-06-15 00:23
has joined #hackathon

lassembler
2017-06-15 00:24
has joined #hackathon

dzoni
2017-06-15 00:24
has joined #hackathon

mike07
2017-06-15 00:25
has joined #hackathon

jerrylee
2017-06-15 00:26
has joined #hackathon

currencyflipper
2017-06-15 00:28
has joined #hackathon

vcharles
2017-06-15 00:36
has joined #hackathon

peterz
2017-06-15 00:37
has joined #hackathon

mars
2017-06-15 00:37
has joined #hackathon

bastiaanjacobs
2017-06-15 00:40
has joined #hackathon

philsells
2017-06-15 00:44
has joined #hackathon

nashinstatus
2017-06-15 00:47
has joined #hackathon

stevenshen
2017-06-15 00:49
has joined #hackathon

sean23
2017-06-15 00:50
has joined #hackathon

bilalgupta
2017-06-15 00:50
has joined #hackathon

webmillioner
2017-06-15 00:52
has joined #hackathon

ramonboca
2017-06-15 00:53
has joined #hackathon

sugarcube
2017-06-15 00:53
has joined #hackathon

smirkycatv.5
2017-06-15 00:55
has joined #hackathon

abcoin
2017-06-15 01:03
has joined #hackathon

wiipongwii
2017-06-15 01:04
has joined #hackathon

gelee_royale
2017-06-15 01:07
has joined #hackathon

zeo
2017-06-15 01:09
has joined #hackathon

wenda
2017-06-15 01:10
has joined #hackathon

netxy
2017-06-15 01:12
has joined #hackathon

paramountequities
2017-06-15 01:22
has joined #hackathon

the_1
2017-06-15 01:25
Any Sgt for Devs in the hackathon?

wombee
2017-06-15 01:27
has joined #hackathon

agent00
2017-06-15 01:31
has joined #hackathon

agent00
2017-06-15 01:31
how much is status?

paulgambill
2017-06-15 01:33
has joined #hackathon

kdawg
2017-06-15 01:34
has joined #hackathon

wjongchan
2017-06-15 01:37
has joined #hackathon

shahm
2017-06-15 01:40
has joined #hackathon

will-yu
2017-06-15 01:40
has joined #hackathon

thewoodfield
2017-06-15 01:42
has joined #hackathon

lesha200606
2017-06-15 01:42
has joined #hackathon

gabydoo14
2017-06-15 01:58
has joined #hackathon

dennardc27
2017-06-15 01:58
has joined #hackathon

meteor
2017-06-15 02:00
has joined #hackathon

mmaformoney
2017-06-15 02:00
has joined #hackathon

powersun86
2017-06-15 02:07
has joined #hackathon

exratec3
2017-06-15 02:07
has joined #hackathon

amc
2017-06-15 02:08
has joined #hackathon

dylan08
2017-06-15 02:10
has joined #hackathon

joetarrak
2017-06-15 02:12
has joined #hackathon

higule12
2017-06-15 02:14
has joined #hackathon

zhou
2017-06-15 02:14
has joined #hackathon

cbarriga
2017-06-15 02:16
has joined #hackathon

anhdung
2017-06-15 02:19
hello

masud.mir
2017-06-15 02:20
has joined #hackathon

anhdung
2017-06-15 02:21
i need to find out some information about th SNT,who can help me.

gameswinner
2017-06-15 02:25
has joined #hackathon

haowaptitude
2017-06-15 02:25
has joined #hackathon

fuzzface
2017-06-15 02:26
has joined #hackathon

millionsmany
2017-06-15 02:26
has joined #hackathon

corkandkerry
2017-06-15 02:27
has joined #hackathon

termsofservice
2017-06-15 02:28
has joined #hackathon

ashmon
2017-06-15 02:29
@anhdung What kind of information are you looking for? Just a general overview?

losouno
2017-06-15 02:30
has joined #hackathon

adamcarswell
2017-06-15 02:30
has joined #hackathon

t-rex
2017-06-15 02:30
has joined #hackathon

sachio
2017-06-15 02:32
has joined #hackathon

jgphoto
2017-06-15 02:34
has joined #hackathon

jurv
2017-06-15 02:35
has joined #hackathon

chiha
2017-06-15 02:37
has joined #hackathon

breeman1
2017-06-15 02:39
has joined #hackathon

shahrez
2017-06-15 02:42
has joined #hackathon

patrickdaniel
2017-06-15 02:48
has joined #hackathon

coolbon
2017-06-15 02:51
has joined #hackathon

rocketship
2017-06-15 02:52
has joined #hackathon

rodrigo
2017-06-15 02:53
has joined #hackathon

oonman
2017-06-15 02:57
has joined #hackathon

sclark2513
2017-06-15 03:00
has joined #hackathon

zumbo
2017-06-15 03:01
has joined #hackathon

bigvinny
2017-06-15 03:05
has joined #hackathon

sclark2513
2017-06-15 03:06
@sclark2513 has left the channel

mickey8
2017-06-15 03:06
has joined #hackathon

haaahaaha
2017-06-15 03:09
has joined #hackathon

theldahan
2017-06-15 03:10
has joined #hackathon

sophal168
2017-06-15 03:12
has joined #hackathon

13541463216
2017-06-15 03:13
has joined #hackathon

cyptomania357
2017-06-15 03:14
has joined #hackathon

acdistef93
2017-06-15 03:15
has joined #hackathon

noman
2017-06-15 03:15
hello friends, i'm reviewing some of the status smart contracts for the contribution period and I came across some syntax i've never seen in solidity before https://github.com/status-im/status-network-token/blob/master/contracts/SGTExchanger.sol#L36 `using SafeMath for uint256;`

jarradhope
2017-06-15 03:15
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

noman
2017-06-15 03:16
i'm having trouble finding references to this "using x for y" syntax

noman
2017-06-15 03:16
can someone shed some light?

hp940109
2017-06-15 03:17
has joined #hackathon

noman
2017-06-15 03:18
is it a library thing?

noman
2017-06-15 03:18
haven't messed with libraries that much in solidity


jarradhope
2017-06-15 03:20
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

pandaaada
2017-06-15 03:21
has joined #hackathon

noman
2017-06-15 03:22
it's kind of like extending a prototype in js, it seems like

statstatstat
2017-06-15 03:23
has joined #hackathon

sumit
2017-06-15 03:23
has joined #hackathon

shortrading
2017-06-15 03:23
has joined #hackathon

jiyeonpark
2017-06-15 03:23
has joined #hackathon

mauriceosei
2017-06-15 03:23
has joined #hackathon

tunghm
2017-06-15 03:24
has joined #hackathon

a_confused_penguin
2017-06-15 03:24
has joined #hackathon

hahahhah
2017-06-15 03:32
has joined #hackathon

slackman1999
2017-06-15 03:37
has joined #hackathon

josephbits
2017-06-15 03:38
has joined #hackathon

jaypark
2017-06-15 03:42
has joined #hackathon

pon3
2017-06-15 03:46
has joined #hackathon

wisdomgeeker
2017-06-15 03:49
has joined #hackathon

pedro.negreiros
2017-06-15 03:54
has joined #hackathon

symbiotech
2017-06-15 03:56
has joined #hackathon

ajaisamra
2017-06-15 03:57
has joined #hackathon

kln_it
2017-06-15 03:59
has joined #hackathon

dom_alex
2017-06-15 04:01
has joined #hackathon

jamesucf
2017-06-15 04:01
has joined #hackathon

jero-nimo
2017-06-15 04:03
has joined #hackathon

lead1982
2017-06-15 04:03
has joined #hackathon

yuyuweiwei
2017-06-15 04:08
has joined #hackathon

abhandal
2017-06-15 04:09
has joined #hackathon

scootcho
2017-06-15 04:10
has joined #hackathon

lilipop
2017-06-15 04:11
has joined #hackathon

hexdump
2017-06-15 04:16
has joined #hackathon

freeroad
2017-06-15 04:18
has joined #hackathon

evildead750
2017-06-15 04:20
has joined #hackathon

longtrail
2017-06-15 04:20
has joined #hackathon

iunknown
2017-06-15 04:23
has joined #hackathon

jonyaff1602
2017-06-15 04:24
has joined #hackathon

hoangnhung
2017-06-15 04:26
has joined #hackathon

popwu
2017-06-15 04:26
has joined #hackathon

albabley
2017-06-15 04:33
has joined #hackathon

jmhauser
2017-06-15 04:36
has joined #hackathon

luminox2000
2017-06-15 04:36
has joined #hackathon

wasabiguy
2017-06-15 04:36
has joined #hackathon

digitalk
2017-06-15 04:37
has joined #hackathon

l.nunez
2017-06-15 04:38
has joined #hackathon

tristan
2017-06-15 04:40
has joined #hackathon

timur
2017-06-15 04:45
has joined #hackathon

edwin
2017-06-15 04:45
has joined #hackathon


jarradhope
2017-06-15 04:46
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:





bgc.kapdi89
2017-06-15 04:50
has joined #hackathon


simonlee
2017-06-15 04:51
has joined #hackathon


bonkersgraham
2017-06-15 04:56
has joined #hackathon

lihao6485
2017-06-15 04:58
has joined #hackathon

axente
2017-06-15 04:58
has joined #hackathon

s.rio
2017-06-15 05:07
has joined #hackathon

oiii88
2017-06-15 05:12
has joined #hackathon

ksnslack
2017-06-15 05:15
has joined #hackathon

creator
2017-06-15 05:16
has joined #hackathon

akito
2017-06-15 05:17
has joined #hackathon

crispy
2017-06-15 05:19
has joined #hackathon

imzfly
2017-06-15 05:23
has joined #hackathon

cem
2017-06-15 05:28
has joined #hackathon

meilei
2017-06-15 05:30
has joined #hackathon

city_slacker
2017-06-15 05:38
has joined #hackathon

nawapanda
2017-06-15 05:38
has joined #hackathon

watch
2017-06-15 05:52
has joined #hackathon

albromyle
2017-06-15 05:52
has joined #hackathon

leigh
2017-06-15 05:53
has joined #hackathon

cameps
2017-06-15 05:57
has joined #hackathon

wonwonow
2017-06-15 05:58
has joined #hackathon

2017-06-15 06:03
This message was deleted.

jan_detlefsen
2017-06-15 06:04
@zhusan please don't use this channel

kocoin
2017-06-15 06:05
has joined #hackathon


zhusan
2017-06-15 06:06
ok?i had delete this message?

jan_detlefsen
2017-06-15 06:07
thank you

steve180
2017-06-15 06:08
has joined #hackathon

yolandachen
2017-06-15 06:09
Glad to promte STATUS through my effort. So many peple are interested in it. Let us grow together with Status! pls heart me to support me,thanks!

nyanyunyo
2017-06-15 06:10
has joined #hackathon

crypto-gab
2017-06-15 06:10
has joined #hackathon

2017-06-15 06:10
@jan_detlefsen commented on @yolandachen?s file https://status-im.slack.com/files/U5NFUG9RU/F5U0R8LUB/screenshot_2017-06-15-09-04-50-04.png: use #status channel please not this one

pevdokimov
2017-06-15 06:20
has joined #hackathon

aiaiaiai
2017-06-15 06:23
has joined #hackathon

anthony_sabre
2017-06-15 06:24
has joined #hackathon

smoreno
2017-06-15 06:24
has joined #hackathon

netcoin
2017-06-15 06:25
has joined #hackathon

tranpoa
2017-06-15 06:27
has joined #hackathon

lilymartinez21
2017-06-15 06:30
has joined #hackathon

daniel_g
2017-06-15 06:32
has joined #hackathon

heyya72
2017-06-15 06:33
has joined #hackathon

himal07
2017-06-15 06:36
has joined #hackathon

ifoobeckett
2017-06-15 06:38
has joined #hackathon

chumster
2017-06-15 06:39
has joined #hackathon

vivekellappan
2017-06-15 06:40
has joined #hackathon

zdq
2017-06-15 06:44
has joined #hackathon

daveydoo
2017-06-15 06:44
has joined #hackathon

lp3dfans
2017-06-15 06:45
has joined #hackathon

aratarth
2017-06-15 06:54
has joined #hackathon

alex.zhu
2017-06-15 06:56
has joined #hackathon

voicecho
2017-06-15 06:56
has joined #hackathon

doc_k
2017-06-15 06:56
has joined #hackathon

cory1
2017-06-15 06:57
has joined #hackathon

btckt
2017-06-15 06:58
has joined #hackathon

0nlysn0w
2017-06-15 07:06
has joined #hackathon

losthat
2017-06-15 07:09
has joined #hackathon

bittersweet
2017-06-15 07:10
@bittersweet has left the channel

endodog
2017-06-15 07:10
has joined #hackathon

notinthdiner
2017-06-15 07:11
has joined #hackathon

firstname
2017-06-15 07:12
has joined #hackathon

iainnash
2017-06-15 07:12
has joined #hackathon

sultansuleymanhan
2017-06-15 07:12
has joined #hackathon

dickolsson
2017-06-15 07:17
After running `status-dev-cli switch-node <MY TESTRPC> --ip <MY DEVICE>` everything seem to work fine. I can add my dapp and everything. *BUT* since I switched to my local testrpc my Status wallet is empty. How do I get some test Ether? The faucet command doesn?t seem to work. Am I doing something wrong?

waikiboy
2017-06-15 07:18
has joined #hackathon

dickolsson
2017-06-15 07:19
How do I switch my Status wallet to become one of the wallets that testrpc automatically creates for you?

sthstatus
2017-06-15 07:19
has joined #hackathon

seb2015
2017-06-15 07:21
has joined #hackathon

jh1906
2017-06-15 07:21
has joined #hackathon

cryptowanderer
2017-06-15 07:23
@dickolsson `status-dev-cli swith-node` - it's all in the http://docs.status.im

kykkjh29
2017-06-15 07:23
has joined #hackathon

mocha
2017-06-15 07:24
has joined #hackathon

cryptowanderer
2017-06-15 07:24
please note that only DApps have access to the switched RPC node, any `js` that controls your bot is still stuck in the jail and will interact only with your status ropsten account. We are working on this.

bluevalley
2017-06-15 07:25
has joined #hackathon

amilia
2017-06-15 07:28
has joined #hackathon

om_neb
2017-06-15 07:28
has joined #hackathon

dickolsson
2017-06-15 07:29
@cryptowanderer I have switched the node successfully. But my wallet is still empty. Am I missing something? I can't find any further information in the docs

justkiddin
2017-06-15 07:33
has joined #hackathon

cryptowanderer
2017-06-15 07:36
@dickolsson I'm fairly sure that the wallet is linked only to your status ropsten account and that switching the rpc node does not affect it either. Will add it to the issue ticket :+1:

jbjannes
2017-06-15 07:37
has joined #hackathon

mehtamanan
2017-06-15 07:38
has joined #hackathon

vinculum
2017-06-15 07:47
has joined #hackathon

leonmak
2017-06-15 07:48
has joined #hackathon

oi7
2017-06-15 07:48
has joined #hackathon

anwarulbaki
2017-06-15 07:48
has joined #hackathon

rj0187
2017-06-15 07:50
has joined #hackathon

goodlife
2017-06-15 07:50
has joined #hackathon

hopestarever
2017-06-15 07:50
has joined #hackathon

dickolsson
2017-06-15 07:52
@cryptowanderer Right, that's what I thought? I'll need to find another way around this then :slightly_smiling_face:

hayato
2017-06-15 07:55
@hayato has left the channel

shinru
2017-06-15 07:58
has joined #hackathon

jag0812
2017-06-15 08:00
has joined #hackathon

snackpack
2017-06-15 08:00
has joined #hackathon

singlelizi
2017-06-15 08:00
has joined #hackathon

engmojtaba711
2017-06-15 08:02
has joined #hackathon

yesgood
2017-06-15 08:03
has joined #hackathon

jsh_86
2017-06-15 08:04
has joined #hackathon

rickrp
2017-06-15 08:07
has joined #hackathon

stefanoste
2017-06-15 08:09
has joined #hackathon

nathan.o
2017-06-15 08:09
has joined #hackathon

mansuit
2017-06-15 08:09
has joined #hackathon

inham
2017-06-15 08:12
has joined #hackathon

hamzasohail
2017-06-15 08:12
has joined #hackathon

wwang8421
2017-06-15 08:17
has joined #hackathon

yoursmile
2017-06-15 08:19
has joined #hackathon

alflo
2017-06-15 08:20
has joined #hackathon

ozkiyici
2017-06-15 08:22
has joined #hackathon

andycan
2017-06-15 08:23
has joined #hackathon

suald
2017-06-15 08:24
has joined #hackathon

giiiiiiiiiiii
2017-06-15 08:25
has joined #hackathon

c3lestial
2017-06-15 08:28
has joined #hackathon

himal07
2017-06-15 08:30
How's everyone doing??

villem
2017-06-15 08:30
has joined #hackathon

freenboo
2017-06-15 08:31
What's the minimum status tokens we can purchase? Anyone know plz?

tatu
2017-06-15 08:32
I believe the minimum amount to participate with is 0.01ETH

freenboo
2017-06-15 08:33
Thanks tats wer did u find that out?

leonmak
2017-06-15 08:33
Is that the minimum for sure?

tatu
2017-06-15 08:33
Not for sure, i don't know if it's even decided yet

freenboo
2017-06-15 08:34
Oh OK, How do we know how much gas to buy to receive our tokens

oilnvessel
2017-06-15 08:34
has joined #hackathon

tatu
2017-06-15 08:34
They'll post the details at #announcements when they are finalized

cryptowanderer
2017-06-15 08:35
please guys, no token discussions in here :cry:

r.daily
2017-06-15 08:35
has joined #hackathon

kkokko496
2017-06-15 08:37
has joined #hackathon

conmeo
2017-06-15 08:37
has joined #hackathon

jstnwrds55
2017-06-15 08:38
has joined #hackathon

10harinezumi
2017-06-15 08:40
has joined #hackathon

tomas0719
2017-06-15 08:42
has joined #hackathon

nagakei
2017-06-15 08:43
has joined #hackathon

840138403
2017-06-15 08:45
has joined #hackathon

timv
2017-06-15 08:48
has joined #hackathon

shprooo
2017-06-15 08:51
has joined #hackathon

telouw
2017-06-15 08:56
has joined #hackathon

am2rican5
2017-06-15 08:56
has joined #hackathon

k
2017-06-15 08:58
has joined #hackathon

chenyl
2017-06-15 08:59
has joined #hackathon

darumasa
2017-06-15 08:59
has joined #hackathon

hathupham.188
2017-06-15 08:59
has joined #hackathon

molinaro
2017-06-15 09:00
has joined #hackathon

leetuputala
2017-06-15 09:02
has joined #hackathon

yuu
2017-06-15 09:04
has joined #hackathon

mich73
2017-06-15 09:06
has joined #hackathon

andrew_r
2017-06-15 09:08
@andrew_r has left the channel

drhong
2017-06-15 09:09
has joined #hackathon

bruno
2017-06-15 09:09
has joined #hackathon

teora
2017-06-15 09:13
has joined #hackathon

carl.bennetts
2017-06-15 09:18
has joined #hackathon

rakutenking
2017-06-15 09:18
has joined #hackathon

bengx
2017-06-15 09:19
has joined #hackathon

840138403
2017-06-15 09:19
https://twitter.com/xiaoxia41929893/status/875279380091502593 This is the WeChat in the blockchain?it is amazing?The team is great?so join usplease?You will have unexpected rewards.:innocent::wink::innocent:

jarradhope
2017-06-15 09:19
:warning: Be careful clicking links. It may be safe to visit, but do not send your ETH or BTC to any address shown on unofficial websites. :warning:

khomos
2017-06-15 09:21
has joined #hackathon

bytez
2017-06-15 09:21
has joined #hackathon

romvit89
2017-06-15 09:22
has joined #hackathon

yuu
2017-06-15 09:26
@yuu has left the channel

samtheloanman
2017-06-15 09:28
has joined #hackathon

mihadov
2017-06-15 09:29
has joined #hackathon

jmeimoun
2017-06-15 09:29
has joined #hackathon

drsteffent
2017-06-15 09:32
has joined #hackathon

spcial
2017-06-15 09:35
has joined #hackathon

julianhosp
2017-06-15 09:36
has joined #hackathon

kamil
2017-06-15 09:37
has joined #hackathon

dzfx
2017-06-15 09:38
has joined #hackathon

dereje
2017-06-15 09:40
has joined #hackathon

milhinha
2017-06-15 09:43
has joined #hackathon

mucki
2017-06-15 09:46
has joined #hackathon

litrbooh
2017-06-15 09:48
has joined #hackathon

tbht82
2017-06-15 09:48
has joined #hackathon

art.greb
2017-06-15 09:52
has joined #hackathon

acryptoman
2017-06-15 09:53
has joined #hackathon

markus
2017-06-15 09:56
@markus has left the channel

soojin
2017-06-15 09:56
has joined #hackathon

martinawong
2017-06-15 09:58
has joined #hackathon

yann
2017-06-15 10:03
has joined #hackathon

cryptonian
2017-06-15 10:07
has joined #hackathon

regeside
2017-06-15 10:08
has joined #hackathon

kln_it
2017-06-15 10:09
hi all

irrival
2017-06-15 10:09
has joined #hackathon

kln_it
2017-06-15 10:09
where can i purchase status coin?

sklee6805
2017-06-15 10:12
has joined #hackathon

factanonverba
2017-06-15 10:17
has joined #hackathon

deemax3
2017-06-15 10:19
has joined #hackathon

sanega
2017-06-15 10:20
has joined #hackathon

jarod212
2017-06-15 10:21
has joined #hackathon

40kelder
2017-06-15 10:21
has joined #hackathon

keepingitreal
2017-06-15 10:25
has joined #hackathon

alon
2017-06-15 10:27
!whitepaper


alon
2017-06-15 10:27
@kln_it Please read the whitepaper

cryptoautomated
2017-06-15 10:29
has joined #hackathon

galalv
2017-06-15 10:30
has joined #hackathon

qballah
2017-06-15 10:32
has joined #hackathon

silvano22
2017-06-15 10:37
has joined #hackathon

sn0n
2017-06-15 10:39
has joined #hackathon

kareninsf
2017-06-15 10:43
has joined #hackathon

00f
2017-06-15 10:44
has joined #hackathon

vision-2
2017-06-15 10:44
has joined #hackathon

eva2315
2017-06-15 10:45
has joined #hackathon

dmitrymas
2017-06-15 10:45
has joined #hackathon

bebewnc
2017-06-15 10:47
has joined #hackathon

ernestas
2017-06-15 10:49
has joined #hackathon

orztrickster
2017-06-15 10:50
has joined #hackathon

evgeny_kozelkov
2017-06-15 10:50
has joined #hackathon

jamhan
2017-06-15 10:52
has joined #hackathon

scheeem
2017-06-15 10:57
has joined #hackathon

mrgoodlife
2017-06-15 10:59
sombody can give me morge information about status

bananatrue
2017-06-15 10:59
@kln_it !contribution

2017-06-15 10:59
CONTRIBUTION INFO: 1ETH = 10.000SNT (Status Network Token). Starts: June 17th 2017 at 2pm GMT (UTC+0). Ends: 1 July 2017 at 2pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached. More info here http://contribute.status.im/

bananatrue
2017-06-15 10:59
@mrgoodlife !contribution

2017-06-15 10:59
CONTRIBUTION INFO: 1ETH = 10.000SNT (Status Network Token). Starts: June 17th 2017 at 2pm GMT (UTC+0). Ends: 1 July 2017 at 2pm GMT (UTC+0), or within 24 hours after the First Ceiling has been reached. More info here http://contribute.status.im/

bananatrue
2017-06-15 11:00
!whitepaper


bananatrue
2017-06-15 11:00
!statusdc


bananatrue
2017-06-15 11:00
@mrgoodlife enjoy

remdl
2017-06-15 11:04
has joined #hackathon

alexi
2017-06-15 11:12
has joined #hackathon

szuqq
2017-06-15 11:13
has joined #hackathon

yuwol
2017-06-15 11:19
has joined #hackathon

retrouv
2017-06-15 11:24
has joined #hackathon

vt
2017-06-15 11:29
has joined #hackathon

horos
2017-06-15 11:31
has joined #hackathon

lacrimosa
2017-06-15 11:39
has joined #hackathon

cryptocrazymama6
2017-06-15 11:41
has joined #hackathon

cylon
2017-06-15 11:46
has joined #hackathon

ksdc
2017-06-15 11:47
has joined #hackathon

zaza
2017-06-15 11:49
has joined #hackathon

paullby
2017-06-15 11:53
has joined #hackathon

alanwang
2017-06-15 11:54
has joined #hackathon

chrishenwood
2017-06-15 11:55
has joined #hackathon

mikegwreid
2017-06-15 11:56
has joined #hackathon

suzukix
2017-06-15 11:58
has joined #hackathon

kangner
2017-06-15 11:59
has joined #hackathon

spec-rationality
2017-06-15 12:00
has joined #hackathon

suressa
2017-06-15 12:06
has joined #hackathon

michaelcdeguzman
2017-06-15 12:10
has joined #hackathon

nhyll143
2017-06-15 12:11
has joined #hackathon

107940
2017-06-15 12:15
has joined #hackathon

baptlac
2017-06-15 12:19
has joined #hackathon

sang9
2017-06-15 12:20
has joined #hackathon

lizzielu
2017-06-15 12:23
has joined #hackathon

treste91
2017-06-15 12:26
has joined #hackathon

markpui
2017-06-15 12:26
has joined #hackathon

gunchi
2017-06-15 12:28
has joined #hackathon

christbkk
2017-06-15 12:29
has joined #hackathon

knight11830
2017-06-15 12:32
has joined #hackathon

yunsubyun
2017-06-15 12:34
has joined #hackathon

youken
2017-06-15 12:36
has joined #hackathon

rayhcn
2017-06-15 12:36
has joined #hackathon

anne
2017-06-15 12:37
has joined #hackathon

indiadigi
2017-06-15 12:40
has joined #hackathon

kumemame1205
2017-06-15 12:42
has joined #hackathon

hoinc
2017-06-15 12:44
has joined #hackathon

deifos
2017-06-15 12:46
has joined #hackathon

nigelnizar
2017-06-15 12:51
has joined #hackathon

cryptozer
2017-06-15 12:51
has joined #hackathon

distruct
2017-06-15 12:53
has joined #hackathon

ahmeterd
2017-06-15 12:53
has joined #hackathon

worldchia123
2017-06-15 12:55
has joined #hackathon

idevsk
2017-06-15 12:59
has joined #hackathon

l30n4rd0
2017-06-15 13:00
has joined #hackathon

xbustardx
2017-06-15 13:01
has joined #hackathon

vincent
2017-06-15 13:05
Guys, since I'm really thrilled but also excited to participate in the ICO upcoming Saturday I am wondering when I can expect the video on participating from MEW. Thanks!

wym
2017-06-15 13:05
has joined #hackathon

jasometer
2017-06-15 13:07
has joined #hackathon

adpenninx
2017-06-15 13:09
has joined #hackathon

byibrahim
2017-06-15 13:12
has joined #hackathon

masa01
2017-06-15 13:12
has joined #hackathon

phamduccanh
2017-06-15 13:14
has joined #hackathon

masa
2017-06-15 13:14
has joined #hackathon

saru.03
2017-06-15 13:14
has joined #hackathon

n-sauce
2017-06-15 13:16
has joined #hackathon

livio1005
2017-06-15 13:22
has joined #hackathon

mrbit
2017-06-15 13:23
has joined #hackathon

eddie96
2017-06-15 13:24
has joined #hackathon

redmonski
2017-06-15 13:29
has joined #hackathon

viviwi
2017-06-15 13:29
has joined #hackathon

trevor.laehy
2017-06-15 13:30
has joined #hackathon

restorator
2017-06-15 13:32
has joined #hackathon

jan_detlefsen
2017-06-15 13:34
@vincent nothing on YouTube?

rogerchluo
2017-06-15 13:37
has joined #hackathon

diegojam
2017-06-15 13:38
has joined #hackathon

pampos1911
2017-06-15 13:40
has joined #hackathon

imakemadbeats
2017-06-15 13:40
has joined #hackathon

naocl
2017-06-15 13:42
has joined #hackathon

status01
2017-06-15 13:42
has joined #hackathon

hskimz
2017-06-15 13:43
has joined #hackathon

m.drago
2017-06-15 13:44
has joined #hackathon

viscousdave
2017-06-15 13:45
has joined #hackathon

wan
2017-06-15 13:46
has joined #hackathon

dunpeal
2017-06-15 13:47
has joined #hackathon

swakya
2017-06-15 13:54
has joined #hackathon

hyperfx
2017-06-15 13:58
has joined #hackathon

cummins61
2017-06-15 13:59
has joined #hackathon

lorddevon
2017-06-15 14:00
has joined #hackathon

pancrypto
2017-06-15 14:02
has joined #hackathon

kj
2017-06-15 14:03
has joined #hackathon

guyish
2017-06-15 14:05
has joined #hackathon

rsi
2017-06-15 14:05
has joined #hackathon

the_beber
2017-06-15 14:06
has joined #hackathon

captnhomi
2017-06-15 14:06
has joined #hackathon

slovess
2017-06-15 14:07
has joined #hackathon

joeywatts
2017-06-15 14:10
has joined #hackathon

nixcosmos
2017-06-15 14:14
has joined #hackathon

guest8164
2017-06-15 14:20
has joined #hackathon

ap
2017-06-15 14:20
has joined #hackathon

chosipy
2017-06-15 14:28
has joined #hackathon

startcoin
2017-06-15 14:32
has joined #hackathon

owenj
2017-06-15 14:32
has joined #hackathon

valmak
2017-06-15 14:36
has joined #hackathon

rohth
2017-06-15 14:37
has joined #hackathon

tshabs
2017-06-15 14:41
has joined #hackathon

blobb
2017-06-15 14:45
has joined #hackathon

john_g6
2017-06-15 14:46
has joined #hackathon

cryptoolate
2017-06-15 14:48
has joined #hackathon

feng668
2017-06-15 14:49
has joined #hackathon

kapsones
2017-06-15 14:51
has joined #hackathon

luisf
2017-06-15 14:54
has joined #hackathon

tepluha
2017-06-15 14:58
has joined #hackathon

forkknife777
2017-06-15 15:02
has joined #hackathon

lafong
2017-06-15 15:05
has joined #hackathon

vlad9d
2017-06-15 15:07
has joined #hackathon

brocco
2017-06-15 15:09
has joined #hackathon

vanpnkv
2017-06-15 15:11
has joined #hackathon

cule92
2017-06-15 15:13
has joined #hackathon

imran
2017-06-15 15:14
has joined #hackathon

frednguyen
2017-06-15 15:20
has joined #hackathon

djtaztqm
2017-06-15 15:20
has joined #hackathon

bond
2017-06-15 15:25
has joined #hackathon

nairaswitch
2017-06-15 15:25
has joined #hackathon

idris67
2017-06-15 15:29
has joined #hackathon

himandey
2017-06-15 15:31
has joined #hackathon

joeyh
2017-06-15 15:34
has joined #hackathon

rtucker88
2017-06-15 15:39
has joined #hackathon

joseph
2017-06-15 15:39
has joined #hackathon

rosebudd83
2017-06-15 15:41
has joined #hackathon

gdgg
2017-06-15 15:41
has joined #hackathon

ntantai191
2017-06-15 15:43
has joined #hackathon

ozimok
2017-06-15 15:45
has joined #hackathon

zigzag
2017-06-15 15:48
has joined #hackathon

kimpers
2017-06-15 15:51
has joined #hackathon

tdj01102
2017-06-15 15:52
has joined #hackathon

ashoykh
2017-06-15 15:53
has joined #hackathon

roinhod
2017-06-15 15:53
has joined #hackathon

tastemycreampie
2017-06-15 15:54
has joined #hackathon

hihiandrew
2017-06-15 15:55
has joined #hackathon

tuukka
2017-06-15 15:55
has joined #hackathon

wwang8421
2017-06-15 15:56
@wwang8421 has left the channel

cryptoforlife
2017-06-15 15:59
has joined #hackathon

asifjafar
2017-06-15 16:01
has joined #hackathon

rollsfather
2017-06-15 16:02
has joined #hackathon

tallsiii
2017-06-15 16:03
has joined #hackathon

pink
2017-06-15 16:05
has joined #hackathon

liamphillips95
2017-06-15 16:06
has joined #hackathon

sqd88
2017-06-15 16:08
has joined #hackathon

tattoru
2017-06-15 16:08
has joined #hackathon

keemkj
2017-06-15 16:08
has joined #hackathon

chloe715
2017-06-15 16:11
has joined #hackathon

bshengb
2017-06-15 16:17
has joined #hackathon

daawis
2017-06-15 16:18
has joined #hackathon

krital
2017-06-15 16:19
has joined #hackathon

manooten
2017-06-15 16:20
has joined #hackathon

fkbenjamin
2017-06-15 16:21
has joined #hackathon

mattboyd
2017-06-15 16:25
has joined #hackathon

statdude
2017-06-15 16:26
has joined #hackathon

bmclark
2017-06-15 16:29
has joined #hackathon

vanam
2017-06-15 16:30
has joined #hackathon

lubo
2017-06-15 16:34
has joined #hackathon

6seven8
2017-06-15 16:35
has joined #hackathon

dexedox
2017-06-15 16:36
has joined #hackathon

jaihoons
2017-06-15 16:37
has joined #hackathon

iolson
2017-06-15 16:39
has joined #hackathon

mateipavel
2017-06-15 16:39
has joined #hackathon

mant_char
2017-06-15 16:40
has joined #hackathon

liulilang123
2017-06-15 16:41
has joined #hackathon

thennessey
2017-06-15 16:47
has joined #hackathon

joa.z
2017-06-15 16:48
has joined #hackathon

mistacrypto
2017-06-15 16:49
has joined #hackathon

chris_to
2017-06-15 16:51
has joined #hackathon

hsj
2017-06-15 16:53
has joined #hackathon

blockmeghar
2017-06-15 16:54
has joined #hackathon

gen
2017-06-15 16:57
has joined #hackathon

bogeyy
2017-06-15 16:58
has joined #hackathon

say
2017-06-15 17:00
has joined #hackathon

abad812
2017-06-15 17:00
has joined #hackathon

takounie
2017-06-15 17:03
has joined #hackathon

mattah
2017-06-15 17:03
has joined #hackathon

arnp
2017-06-15 17:04
has joined #hackathon

fivese7en
2017-06-15 17:06
has joined #hackathon

rl2
2017-06-15 17:08
has joined #hackathon

jvu
2017-06-15 17:09
has joined #hackathon

vico
2017-06-15 17:11
has joined #hackathon

mariofreund
2017-06-15 17:13
has joined #hackathon

asokemontri
2017-06-15 17:13
has joined #hackathon

manavjindal
2017-06-15 17:14
has joined #hackathon

clemens99
2017-06-15 17:18
has joined #hackathon

samety
2017-06-15 17:24
has joined #hackathon

jongstah1
2017-06-15 17:24
has joined #hackathon

shree
2017-06-15 17:29
has joined #hackathon

digz
2017-06-15 17:31
has joined #hackathon

2017._.
2017-06-15 17:31
has joined #hackathon

christianlien
2017-06-15 17:33
has joined #hackathon

negi
2017-06-15 17:34
has joined #hackathon

jsmccabe247
2017-06-15 17:35
has joined #hackathon

tatolap
2017-06-15 17:36
has joined #hackathon

golliath
2017-06-15 17:38
has joined #hackathon

talismans
2017-06-15 17:41
has joined #hackathon

felixlucki
2017-06-15 17:44
has joined #hackathon

clementchu1
2017-06-15 17:46
has joined #hackathon

soybruce
2017-06-15 17:46
has joined #hackathon

owransh
2017-06-15 17:47
has joined #hackathon

mike.jackson
2017-06-15 17:48
has joined #hackathon

roddy_the_kid
2017-06-15 17:49
has joined #hackathon

fajar
2017-06-15 17:49
has joined #hackathon

abhirisal
2017-06-15 17:56
has joined #hackathon

sourire-en-coin
2017-06-15 17:59
has joined #hackathon

swethwardo
2017-06-15 18:03
has joined #hackathon

drssjhawar
2017-06-15 18:03
@drssjhawar has left the channel

tbarner
2017-06-15 18:09
has joined #hackathon

mondmann
2017-06-15 18:10
has joined #hackathon

parimple
2017-06-15 18:13
has joined #hackathon

leo2
2017-06-15 18:17
has joined #hackathon

dingo
2017-06-15 18:18
has joined #hackathon

goingmobile
2017-06-15 18:18
has joined #hackathon

vcryptocn
2017-06-15 18:19
has joined #hackathon

xiongjinlei
2017-06-15 18:21
has joined #hackathon

dogg
2017-06-15 18:24
has joined #hackathon

cjliu49
2017-06-15 18:31
has joined #hackathon

cryptometal
2017-06-15 18:32
has joined #hackathon

celsius
2017-06-15 18:35
has joined #hackathon

superstrike
2017-06-15 18:35
has joined #hackathon

podkor54
2017-06-15 18:36
has joined #hackathon

v.toad
2017-06-15 18:38
has joined #hackathon

firesofmay
2017-06-15 18:43
has joined #hackathon

inolupino
2017-06-15 18:43
has joined #hackathon

kilovictor
2017-06-15 18:44
has joined #hackathon

paz
2017-06-15 18:45
has joined #hackathon

lebanang
2017-06-15 18:46
has joined #hackathon

c0ll3ct1v3
2017-06-15 18:47
has joined #hackathon

art113
2017-06-15 18:50
has joined #hackathon

mauerbluemchen
2017-06-15 18:51
has joined #hackathon

la-danlupei
2017-06-15 18:53
has joined #hackathon

marak
2017-06-15 18:57
has joined #hackathon

madwiki
2017-06-15 18:57
has joined #hackathon

vinson
2017-06-15 19:03
has joined #hackathon

alonrick
2017-06-15 19:04
has joined #hackathon

alexavp
2017-06-15 19:06
has joined #hackathon

dr.skark
2017-06-15 19:06
has joined #hackathon

supersheriffen
2017-06-15 19:06
has joined #hackathon

kiborg009
2017-06-15 19:10
has joined #hackathon

unleashedy
2017-06-15 19:10
has joined #hackathon

shinyvnc
2017-06-15 19:14
has joined #hackathon

vincechase
2017-06-15 19:16
has joined #hackathon

cadetduke
2017-06-15 19:17
has joined #hackathon

airborn071
2017-06-15 19:17
has joined #hackathon

crazyp
2017-06-15 19:21
has joined #hackathon

retrorebecca
2017-06-15 19:22
has joined #hackathon

sematsk
2017-06-15 19:23
has joined #hackathon

mazzaneo
2017-06-15 19:25
has joined #hackathon

jmart101
2017-06-15 19:26
has joined #hackathon

adisney
2017-06-15 19:27
has joined #hackathon

jfresh
2017-06-15 19:28
has joined #hackathon

sonnetimmy
2017-06-15 19:30
has joined #hackathon

eugeneua
2017-06-15 19:32
has joined #hackathon

felix
2017-06-15 19:33
has joined #hackathon

ozzy
2017-06-15 19:34
has joined #hackathon

bder13
2017-06-15 19:36
has joined #hackathon

kais
2017-06-15 19:36
has joined #hackathon

crenz
2017-06-15 19:37
has joined #hackathon

kvaskeragaz
2017-06-15 19:39
has joined #hackathon

alexas
2017-06-15 19:39
has joined #hackathon

kryptoknight
2017-06-15 19:40
has joined #hackathon

metanomad
2017-06-15 19:40
has joined #hackathon

rosario
2017-06-15 19:40
has joined #hackathon

cbooth100290
2017-06-15 19:41
has joined #hackathon

sud
2017-06-15 19:44
has joined #hackathon

ludcour
2017-06-15 19:45
has joined #hackathon

dughogan
2017-06-15 19:47
has joined #hackathon

mgavaudan
2017-06-15 19:49
has joined #hackathon

balla
2017-06-15 19:49
has joined #hackathon

dconabike
2017-06-15 19:50
has joined #hackathon

theman
2017-06-15 19:52
has joined #hackathon

kacyruan
2017-06-15 19:53
has joined #hackathon

kelvinboog
2017-06-15 19:53
has joined #hackathon

ck
2017-06-15 19:55
has joined #hackathon

aegis515
2017-06-15 19:56
has joined #hackathon

jonny
2017-06-15 19:58
has joined #hackathon

buboy81
2017-06-15 20:01
has joined #hackathon

bjorn89
2017-06-15 20:02
has joined #hackathon

casc
2017-06-15 20:04
has joined #hackathon

logart
2017-06-15 20:06
has joined #hackathon

jakob
2017-06-15 20:16
has joined #hackathon

caa64908
2017-06-15 20:16
has joined #hackathon

hyperbeast
2017-06-15 20:17
has joined #hackathon

regustin
2017-06-15 20:19
has joined #hackathon

smithj
2017-06-15 20:26
has joined #hackathon

gedi
2017-06-15 20:28
has joined #hackathon

enzocrypto
2017-06-15 20:31
has joined #hackathon

seraphim
2017-06-15 20:31
has joined #hackathon

aesoprock
2017-06-15 20:33
has joined #hackathon

davidarteaga
2017-06-15 20:34
has joined #hackathon

exvion
2017-06-15 20:34
has joined #hackathon

dms24419
2017-06-15 20:37
has joined #hackathon

rubuaxon1
2017-06-15 20:41
has joined #hackathon

alnikovs
2017-06-15 20:41
has joined #hackathon

risorial
2017-06-15 20:43
has joined #hackathon

niall
2017-06-15 20:43
has joined #hackathon

dezzio
2017-06-15 20:43
has joined #hackathon

beastybryan
2017-06-15 20:44
has joined #hackathon

jl1020
2017-06-15 20:46
has joined #hackathon

rkishon
2017-06-15 20:46
has joined #hackathon

kalipo
2017-06-15 20:46
has joined #hackathon

kjn311
2017-06-15 20:46
has joined #hackathon

cryptobasterd
2017-06-15 20:48
has joined #hackathon

sinjinwhan
2017-06-15 20:49
has joined #hackathon

to_rino
2017-06-15 20:49
has joined #hackathon

andy.shawn
2017-06-15 20:50
has joined #hackathon

komoalt
2017-06-15 20:51
has joined #hackathon

davethemacguy
2017-06-15 20:51
has joined #hackathon

bboyghost
2017-06-15 20:55
has joined #hackathon

pomo
2017-06-15 20:55
has joined #hackathon

xelion
2017-06-15 20:56
has joined #hackathon

kulikov
2017-06-15 20:58
has joined #hackathon

caestes
2017-06-15 20:58
has joined #hackathon

p821013
2017-06-15 21:00
has joined #hackathon

reta
2017-06-15 21:00
has joined #hackathon

clemzezuka
2017-06-15 21:00
has joined #hackathon

chaucerroadcrew
2017-06-15 21:00
has joined #hackathon

woowooboom
2017-06-15 21:01
has joined #hackathon

ohiobitcoin
2017-06-15 21:02
has joined #hackathon

vladka
2017-06-15 21:04
has joined #hackathon

noman
2017-06-15 21:05
where are devs talking about real subject matter outside of slack?

aivanouski
2017-06-15 21:05
has joined #hackathon

cftcft
2017-06-15 21:07
has joined #hackathon

sin
2017-06-15 21:08
has joined #hackathon

yoni
2017-06-15 21:08
has joined #hackathon

pep
2017-06-15 21:08
has joined #hackathon

noman
2017-06-15 21:11
need somewhere to hide from all this

aivens
2017-06-15 21:11
has joined #hackathon

nellapn
2017-06-15 21:14
has joined #hackathon

the_1
2017-06-15 21:14
Yeap

shenhua
2017-06-15 21:15
has joined #hackathon

dr3sda
2017-06-15 21:16
has joined #hackathon

shannfenix
2017-06-15 21:19
has joined #hackathon

firstname
2017-06-15 21:21
What is white paper?

tim.k
2017-06-15 21:22
has joined #hackathon

isasftw
2017-06-15 21:23
@firstname !whitepaper


titanmetals
2017-06-15 21:25
has joined #hackathon

kimsooyeong
2017-06-15 21:25
has joined #hackathon

tokenguide
2017-06-15 21:25
has joined #hackathon

malgeum
2017-06-15 21:29
has joined #hackathon

atalay
2017-06-15 21:31
has joined #hackathon

ninjaboo
2017-06-15 21:31
has joined #hackathon

etrader
2017-06-15 21:33
has joined #hackathon

nickdhuber
2017-06-15 21:33
has joined #hackathon

charliexyz
2017-06-15 21:36
has joined #hackathon

keypax71
2017-06-15 21:38
has joined #hackathon

magnetique
2017-06-15 21:40
has joined #hackathon

alexcai
2017-06-15 21:41
has joined #hackathon

hamzat
2017-06-15 21:41
has joined #hackathon

godtaye
2017-06-15 21:42
has joined #hackathon

jasppo
2017-06-15 21:42
has joined #hackathon

godtaye
2017-06-15 21:43
:heart: :heart: :heart: :heart: :heart:

shihao
2017-06-15 21:48
has joined #hackathon

fabbdf
2017-06-15 21:49
has joined #hackathon

emily
2017-06-15 21:49
has joined #hackathon

lexycon
2017-06-15 21:50
has joined #hackathon

zbin
2017-06-15 21:51
has joined #hackathon

fabbdf
2017-06-15 21:52
SNT

yuelipeng
2017-06-15 21:54
has joined #hackathon

adino
2017-06-15 21:54
has joined #hackathon

samarahs_24
2017-06-15 21:55
has joined #hackathon

cochinescu
2017-06-15 21:56
has joined #hackathon

fabbdf
2017-06-15 21:56
Hello, how do i get SNT?

noman
2017-06-15 21:57

yunkel
2017-06-15 21:57
has joined #hackathon

milanobas
2017-06-15 21:58
has joined #hackathon

titione
2017-06-15 21:58
has joined #hackathon

anphibors
2017-06-15 21:58
has joined #hackathon

waizmj
2017-06-15 21:59
has joined #hackathon

juresilba
2017-06-15 21:59
has joined #hackathon

saian
2017-06-15 22:00
has joined #hackathon

fabbdf
2017-06-15 22:04
Thank you very much.

nkjmundefinedmllhlm
2017-06-15 22:05
has joined #hackathon

lofegs
2017-06-15 22:05
has joined #hackathon

marioevz
2017-06-15 22:08
has joined #hackathon

everythingisnothing
2017-06-15 22:11
Snt

everythingisnothing
2017-06-15 22:11
It's the same way u get the veritaseum

everythingisnothing
2017-06-15 22:12
Using my ether wallet

boutmy
2017-06-15 22:12
has joined #hackathon

yayank140502
2017-06-15 22:12
has joined #hackathon

his.excellency
2017-06-15 22:12
has joined #hackathon

rdd92
2017-06-15 22:14
has joined #hackathon

pfdsotm
2017-06-15 22:19
has joined #hackathon

crobb536
2017-06-15 22:21
has joined #hackathon

nwreign
2017-06-15 22:21
has joined #hackathon

r_s
2017-06-15 22:22
has joined #hackathon

yuuzo
2017-06-15 22:22
has joined #hackathon

chadrickm
2017-06-15 22:22
has joined #hackathon

johnny_h
2017-06-15 22:24
has joined #hackathon

rg90
2017-06-15 22:25
has joined #hackathon

kirit
2017-06-15 22:26
has joined #hackathon

carl
2017-06-15 22:26
Hey everyone. We've received reports of a large number of attacks on other Community Slacks (in one of which, scammer(s) just made away with 1000 ETH). Due to Slacks limitations, there is no way to disable any user from changing the topic in a public channel, which poses a security risk to the community. We've decided the best course of action is to disable all channels except for #announcements (where only admins can post). We'll be a lot more attentive on Twitter and Reddit moving forward to answer questions, and many common ones can be found here: https://blog.status.im/new-date-contribution-period-begins-tuesday-june-20th-at-2pm-gmt-e00c56c65ead

carl
2017-06-15 22:26
@carl archived the channel