# 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`