Files
examples/js-client-examples/hello-world

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.

Getting started

Go to src/frontend folder:

cd ./src/frontend

Install dependencies:

npm i

Run aqua compiler:

fluence aqua

Run the Node.js application:

npm start

Learn more

To learn more, refer to the documentation page