mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-25 07:52:13 +00:00
9 lines
282 B
Markdown
9 lines
282 B
Markdown
# Run example on TestNet
|
|
While in `example` directory, `npm start` will run `index.ts` against Fluence TestNet
|
|
|
|
# Run example locally
|
|
1. Go to `local-network`
|
|
2. Run `docker compose up -d` to start Fluence cluster of 3 nodes
|
|
3. Go back to `../example`
|
|
4. Run `npm run start:local`
|