Skip to content

🌊 Unofficial Deno API client for Estuary, a custom IPFS / Filecoin node

License

Notifications You must be signed in to change notification settings

deno-web3/estuary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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