Go to file
2021-07-02 18:37:02 +03:00
.github/workflows Add npm i & npm run build 2020-12-29 15:37:35 +03:00
.idea Add krasnodar to envs 2021-04-26 12:09:00 +03:00
doc Update readme (#1) 2021-01-21 22:42:35 +03:00
src Update stage peer ids 2021-07-02 18:37:02 +03:00
.gitignore Initial commit 2020-12-28 21:19:36 +03:00
.npmignore Initial commit 2020-12-28 21:19:36 +03:00
.prettierrc.js Initial commit 2020-12-28 21:19:36 +03:00
LICENSE Update readme (#1) 2021-01-21 22:42:35 +03:00
package-lock.json Initial commit 2020-12-28 21:19:36 +03:00
package.json Automatically publish package 2020-12-29 12:22:27 +03:00
README.md Update readme (#1) 2021-01-21 22:42:35 +03:00
tsconfig.json Initial commit 2020-12-28 21:19:36 +03:00

Fluence network environment

npm

Officially maintained list of well-known Fluence network nodes. The package is meant to be used in combination with Fluence JS SDK.

Installation

With npm

npm install @fluencelabs/fluence-network-environment

With yarn

yarn add @fluencelabs/fluence-network-environment

Usage

Pick a node to connect to the Fluence network.

import { dev } from '@fluencelabs/fluence-network-environment';

export const relayNode = dev[0];

Which can be used to initialize the Fluence client (see Fluence JS SDK.)

import { createClient } from '@fluencelabs/fluence';

const client = await createClient(relayNode);

Known networks

dev

Unstable Several nodes running on the same physical host. Used a lot to test things out.

stage

Environment primarily used for staging deployments of various Fluence services.

TestNet

The main Fluence network. It consists of a ten nodes each running on a separate physical host.

About Fluence

Fluence is an open application platform where apps can build on each other, share data and users

Layer Tech Scale State Based on
Execution FCE Single peer Disk, network, external processes Wasm, IT, Wasmer*
Composition Aquamarine Involved peers Results and signatures ⇅, π-calculus
Topology TrustGraph, DHT* Distributed with Kademlia* algo Actual state of the network libp2p
Security & Accounting Blockchain Whole network Licenses & payments substrate?
aquamarine scheme

License

Apache 2.0