Skip to content

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

Notifications You must be signed in to change notification settings

deno-web3/slate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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