aqua-ipfs/example/README.md
InversionSpaces 32238f18c2
fix(aqua-ipfs): Update example (#159)
* 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>
2024-01-11 09:03:39 +00:00

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