Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indexnetwork/fluence-demo
https://github.com/indexnetwork/fluence-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/indexnetwork/fluence-demo
- Owner: indexnetwork
- Created: 2024-04-17T12:33:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:34:49.000Z (9 months ago)
- Last Synced: 2024-11-06T17:52:46.141Z (2 months ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Fluence
This is a minimalistic Node.js application for Fluence using Fluence JS Client.
> To run this example you need `@latest` version of Fluence CLI. You can find installation guide [here](https://github.com/fluencelabs/cli).
## Getting started
Go to `src/frontend` folder:
```bash
cd ./src/frontend
```Install dependencies:
```bash
yarn
```Run aqua compiler:
```bash
fluence aqua
```Run the Node.js application:
```bash
yarn start
```## Learn more
To learn more, refer to the
[documentation page](https://fluence.dev//docs/build/js-client/js-client)