Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 818 Bytes

Slate

I'm building Flash - a service to deploy websites and apps on the new decentralized stack.

If you'd like to try or collab, dm or email

Unofficial Deno API client for Slate, an open source Filecoin-based storage system.

Example

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