clojurescript-ethereum-example
clojurescript-ethereum-example copied to clipboard
question about this application
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.