I'm building Flash - a service to deploy websites and apps on the new decentralized stack.
Unofficial Deno API client for Slate, an open source Filecoin-based storage system.
import { Slate } from 'https://deno.land/x/slate/mod.ts'
const slate = new Slate({ apiKey: 'X-X-X' })
const { collections } = await slate.getUserData()
const { filename } = await slate.uploadFile('logo.png')