mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
.. | ||
aqua | ||
index.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Description
This example shows how to use Trust Graph to label peers. There are some trusted_computation
which can only be executed
on labeled peer. The label is determined by the presence of certificate from %init_peer_id
to this peer.
Run example locally
- Go to
local-network
- Run
docker compose up -d
to start Fluence node - Go back to
../example
- Run
npm i
- Run
npm run start