Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

Estuary

Unofficial Deno API client for Estuary, a custom IPFS + Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.

Example

import { EstuaryClient } from 'https://deno.land/x/estuary/mod.ts'

const client = new EstuaryClient('API_KEY')

console.log(await client.public.getAllMiners())