An open API service indexing awesome lists of open source software.

https://github.com/subhasisbanik/web3-storage

This project will be used as a POC for web3 storage as depicted in https://web3.storage/
https://github.com/subhasisbanik/web3-storage

filecoin ipfs web3 web3-storage

Last synced: about 2 months ago
JSON representation

This project will be used as a POC for web3 storage as depicted in https://web3.storage/

Awesome Lists containing this project

README

          

This application is built as a seamless layer on top of web3-storage


## Description

This project utilizes the Javascript methods prepared by the web3-storage(https://web3.storage/docs/) team and prepares a REST layer on top of it. This would not only provide the capability of the layer to be interactive with any RESTful framework like Java/Python, but also allow middlewares to integrate with the same for seamless access to storage provided by web3-storage.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```