boneyard93501 a329c8e062
update example (#36)
* bump marine test version

* bump js versions

* add module Export header

* update versions

* fix example versions

* Rust update WIP

* wip

Co-authored-by: folex <0xdxdy@gmail.com>
2022-06-06 21:32:52 +03:00
2022-06-06 21:32:52 +03:00
2021-11-09 17:48:48 +03:00
2022-06-06 21:32:52 +03:00
2021-07-21 20:19:13 +03:00
2022-06-06 21:32:52 +03:00
2022-06-06 21:32:52 +03:00
2022-03-31 02:49:54 +04:00

Aqua IPFS bindings

Native IPFS integration to Aqua language. Orchestrate IPFS file transfer with Aqua scripts.

Documentation

See Aqua Book.

How to use it in TypeScript

There's a simple example in example

Directory structure

  • aqua Aqua API of AquaIPFS. See aqua/README
  • service contains Rust service that implements all the IPFS calls by using ipfs cli mounted binary
  • example A simple example of how to use ipfs adapter from TypeScript
  • local-network contains Docker Compose YAML config to run a local Fluence network of 3 nodes

Contribution

Contributions are welcome!

aqua-ipfs integrates with IPFS by using ipfs CLI, so it's possible to expose virtually any IPFS API to Aqua. Feel free to open an issue or contribute APIs and patterns you find useful.

Description
No description provided
Readme Apache-2.0 36 MiB
Languages
Rust 78.6%
Python 8.9%
TypeScript 6.6%
Shell 5.4%
JavaScript 0.5%