Skip to content

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

Notifications You must be signed in to change notification settings

subhasisbanik/web3-storage

Repository files navigation

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

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published