clojurescript-ethereum-example icon indicating copy to clipboard operation
clojurescript-ethereum-example copied to clipboard

question about this application

Open lambda-knight opened this issue 7 years ago • 0 comments

I am trying to run Simple Decentralized Twitter. However, name and tweet field are disabled. The reason is these length fields are 0. I tried to set values via dispatch but it seems the parameter is wrong.

(re-frame.core/dispatch [:contract/settings-loaded [20 20]])

Please let me know the proper invocation of dispatch.

lambda-knight avatar Sep 16 '17 06:09 lambda-knight