Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indexnetwork/fluence-zero


https://github.com/indexnetwork/fluence-zero

Last synced: 16 days ago
JSON representation

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
```