Sweaty Chair
Sweaty Chair
E.g.: $router->get('/users/forgot_password', 'UserController@forgotPassword'); or $router->get('/users/forgot-password', 'UserController@forgotPassword'); or $router->get('/users/forgotPassword', 'UserController@forgotPassword'); there's no clue in [Resource Controllers doc](https://laravel.com/docs/master/controllers#resource-controllers), but I guess **forgot-password** seems to be the way to go.
I cannot find anything about it in source code or online. I can see that nether web3 implemented it. Just wonder will it be implemented or impossible do so? `setEtherbase`...
Thanks for the great demo and ready-to-use plugin, it helps a lot on understanding Ethereum with Unity. The plugin can now create wallet and save it as a local data...
Newest version of Android SDK has removed tools/ant/build.xml: https://stackoverflow.com/questions/42912824/the-ant-folder-is-suddenly-missing-from-android-sdk-did-google-remove-it?answertab=active#tab-top This causes "not found" error when compile jar.
Thanks for the great demo project, just wonder any reason not putting the full project that includes the scene and all assets, so that we can simply open it in...