https://github.com/undyingwraith/dag-media-archive
https://github.com/undyingwraith/dag-media-archive
ipfs ipld
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/undyingwraith/dag-media-archive
- Owner: undyingwraith
- Created: 2021-07-08T11:52:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:05:51.000Z (over 3 years ago)
- Last Synced: 2025-01-26T05:43:59.214Z (over 1 year ago)
- Topics: ipfs, ipld
- Language: TypeScript
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dag media archive
[](https://choosealicense.com/licenses/mit/)
[](https://github.com/undyingwraith/dag-media-archive/issues)

[](https://github.com/undyingwraith/dag-media-archive/network/members)
[](https://github.com/undyingwraith/dag-media-archive/stargazers)
## Getting started
Add the following line to your `.npmrc` file (create it if it doesnt exist):
```text
@undyingwraith:registry=https://npm.pkg.github.com
```
And add it to your package.
```bash
yarn add @undyingwraith/dag-media-archive
```
## Usage
### Typescript
```typescript
import {DmaStore} from '@undyingwraith/dag-media-archive'
import {create} from 'ipfs-core'
const store = await DmaStore.create(await create())
//TODO
```
### Javascript
```javascript
//TODO
```