mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 23:42:14 +00:00
* Use aqua keyword, use FCLI * Add new line * Use js-client * Fix index.ts * Fix compile * Remove any * Use helia, update addr * Return to ipfs-http-client * Update README * Use js-kubo-rpc-client * Update README and comments --------- Co-authored-by: Akim Mamedov <akim99999999@gmail.com>
9 lines
412 B
Markdown
9 lines
412 B
Markdown
# Run example on TestNet
|
|
While in `example` directory, `npm run start` will run `index.ts` against Fluence TestNet
|
|
|
|
# Run example locally
|
|
To run example locally:
|
|
1. Spin up local environment through [Fluence CLI](https://github.com/fluencelabs/cli)'s `local` command
|
|
2. Pass local fluence peers multi addresses to `main` in `index.ts`
|
|
3. (Optional) Change `IPFS_MULTIADDR` to address of your preferred IPFS node
|