mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
5a5a556c44
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
aqua | ||
src | ||
.gitignore | ||
.prettierrc.cjs | ||
jest.config.cjs | ||
package-lock.json | ||
package.json | ||
README.md | ||
run_calculation.sh | ||
tsconfig.json |
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:
npm i
Start the Node.js application:
npm start
This should start listening to incoming particles from Fluence Network.
Try interacting with the application with some aqua:
./run_calculation.sh
Learn more
To learn more, refer to the documentation page