undyingwraith / dag-media-archive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dag media archive

license contributions welcome dependencies fork stars

Getting started

Add the following line to your .npmrc file (create it if it doesnt exist):

@undyingwraith:registry=https://npm.pkg.github.com

And add it to your package.

yarn add @undyingwraith/dag-media-archive

Usage

Typescript

import {DmaStore} from '@undyingwraith/dag-media-archive'
import {create} from 'ipfs-core'

const store = await DmaStore.create(await create())

//TODO

Javascript

//TODO

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%