mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
cf849af64d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
aqua | ||
public | ||
src | ||
.gitignore | ||
.prettierrc.js | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Getting Started with Fluence
This sample project demonstrates how fluence network can be accessed from the browser. As an example it retrieves the timestamp of the current time from the relay node. The project is based on an create-react-app template with slight modifications to integrate Fluence. The primary focus is the integration itself, i.e React could be swapped with a framework of your choice.
Getting started
Install dependencies:
npm i
Run aqua compiler in watch mode:
npm run watch-aqua
Start the application
npm start
The browser window with localhost:3000
should open
Learn more
To learn more, refer to the documentation page