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
- Host: GitHub
- URL: https://github.com/tabcat/ipfs-bundle-t
- Owner: tabcat
- License: mit
- Created: 2019-07-06T07:19:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T18:20:07.000Z (over 6 years ago)
- Last Synced: 2025-07-05T21:40:52.290Z (11 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
})
```