mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
662 B
662 B
Aqua API of IPFS-adapter
Public API is defined in ipfs-api.aqua.
ipfs-adapter service API is defined in ipfs.aqua.
How to use Aqua API in TypeScript
There's a simple example in demo.ts
Run demo.ts example on TestNet
While in aqua
directory, npm start
will run demo.ts
against Fluence TestNet
Run demo.ts example locally
- Go to
local-network
- Run
docker compose up -d
to start Fluence cluster of 3 nodes - Go back to
../aqua
- Run
npm run start:local
How to update ipfs.aqua from ipfs_pure.wasm
While in aqua
directory, run npm run generate-aqua