1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-26 22:41:56 +00:00
Files
.github
aqua-examples
archived
community
js-client-examples
browser-example
hello-world
node-example
aqua
src
.gitignore
.prettierrc.cjs
README.md
jest.config.cjs
package-lock.json
package.json
run_calculation.sh
tsconfig.json
marine-examples
quickstart
.gitignore
Readme.md
examples/js-client-examples/node-example/README.md

30 lines
607 B
Markdown
Raw Normal View History

# Getting Started with Fluence
This is a sample Node.js application using Fluence JS Client. It exposes a calculator service written in Typescript which can be accessed from Fluence Network using Aqua language
## Getting started
Install dependencies:
```bash
npm i
```
Start the Node.js application:
```bash
npm start
```
This should start listening to incoming particles from Fluence Network.
Try interacting with the application with some aqua:
```bash
./run_calculation.sh
```
## Learn more
To learn more, refer to the [documentation page](https://fluence.dev//docs/build/js-client/js-client)