Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.42 KB

Estuary

nest badge GitHub Workflow Status Coverage

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())