https://github.com/indexnetwork/fluence-zero
https://github.com/indexnetwork/fluence-zero
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/indexnetwork/fluence-zero
- Owner: indexnetwork
- Created: 2024-06-03T12:28:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T16:18:44.000Z (about 2 years ago)
- Last Synced: 2025-02-17T05:31:32.602Z (over 1 year ago)
- Language: TypeScript
- Size: 23.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluence TypeScript Template
## Content
- Default Marine service - `src/services`.
- Basic aqua functions - `src/aqua`.
- Fluence HTTP Gateway for proxying Aqua execution - `src/gateway`.
- Fluence frontend template - `src/frontend`.
## Usage
```sh
# `cd` into `frontend` directory
cd 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
```