Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/dappnodetools-ipfsuploader
DAppNode IPFS uploader tool
https://github.com/dapplion/dappnodetools-ipfsuploader
Last synced: about 19 hours ago
JSON representation
DAppNode IPFS uploader tool
- Host: GitHub
- URL: https://github.com/dapplion/dappnodetools-ipfsuploader
- Owner: dapplion
- License: gpl-3.0
- Created: 2018-10-21T14:29:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T15:44:36.000Z (about 6 years ago)
- Last Synced: 2024-12-28T06:48:26.409Z (10 days ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAppNodeTools-ipfsuploader
A npm tool to make easy to upload files and dirs to IPFS when you are connected to a DAppNode.
## Install
```
$ npm install -g @dappnode/ipfsuploader
```## Usage
### File
```
$ ipfsuploader index.html
QmdZUCDC44oeFX8K7L24hzojPWHWMXq2qrbrY1ri9atPWo index.html
```### Directory
```
$ ipfsuploader build/
QmeiwRAAXvLxno5sRqoznio6mGt57haTtg6VRmyMq3Pius build/24a13b24287795cbbb39d3baf9964a1704de6829.js
QmaKCubqNaPH7xfHxcfezSrWsjaEn2dKHeGMQcC3rWhXEq build/24a13b24287795cbbb39d3baf9964a1704de6829.stats.json
QmbCSJe2BwkUx8tKKoahNFSabfacNkj7CBo31iiKoGgyDi build/b5c0100a3fba3970004889019e9de74240e11f74.css
QmNta3DKpXq5eov2ASp2BGNRUbNeSMBNfzUTVsmPUZrp9a build/ethereum-icon.svg
...
```## Contributing
Please read [CONTRIBUTING.md](https://github.com/dappnode) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/dappnodepackages/DAppNodeTools-ipfsuploader/tags).
## Authors
* **Eduardo Antuña Díez** - *Initial work* - [eduadiez](https://github.com/eduadiez)
See also the list of [contributors](https://github.com/dappnodepackages/DAppNodeTools-ipfsuploader/contributors) who participated in this project.
## License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details