Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/json-to-ipfs
A tool to quickly upload JSON files to IPFS.
https://github.com/kleros/json-to-ipfs
backend ipfs platform
Last synced: 12 days ago
JSON representation
A tool to quickly upload JSON files to IPFS.
- Host: GitHub
- URL: https://github.com/kleros/json-to-ipfs
- Owner: kleros
- License: mit
- Created: 2020-01-16T18:13:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:12:03.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T18:16:13.369Z (almost 2 years ago)
- Topics: backend, ipfs, platform
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
JSON to IPFSTool to quickly upload JSON files to ipfs
## Usage
1. Clone this repo;
2. Duplicate `.env.example` and rename it to `.env`. Fill the IPFS_GATEWAY variables.
3. Paste the JSON file to be uploaded on the root and name it `input.json`.
4. Run `yarn` to install dependencies.
5. (Optional) In `index.js` change the FILE_NAME variable from `file.json` to something you prefer.
6. Run `yarn up` to upload.## Other Scripts
- `yarn format` - Lint, fix and prettify all the project.
- `yarn run cz` - Run commitizen.