Francesco Ceccon

Results 58 issues of Francesco Ceccon

Expose the list of existing users at the `/api/users` endpoint. It should return a json like this: ``` json { "users": [ { "username": "Tizio", "ctime": "1370468376", "karma": 100, "about":...

At the moment if the request is version 1.0, we reply with HTTP version 1.1. e.g. `curl --http1.0 -v localhost:8000/json` (from techempower-benchmarks) returns ``` * About to connect() to localhost...

Server
Easy

TODO: - [ ] useNetwork - [ ] useBlock - [ ] useBlockNumber - [ ] useContractRead - [ ] useStarkAddress - [ ] useStarkProfile - [ ] useStarkName -...

Related to #347 Requires #348 ## Goal Add a new `/manage` route to manage a specific arcade account. It should show permissions granted and a button to withdraw all funds...

Wallet now support adding a network and asking users to switch network. We should expose an hook to do that. Requires #211

Type: feature
Difficulty: intermediate
Context: isolated
Duration: few days
Techno: js

With onchain summer we have seen more applications that decided to build a mobile PWA (Progressive Web App) as opposed to a web app. These apps (frentech, frenpet among many)...

Related to #347 Requires #348 ## Goal Implement the welcome and setup screen for the mobile app demo. - Check if the user already initialized the arcade account on start,...

Related to #347 Requires #348 #349 ## Goal Add the settings screen to the demo. - Show the arcade account address + link to block explorer - Select which block...

Related to #347 Requires #348 #349 ## Goal Implement the main app screen, where the user interacts with the smart contract using their arcade account.

Related to #347 ## Goal Create a new Next.js 14 application that's used to deploy the arcade account for mobile apps. The app will be a simple Starknet React app...