Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VGabriel45/SolidityVisualizer
/ root
Function
root
backend/app/main.py:44–45 ·
view source on GitHub ↗
(request: Request)
Source
from the content-addressed store, hash-verified
42
@app.get(
"/"
)
43
# @limiter.limit("100/day")
44
async
def
root(request: Request):
45
return
{
"message"
:
"Hello from Solidity Visualizer API!"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected