indexnetwork / fluence-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

yarn

Run aqua compiler:

fluence aqua

Run the Node.js application:

yarn start

Learn more

To learn more, refer to the documentation page

About


Languages

Language:TypeScript 73.1%Language:JavaScript 26.9%