Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deno-web3/estuary
🌊 Unofficial Deno API client for Estuary, a custom IPFS / Filecoin node
https://github.com/deno-web3/estuary
deno estuary filecoin ipfs p2p
Last synced: 7 days ago
JSON representation
🌊 Unofficial Deno API client for Estuary, a custom IPFS / Filecoin node
- Host: GitHub
- URL: https://github.com/deno-web3/estuary
- Owner: deno-web3
- License: mit
- Created: 2021-08-16T13:59:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T19:28:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T21:55:32.419Z (about 1 month ago)
- Topics: deno, estuary, filecoin, ipfs, p2p
- Language: TypeScript
- Homepage: https://deno.land/x/estuary
- Size: 18.6 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Estuary
[![nest badge][nest-badge]](https://nest.land/package/estuary) [![GitHub Workflow Status][gh-actions-img]][github-actions]
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs] [![][code-quality-img]][code-quality]Unofficial Deno API client for [Estuary](https://estuary.tech/), a custom IPFS + Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.
## Example
```ts
import { EstuaryClient } from 'https://deno.land/x/estuary/mod.ts'const client = new EstuaryClient('API_KEY')
console.log(await client.public.getAllMiners())
```[docs-badge]: https://img.shields.io/github/v/release/deno-web3/estuary?label=Docs&logo=deno&style=flat-square&color=black
[docs]: https://doc.deno.land/https/deno.land/x/estuary/mod.ts
[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-web3/estuary/main.yml?branch=master&style=flat-square&logo=github&label=&color=black
[cov]: https://coveralls.io/github/deno-web3/estuary
[github-actions]: https://github.com/deno-web3/estuary/actions
[cov-badge]: https://img.shields.io/coveralls/github/deno-web3/estuary?style=flat-square&color=black&
[nest-badge]: https://img.shields.io/badge/published%20on-nest.land-black?style=flat-square
[code-quality-img]: https://img.shields.io/codefactor/grade/github/deno-web3/estuary?style=flat-square&color=black&
[code-quality]: https://www.codefactor.io/repository/github/deno-web3/estuary