You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluence HTTP Gateway for proxying Aqua execution - src/gateway.
Fluence frontend template - src/frontend.
Usage
# `cd` into `frontend` directorycd src/frontend
# Install dependencies
npm i
# Run example code
npm run dev
# You can also deploy deal and run the deployed code# Deploy the default worker
fluence deploy
# Compile aqua to TypeScript so it contains info about deployed services
fluence aqua
# Try running `runDeployedServices` aqua function in the browser