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

https://github.com/tabcat/ipfs-bundle-t

custom browser bundle for ipfs node
https://github.com/tabcat/ipfs-bundle-t

Last synced: 28 days ago
JSON representation

custom browser bundle for ipfs node

Awesome Lists containing this project

README

          

# ipfs-bundle-t
custom ipfs bundle for browser

## Usage:
install:
```
npm install -s @tabcat/ipfs-bundle-t
```
create the ipfs node:
```
const IpfsBundle = require('@tabcat/ipfs-bundle-t')
const ipfs = IpfsBundle()
ipfs.on('ready', function(){
//ipfs node ready to use
})
```